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

108 lines
3.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ecK, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C11275ecK {
@SerializedName("mailingCurrentSameFlag")
public final String a;
@SerializedName("displayWorkAddress")
public final String b;
@SerializedName("currentHomeSameFlag")
public final String c;
@SerializedName("homeAddress")
public final ZHe d;
@SerializedName("currentAddress")
public final ZHe e;
@SerializedName("mailingHomeSameFlag")
public final String f;
@SerializedName("workAddress")
public final ZHe g;
@SerializedName("mailingWorkSameFlag")
public final String h;
@SerializedName("workCurrentSameFlag")
public final String i;
@SerializedName("workHomeSameFlag")
public final String j;
public final String toString() {
ZHe zHe = this.d;
ZHe zHe2 = this.e;
ZHe zHe3 = this.g;
String str = this.j;
String str2 = this.i;
String str3 = this.c;
String str4 = this.f;
String str5 = this.h;
String str6 = this.a;
String str7 = this.b;
StringBuilder sb = new StringBuilder("SingleFormAddressEntity(homeAddressEntity=");
sb.append(zHe);
sb.append(", currentAddressEntity=");
sb.append(zHe2);
sb.append(", workingAddressEntity=");
sb.append(zHe3);
sb.append(", workHomeSameFlag=");
sb.append(str);
sb.append(", workCurrentSameFlag=");
sb.append(str2);
sb.append(", currentHomeSameFlag=");
sb.append(str3);
sb.append(", mailingHomeSameFlag=");
sb.append(str4);
sb.append(", mailingWorkSameFlag=");
sb.append(str5);
sb.append(", mailingCurrentSameFlag=");
sb.append(str6);
sb.append(", displayWorkAddress=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
ZHe zHe = this.d;
int hashCode = zHe == null ? 0 : zHe.hashCode();
ZHe zHe2 = this.e;
int hashCode2 = zHe2 == null ? 0 : zHe2.hashCode();
ZHe zHe3 = this.g;
int hashCode3 = zHe3 == null ? 0 : zHe3.hashCode();
String str = this.j;
int hashCode4 = str == null ? 0 : str.hashCode();
String str2 = this.i;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode6 = str3 == null ? 0 : str3.hashCode();
String str4 = this.f;
int hashCode7 = str4 == null ? 0 : str4.hashCode();
String str5 = this.h;
int hashCode8 = str5 == null ? 0 : str5.hashCode();
String str6 = this.a;
int hashCode9 = str6 == null ? 0 : str6.hashCode();
String str7 = this.b;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str7 != null ? str7.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C11275ecK)) {
return false;
}
C11275ecK c11275ecK = (C11275ecK) obj;
return C14957gcv.b(this.d, c11275ecK.d) && C14957gcv.b(this.e, c11275ecK.e) && C14957gcv.b(this.g, c11275ecK.g) && C14957gcv.b((Object) this.j, (Object) c11275ecK.j) && C14957gcv.b((Object) this.i, (Object) c11275ecK.i) && C14957gcv.b((Object) this.c, (Object) c11275ecK.c) && C14957gcv.b((Object) this.f, (Object) c11275ecK.f) && C14957gcv.b((Object) this.h, (Object) c11275ecK.h) && C14957gcv.b((Object) this.a, (Object) c11275ecK.a) && C14957gcv.b((Object) this.b, (Object) c11275ecK.b);
}
}