what-the-bank/sources/o/CYi.java

51 lines
1.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class CYi {
@SerializedName("disclosedFlag")
public final String a;
@SerializedName("spouseInfo")
public final C12080erU d;
@SerializedName("maritalStatusCode")
public final String e;
public final String toString() {
String str = this.e;
String str2 = this.a;
C12080erU c12080erU = this.d;
StringBuilder sb = new StringBuilder("RegistrationMaritalStatusEntity(maritalStatusCode=");
sb.append(str);
sb.append(", disclosedFlag=");
sb.append(str2);
sb.append(", spouseInfo=");
sb.append(c12080erU);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
C12080erU c12080erU = this.d;
return (((hashCode * 31) + hashCode2) * 31) + (c12080erU != null ? c12080erU.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof CYi)) {
return false;
}
CYi cYi = (CYi) obj;
return C14957gcv.b((Object) this.e, (Object) cYi.e) && C14957gcv.b((Object) this.a, (Object) cYi.a) && C14957gcv.b(this.d, cYi.d);
}
}