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

148 lines
5.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ap, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C2991ap {
@SerializedName("addressAmphur")
private final String a;
@SerializedName("addressCountryCode")
private String b;
@SerializedName("addressNumber")
private final String c;
@SerializedName("addressDistrict")
private final String d;
@SerializedName("addressMoo")
private String e;
@SerializedName("addressVillage")
private String f;
@SerializedName("addressSoi")
private String g;
@SerializedName("addressProvince")
private final String h;
@SerializedName("addressThanon")
private String i;
@SerializedName("addressTrok")
private String j;
@SerializedName("unitNumber")
private String k;
@SerializedName("addressZipCode")
private final String m;
@SerializedName("floorNumber")
private String n;
public C2991ap(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) {
this.k = str;
this.n = str2;
this.f = str3;
this.e = str4;
this.j = str5;
this.g = str6;
this.i = str7;
this.b = str8;
this.c = str9;
this.a = str10;
this.d = str11;
this.h = str12;
this.m = str13;
}
public final String toString() {
String str = this.k;
String str2 = this.n;
String str3 = this.f;
String str4 = this.e;
String str5 = this.j;
String str6 = this.g;
String str7 = this.i;
String str8 = this.b;
String str9 = this.c;
String str10 = this.a;
String str11 = this.d;
String str12 = this.h;
String str13 = this.m;
StringBuilder sb = new StringBuilder("AddressRequest(unitNumber=");
sb.append(str);
sb.append(", floorNumber=");
sb.append(str2);
sb.append(", addressVillage=");
sb.append(str3);
sb.append(", addressMoo=");
sb.append(str4);
sb.append(", addressTrok=");
sb.append(str5);
sb.append(", addressSoi=");
sb.append(str6);
sb.append(", addressThanon=");
sb.append(str7);
sb.append(", addressCountryCode=");
sb.append(str8);
sb.append(", addressNumber=");
sb.append(str9);
sb.append(", addressAmphur=");
sb.append(str10);
sb.append(", addressDistrict=");
sb.append(str11);
sb.append(", addressProvince=");
sb.append(str12);
sb.append(", addressZipCode=");
sb.append(str13);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.k;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.n;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f;
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.g;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.i;
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.a;
int hashCode10 = str10 == null ? 0 : str10.hashCode();
String str11 = this.d;
int hashCode11 = str11 == null ? 0 : str11.hashCode();
String str12 = this.h;
int hashCode12 = str12 == null ? 0 : str12.hashCode();
String str13 = this.m;
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) + (str13 != null ? str13.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C2991ap)) {
return false;
}
C2991ap c2991ap = (C2991ap) obj;
return C14957gcv.b((Object) this.k, (Object) c2991ap.k) && C14957gcv.b((Object) this.n, (Object) c2991ap.n) && C14957gcv.b((Object) this.f, (Object) c2991ap.f) && C14957gcv.b((Object) this.e, (Object) c2991ap.e) && C14957gcv.b((Object) this.j, (Object) c2991ap.j) && C14957gcv.b((Object) this.g, (Object) c2991ap.g) && C14957gcv.b((Object) this.i, (Object) c2991ap.i) && C14957gcv.b((Object) this.b, (Object) c2991ap.b) && C14957gcv.b((Object) this.c, (Object) c2991ap.c) && C14957gcv.b((Object) this.a, (Object) c2991ap.a) && C14957gcv.b((Object) this.d, (Object) c2991ap.d) && C14957gcv.b((Object) this.h, (Object) c2991ap.h) && C14957gcv.b((Object) this.m, (Object) c2991ap.m);
}
}