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

145 lines
5.4 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class UQz {
public final String a;
public final String b;
public final List<String> c;
public final String d;
public final String e;
public final String f;
public final String g;
public final String h;
public final String i;
public final String j;
public final String k;
public final String l;
public final String m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8389o;
public /* synthetic */ UQz(byte b) {
this(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
}
public UQz(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, List<String> list, String str14) {
this.f = str;
this.k = str2;
this.i = str3;
this.f8389o = str4;
this.j = str5;
this.n = str6;
this.b = str7;
this.l = str8;
this.d = str9;
this.m = str10;
this.g = str11;
this.e = str12;
this.h = str13;
this.c = list;
this.a = str14;
}
public final String toString() {
String str = this.f;
String str2 = this.k;
String str3 = this.i;
String str4 = this.f8389o;
String str5 = this.j;
String str6 = this.n;
String str7 = this.b;
String str8 = this.l;
String str9 = this.d;
String str10 = this.m;
String str11 = this.g;
String str12 = this.e;
String str13 = this.h;
List<String> list = this.c;
String str14 = this.a;
StringBuilder sb = new StringBuilder("CurrentAddress(houseNumber=");
sb.append(str);
sb.append(", unit=");
sb.append(str2);
sb.append(", floor=");
sb.append(str3);
sb.append(", village=");
sb.append(str4);
sb.append(", moo=");
sb.append(str5);
sb.append(", trok=");
sb.append(str6);
sb.append(", alley=");
sb.append(str7);
sb.append(", road=");
sb.append(str8);
sb.append(", district=");
sb.append(str9);
sb.append(", subDistrict=");
sb.append(str10);
sb.append(", province=");
sb.append(str11);
sb.append(", countryCode=");
sb.append(str12);
sb.append(", postalCode=");
sb.append(str13);
sb.append(", addressFormatted=");
sb.append(list);
sb.append(", countryOfBirth=");
sb.append(str14);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.f;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.k;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.i;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.f8389o;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.j;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.n;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.b;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.l;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.d;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.m;
int hashCode10 = str10 == null ? 0 : str10.hashCode();
String str11 = this.g;
int hashCode11 = str11 == null ? 0 : str11.hashCode();
String str12 = this.e;
int hashCode12 = str12 == null ? 0 : str12.hashCode();
String str13 = this.h;
int hashCode13 = str13 == null ? 0 : str13.hashCode();
List<String> list = this.c;
int hashCode14 = list == null ? 0 : list.hashCode();
String str14 = this.a;
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) + hashCode13) * 31) + hashCode14) * 31) + (str14 != null ? str14.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof UQz)) {
return false;
}
UQz uQz = (UQz) obj;
return C14957gcv.b((Object) this.f, (Object) uQz.f) && C14957gcv.b((Object) this.k, (Object) uQz.k) && C14957gcv.b((Object) this.i, (Object) uQz.i) && C14957gcv.b((Object) this.f8389o, (Object) uQz.f8389o) && C14957gcv.b((Object) this.j, (Object) uQz.j) && C14957gcv.b((Object) this.n, (Object) uQz.n) && C14957gcv.b((Object) this.b, (Object) uQz.b) && C14957gcv.b((Object) this.l, (Object) uQz.l) && C14957gcv.b((Object) this.d, (Object) uQz.d) && C14957gcv.b((Object) this.m, (Object) uQz.m) && C14957gcv.b((Object) this.g, (Object) uQz.g) && C14957gcv.b((Object) this.e, (Object) uQz.e) && C14957gcv.b((Object) this.h, (Object) uQz.h) && C14957gcv.b(this.c, uQz.c) && C14957gcv.b((Object) this.a, (Object) uQz.a);
}
public UQz() {
this((byte) 0);
}
}