package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class iGw { @SerializedName("productType") public final String a; @SerializedName("requireThaiName") public final String b; @SerializedName("applicationUuid") public final String c; @SerializedName("customerContactInfo") public final HBt d; /* loaded from: classes3.dex */ public static final class HBt { @SerializedName("mailingAddress") public final C1789aOf a; @SerializedName("maritalStatus") public final C12858fJb b; @SerializedName("email") public final String c; @SerializedName("educationLevel") public final C12858fJb d; @SerializedName("citizenId") public final IeS e; @SerializedName("mobileNo") public final String f; @SerializedName("name") public final String g; @SerializedName("thaiFirstName") public final String h; @SerializedName("spouseInfo") public final C0120HBt i; @SerializedName("residentType") public final C12858fJb j; @SerializedName("thaiLastName") public final String k; /* renamed from: o.iGw$HBt$HBt, reason: collision with other inner class name */ /* loaded from: classes3.dex */ public static final class C0120HBt { @SerializedName("thaiLastName") public final String a; @SerializedName("citizenship") public final String b; @SerializedName("citizenId") public final String c; @SerializedName("thaiFirstName") public final String d; public final String toString() { String str = this.b; String str2 = this.d; String str3 = this.a; String str4 = this.c; StringBuilder sb = new StringBuilder("SpouseInfo(citizenship="); sb.append(str); sb.append(", thaiFirstName="); sb.append(str2); sb.append(", thaiLastName="); sb.append(str3); sb.append(", citizenId="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.c; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0120HBt)) { return false; } C0120HBt c0120HBt = (C0120HBt) obj; return C14957gcv.b((Object) this.b, (Object) c0120HBt.b) && C14957gcv.b((Object) this.d, (Object) c0120HBt.d) && C14957gcv.b((Object) this.a, (Object) c0120HBt.a) && C14957gcv.b((Object) this.c, (Object) c0120HBt.c); } } /* loaded from: classes3.dex */ public static final class IeS { @SerializedName("laserCode") public final String a; @SerializedName("expiryDate") public final String c; public final String toString() { String str = this.c; String str2 = this.a; StringBuilder sb = new StringBuilder("CitizenId(expiryDate="); sb.append(str); sb.append(", laserCode="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.a; return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof IeS)) { return false; } IeS ieS = (IeS) obj; return C14957gcv.b((Object) this.c, (Object) ieS.c) && C14957gcv.b((Object) this.a, (Object) ieS.a); } } public final String toString() { String str = this.g; String str2 = this.h; String str3 = this.k; String str4 = this.f; String str5 = this.c; C1789aOf c1789aOf = this.a; C12858fJb c12858fJb = this.b; C0120HBt c0120HBt = this.i; C12858fJb c12858fJb2 = this.j; IeS ieS = this.e; C12858fJb c12858fJb3 = this.d; StringBuilder sb = new StringBuilder("CustomerContactInfo(name="); sb.append(str); sb.append(", thaiFirstName="); sb.append(str2); sb.append(", thaiLastName="); sb.append(str3); sb.append(", mobileNo="); sb.append(str4); sb.append(", email="); sb.append(str5); sb.append(", mailingAddress="); sb.append(c1789aOf); sb.append(", maritalStatus="); sb.append(c12858fJb); sb.append(", spouseInfo="); sb.append(c0120HBt); sb.append(", residentType="); sb.append(c12858fJb2); sb.append(", citizenId="); sb.append(ieS); sb.append(", educationLevel="); sb.append(c12858fJb3); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.g.hashCode(); String str = this.h; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.k; int hashCode3 = str2 == null ? 0 : str2.hashCode(); int hashCode4 = this.f.hashCode(); String str3 = this.c; int hashCode5 = str3 == null ? 0 : str3.hashCode(); C1789aOf c1789aOf = this.a; int hashCode6 = c1789aOf == null ? 0 : c1789aOf.hashCode(); C12858fJb c12858fJb = this.b; int hashCode7 = c12858fJb == null ? 0 : c12858fJb.hashCode(); C0120HBt c0120HBt = this.i; int hashCode8 = c0120HBt == null ? 0 : c0120HBt.hashCode(); C12858fJb c12858fJb2 = this.j; int hashCode9 = c12858fJb2 == null ? 0 : c12858fJb2.hashCode(); IeS ieS = this.e; int hashCode10 = ieS == null ? 0 : ieS.hashCode(); C12858fJb c12858fJb3 = this.d; return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (c12858fJb3 != null ? c12858fJb3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof HBt)) { return false; } HBt hBt = (HBt) obj; return C14957gcv.b((Object) this.g, (Object) hBt.g) && C14957gcv.b((Object) this.h, (Object) hBt.h) && C14957gcv.b((Object) this.k, (Object) hBt.k) && C14957gcv.b((Object) this.f, (Object) hBt.f) && C14957gcv.b((Object) this.c, (Object) hBt.c) && C14957gcv.b(this.a, hBt.a) && C14957gcv.b(this.b, hBt.b) && C14957gcv.b(this.i, hBt.i) && C14957gcv.b(this.j, hBt.j) && C14957gcv.b(this.e, hBt.e) && C14957gcv.b(this.d, hBt.d); } } public final String toString() { String str = this.c; String str2 = this.a; String str3 = this.b; HBt hBt = this.d; StringBuilder sb = new StringBuilder("BusinessOwnerContactInfoEntity(applicationUuid="); sb.append(str); sb.append(", productType="); sb.append(str2); sb.append(", requireThaiName="); sb.append(str3); sb.append(", customerContactInfo="); sb.append(hBt); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; return ((((((str == null ? 0 : str.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof iGw)) { return false; } iGw igw = (iGw) obj; return C14957gcv.b((Object) this.c, (Object) igw.c) && C14957gcv.b((Object) this.a, (Object) igw.a) && C14957gcv.b((Object) this.b, (Object) igw.b) && C14957gcv.b(this.d, igw.d); } }