package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class ucZ { @SerializedName("dateOfBirth") public final String a; @SerializedName("engLastName") public final String b; @SerializedName("engFirstName") public final String c; @SerializedName("engTitle") public final String d; @SerializedName("citizenId") public final tHG e; @SerializedName("thaiFirstName") public final String f; @SerializedName("thaiLastName") public final String g; @SerializedName("thaiTitle") public final String i; @SerializedName("mobileNo") public final String j; public final String toString() { String str = this.i; String str2 = this.d; String str3 = this.f; String str4 = this.g; String str5 = this.c; String str6 = this.b; String str7 = this.a; tHG thg = this.e; String str8 = this.j; StringBuilder sb = new StringBuilder("CustomerInfoEntity(thaiTitle="); sb.append(str); sb.append(", engTitle="); sb.append(str2); sb.append(", thaiFirstName="); sb.append(str3); sb.append(", thaiLastName="); sb.append(str4); sb.append(", engFirstName="); sb.append(str5); sb.append(", engLastName="); sb.append(str6); sb.append(", dateOfBirth="); sb.append(str7); sb.append(", citizenId="); sb.append(thg); sb.append(", mobileNo="); sb.append(str8); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((((this.i.hashCode() * 31) + this.d.hashCode()) * 31) + this.f.hashCode()) * 31) + this.g.hashCode()) * 31) + this.c.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.j.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof ucZ)) { return false; } ucZ ucz = (ucZ) obj; return C14957gcv.b((Object) this.i, (Object) ucz.i) && C14957gcv.b((Object) this.d, (Object) ucz.d) && C14957gcv.b((Object) this.f, (Object) ucz.f) && C14957gcv.b((Object) this.g, (Object) ucz.g) && C14957gcv.b((Object) this.c, (Object) ucz.c) && C14957gcv.b((Object) this.b, (Object) ucz.b) && C14957gcv.b((Object) this.a, (Object) ucz.a) && C14957gcv.b(this.e, ucz.e) && C14957gcv.b((Object) this.j, (Object) ucz.j); } }