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

186 lines
6.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.aOf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1789aOf {
@SerializedName("addressMoo")
public final String a;
@SerializedName("addressSoi")
public final String b;
@SerializedName("addressThanon")
public final String c;
@SerializedName("addressFormatted")
public final List<String> d;
@SerializedName("addressNumber")
public final String e;
@SerializedName("engAddressAmphur")
public final String f;
@SerializedName("addressZipCode")
public final String g;
@SerializedName("addressTrok")
public final String h;
@SerializedName("engAddressDistrict")
public final String i;
@SerializedName("addressVillage")
public final String j;
@SerializedName("thaiAddressDistrict")
public final String k;
@SerializedName("engAddressProvince")
public final String l;
@SerializedName("thaiAddressAmphur")
public final String m;
@SerializedName("formatCode")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("floorNumber")
public final String f8501o;
@SerializedName("unitNumber")
public final String q;
@SerializedName("thaiAddressProvince")
public final String r;
public C1789aOf(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, String str14, String str15, String str16, List<String> list) {
this.f8501o = str;
this.n = str2;
this.q = str3;
this.e = str4;
this.j = str5;
this.h = str6;
this.a = str7;
this.b = str8;
this.c = str9;
this.k = str10;
this.m = str11;
this.r = str12;
this.i = str13;
this.f = str14;
this.l = str15;
this.g = str16;
this.d = list;
}
public final String toString() {
String str = this.f8501o;
String str2 = this.n;
String str3 = this.q;
String str4 = this.e;
String str5 = this.j;
String str6 = this.h;
String str7 = this.a;
String str8 = this.b;
String str9 = this.c;
String str10 = this.k;
String str11 = this.m;
String str12 = this.r;
String str13 = this.i;
String str14 = this.f;
String str15 = this.l;
String str16 = this.g;
List<String> list = this.d;
StringBuilder sb = new StringBuilder("AddressEntity(floorNumber=");
sb.append(str);
sb.append(", formatCode=");
sb.append(str2);
sb.append(", unitNumber=");
sb.append(str3);
sb.append(", addressNumber=");
sb.append(str4);
sb.append(", addressVillage=");
sb.append(str5);
sb.append(", addressTrok=");
sb.append(str6);
sb.append(", addressMoo=");
sb.append(str7);
sb.append(", addressSoi=");
sb.append(str8);
sb.append(", addressThanon=");
sb.append(str9);
sb.append(", thaiAddressDistrict=");
sb.append(str10);
sb.append(", thaiAddressAmphur=");
sb.append(str11);
sb.append(", thaiAddressProvince=");
sb.append(str12);
sb.append(", engAddressDistrict=");
sb.append(str13);
sb.append(", engAddressAmphur=");
sb.append(str14);
sb.append(", engAddressProvince=");
sb.append(str15);
sb.append(", addressZipCode=");
sb.append(str16);
sb.append(", addressFormatted=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.f8501o;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.n;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.q;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.j;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.h;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.a;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.b;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.c;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.k;
int hashCode10 = str10 == null ? 0 : str10.hashCode();
String str11 = this.m;
int hashCode11 = str11 == null ? 0 : str11.hashCode();
String str12 = this.r;
int hashCode12 = str12 == null ? 0 : str12.hashCode();
String str13 = this.i;
int hashCode13 = str13 == null ? 0 : str13.hashCode();
String str14 = this.f;
int hashCode14 = str14 == null ? 0 : str14.hashCode();
String str15 = this.l;
int hashCode15 = str15 == null ? 0 : str15.hashCode();
String str16 = this.g;
int hashCode16 = str16 == null ? 0 : str16.hashCode();
List<String> list = this.d;
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) + hashCode15) * 31) + hashCode16) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1789aOf)) {
return false;
}
C1789aOf c1789aOf = (C1789aOf) obj;
return C14957gcv.b((Object) this.f8501o, (Object) c1789aOf.f8501o) && C14957gcv.b((Object) this.n, (Object) c1789aOf.n) && C14957gcv.b((Object) this.q, (Object) c1789aOf.q) && C14957gcv.b((Object) this.e, (Object) c1789aOf.e) && C14957gcv.b((Object) this.j, (Object) c1789aOf.j) && C14957gcv.b((Object) this.h, (Object) c1789aOf.h) && C14957gcv.b((Object) this.a, (Object) c1789aOf.a) && C14957gcv.b((Object) this.b, (Object) c1789aOf.b) && C14957gcv.b((Object) this.c, (Object) c1789aOf.c) && C14957gcv.b((Object) this.k, (Object) c1789aOf.k) && C14957gcv.b((Object) this.m, (Object) c1789aOf.m) && C14957gcv.b((Object) this.r, (Object) c1789aOf.r) && C14957gcv.b((Object) this.i, (Object) c1789aOf.i) && C14957gcv.b((Object) this.f, (Object) c1789aOf.f) && C14957gcv.b((Object) this.l, (Object) c1789aOf.l) && C14957gcv.b((Object) this.g, (Object) c1789aOf.g) && C14957gcv.b(this.d, c1789aOf.d);
}
}