package o; /* loaded from: classes3.dex */ public final class MuM { public final String a; public final String b; public final 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 MuM(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); C14957gcv.e(str9, ""); this.i = str; this.c = str2; this.j = str3; this.a = str4; this.g = str5; this.d = str6; this.f = str7; this.e = str8; this.h = str9; this.b = str10; } public final String toString() { String str = this.i; String str2 = this.c; String str3 = this.j; String str4 = this.a; String str5 = this.g; String str6 = this.d; String str7 = this.f; String str8 = this.e; String str9 = this.h; String str10 = this.b; StringBuilder sb = new StringBuilder("CustInfo(thaiFullTitle="); sb.append(str); sb.append(", firstNameTH="); sb.append(str2); sb.append(", lastNameTH="); sb.append(str3); sb.append(", firstNameEN="); sb.append(str4); sb.append(", lastNameEN="); sb.append(str5); sb.append(", citizenId="); sb.append(str6); sb.append(", nationality="); sb.append(str7); sb.append(", birthDate="); sb.append(str8); sb.append(", issueDate="); sb.append(str9); sb.append(", expiryDate="); sb.append(str10); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.i.hashCode(); int hashCode2 = this.c.hashCode(); int hashCode3 = this.j.hashCode(); String str = this.a; int hashCode4 = str == null ? 0 : str.hashCode(); String str2 = this.g; int hashCode5 = str2 == null ? 0 : str2.hashCode(); int hashCode6 = this.d.hashCode(); int hashCode7 = this.f.hashCode(); int hashCode8 = this.e.hashCode(); int hashCode9 = this.h.hashCode(); String str3 = this.b; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof MuM)) { return false; } MuM muM = (MuM) obj; return C14957gcv.b((Object) this.i, (Object) muM.i) && C14957gcv.b((Object) this.c, (Object) muM.c) && C14957gcv.b((Object) this.j, (Object) muM.j) && C14957gcv.b((Object) this.a, (Object) muM.a) && C14957gcv.b((Object) this.g, (Object) muM.g) && C14957gcv.b((Object) this.d, (Object) muM.d) && C14957gcv.b((Object) this.f, (Object) muM.f) && C14957gcv.b((Object) this.e, (Object) muM.e) && C14957gcv.b((Object) this.h, (Object) muM.h) && C14957gcv.b((Object) this.b, (Object) muM.b); } }