package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.KHe, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0585KHe { @SerializedName("email") public final String a; @SerializedName("income") public final String b; @SerializedName("citizenId") public final YAw c; @SerializedName("mailingAddress") public final C0306Dtd d; @SerializedName("educationLevel") public final C0722NYw e; @SerializedName("residentType") public final C0722NYw f; @SerializedName("spouseInfo") public SVt g; @SerializedName("maritalStatus") public final C0722NYw h; @SerializedName("thaiFirstName") public final String i; @SerializedName("mobileNo") public final String j; @SerializedName("thaiLastName") public final String m; public C0585KHe(String str, String str2, String str3, String str4, String str5, C0306Dtd c0306Dtd, C0722NYw c0722NYw, C0722NYw c0722NYw2, C0722NYw c0722NYw3, YAw yAw, SVt sVt) { C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(c0306Dtd, ""); C14957gcv.e(c0722NYw, ""); C14957gcv.e(c0722NYw2, ""); C14957gcv.e(c0722NYw3, ""); C14957gcv.e(yAw, ""); this.i = str; this.m = str2; this.j = str3; this.a = str4; this.b = str5; this.d = c0306Dtd; this.h = c0722NYw; this.f = c0722NYw2; this.e = c0722NYw3; this.c = yAw; this.g = sVt; } public final String toString() { String str = this.i; String str2 = this.m; String str3 = this.j; String str4 = this.a; String str5 = this.b; C0306Dtd c0306Dtd = this.d; C0722NYw c0722NYw = this.h; C0722NYw c0722NYw2 = this.f; C0722NYw c0722NYw3 = this.e; YAw yAw = this.c; SVt sVt = this.g; StringBuilder sb = new StringBuilder("CustomerContactRequest(thaiFirstName="); sb.append(str); sb.append(", thaiLastName="); sb.append(str2); sb.append(", mobileNo="); sb.append(str3); sb.append(", email="); sb.append(str4); sb.append(", income="); sb.append(str5); sb.append(", mailingAddress="); sb.append(c0306Dtd); sb.append(", maritalStatus="); sb.append(c0722NYw); sb.append(", residentType="); sb.append(c0722NYw2); sb.append(", educationLevel="); sb.append(c0722NYw3); sb.append(", citizenId="); sb.append(yAw); sb.append(", spouseInfo="); sb.append(sVt); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.i; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.m; int hashCode2 = str2 == null ? 0 : str2.hashCode(); int hashCode3 = this.j.hashCode(); int hashCode4 = this.a.hashCode(); int hashCode5 = this.b.hashCode(); int hashCode6 = this.d.hashCode(); int hashCode7 = this.h.hashCode(); int hashCode8 = this.f.hashCode(); int hashCode9 = this.e.hashCode(); int hashCode10 = this.c.hashCode(); SVt sVt = this.g; return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (sVt != null ? sVt.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0585KHe)) { return false; } C0585KHe c0585KHe = (C0585KHe) obj; return C14957gcv.b((Object) this.i, (Object) c0585KHe.i) && C14957gcv.b((Object) this.m, (Object) c0585KHe.m) && C14957gcv.b((Object) this.j, (Object) c0585KHe.j) && C14957gcv.b((Object) this.a, (Object) c0585KHe.a) && C14957gcv.b((Object) this.b, (Object) c0585KHe.b) && C14957gcv.b(this.d, c0585KHe.d) && C14957gcv.b(this.h, c0585KHe.h) && C14957gcv.b(this.f, c0585KHe.f) && C14957gcv.b(this.e, c0585KHe.e) && C14957gcv.b(this.c, c0585KHe.c) && C14957gcv.b(this.g, c0585KHe.g); } }