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

132 lines
4.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class FSo {
@SerializedName("currentHomeSameFlag")
public final String a;
@SerializedName("currentAddress")
public final xuT b;
@SerializedName("currentRegisteredSameFlag")
public final String c;
@SerializedName("homeAddress")
public final xuT d;
@SerializedName("currentWorkSameFlag")
public final String e;
@SerializedName("homeRegisteredSameFlag")
public final String f;
@SerializedName("mailingHomeSameFlag")
public final String g;
@SerializedName("mailingCurrentSameFlag")
public final String h;
@SerializedName("mailingWorkSameFlag")
public final String i;
@SerializedName("registeredAddress")
public final C11308ecr j;
@SerializedName("workAddress")
public final xuT l;
@SerializedName("workRegisteredSameFlag")
public final String m;
/* renamed from: o, reason: collision with root package name */
@SerializedName("workHomeSameFlag")
public final String f8164o;
public final String toString() {
C11308ecr c11308ecr = this.j;
xuT xut = this.d;
xuT xut2 = this.b;
xuT xut3 = this.l;
String str = this.f;
String str2 = this.m;
String str3 = this.f8164o;
String str4 = this.c;
String str5 = this.a;
String str6 = this.e;
String str7 = this.g;
String str8 = this.i;
String str9 = this.h;
StringBuilder sb = new StringBuilder("AddressEntity(registeredAddressEntity=");
sb.append(c11308ecr);
sb.append(", homeAddressEntity=");
sb.append(xut);
sb.append(", currentAddressEntity=");
sb.append(xut2);
sb.append(", workingAddressEntity=");
sb.append(xut3);
sb.append(", homeRegisteredSameFlag=");
sb.append(str);
sb.append(", workRegisteredSameFlag=");
sb.append(str2);
sb.append(", workHomeSameFlag=");
sb.append(str3);
sb.append(", currentRegisteredSameFlag=");
sb.append(str4);
sb.append(", currentHomeSameFlag=");
sb.append(str5);
sb.append(", currentworkSameFlag=");
sb.append(str6);
sb.append(", mailingHomeSameFlag=");
sb.append(str7);
sb.append(", mailingworkSameFlag=");
sb.append(str8);
sb.append(", mailingCurrentSameFlag=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
C11308ecr c11308ecr = this.j;
int hashCode = c11308ecr == null ? 0 : c11308ecr.hashCode();
xuT xut = this.d;
int hashCode2 = xut == null ? 0 : xut.hashCode();
xuT xut2 = this.b;
int hashCode3 = xut2 == null ? 0 : xut2.hashCode();
xuT xut3 = this.l;
int hashCode4 = xut3 == null ? 0 : xut3.hashCode();
String str = this.f;
int hashCode5 = str == null ? 0 : str.hashCode();
String str2 = this.m;
int hashCode6 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f8164o;
int hashCode7 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
int hashCode8 = str4 == null ? 0 : str4.hashCode();
String str5 = this.a;
int hashCode9 = str5 == null ? 0 : str5.hashCode();
String str6 = this.e;
int hashCode10 = str6 == null ? 0 : str6.hashCode();
String str7 = this.g;
int hashCode11 = str7 == null ? 0 : str7.hashCode();
String str8 = this.i;
int hashCode12 = str8 == null ? 0 : str8.hashCode();
String str9 = this.h;
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str9 != null ? str9.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof FSo)) {
return false;
}
FSo fSo = (FSo) obj;
return C14957gcv.b(this.j, fSo.j) && C14957gcv.b(this.d, fSo.d) && C14957gcv.b(this.b, fSo.b) && C14957gcv.b(this.l, fSo.l) && C14957gcv.b((Object) this.f, (Object) fSo.f) && C14957gcv.b((Object) this.m, (Object) fSo.m) && C14957gcv.b((Object) this.f8164o, (Object) fSo.f8164o) && C14957gcv.b((Object) this.c, (Object) fSo.c) && C14957gcv.b((Object) this.a, (Object) fSo.a) && C14957gcv.b((Object) this.e, (Object) fSo.e) && C14957gcv.b((Object) this.g, (Object) fSo.g) && C14957gcv.b((Object) this.i, (Object) fSo.i) && C14957gcv.b((Object) this.h, (Object) fSo.h);
}
}