package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class Wus { @SerializedName("lastNameTH") public final String a; @SerializedName("firstNameEN") public final String b; @SerializedName("lastNameEN") public final String c; @SerializedName("email") public final String d; @SerializedName("firstNameTH") public final String e; @SerializedName("referenceId") public final String f; @SerializedName("lineId") public final String g; @SerializedName("phoneNumber") public final String h; @SerializedName("middleNameEN") public final String i; @SerializedName("middleNameTH") public final String j; @SerializedName("tncType") public final String l; @SerializedName("referenceType") public final String m; @SerializedName("tncVersion") public final int n; public final String toString() { String str = this.e; String str2 = this.j; String str3 = this.a; String str4 = this.b; String str5 = this.i; String str6 = this.c; String str7 = this.d; String str8 = this.g; String str9 = this.h; String str10 = this.f; String str11 = this.m; int i = this.n; String str12 = this.l; StringBuilder sb = new StringBuilder("OwnerEntity(firstNameTH="); sb.append(str); sb.append(", middleNameTH="); sb.append(str2); sb.append(", lastNameTH="); sb.append(str3); sb.append(", firstNameEN="); sb.append(str4); sb.append(", middleNameEN="); sb.append(str5); sb.append(", lastNameEN="); sb.append(str6); sb.append(", email="); sb.append(str7); sb.append(", lineId="); sb.append(str8); sb.append(", phoneNumber="); sb.append(str9); sb.append(", referenceId="); sb.append(str10); sb.append(", referenceType="); sb.append(str11); sb.append(", tncVersion="); sb.append(i); sb.append(", tncType="); sb.append(str12); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); String str = this.j; int hashCode2 = str == null ? 0 : str.hashCode(); int hashCode3 = this.a.hashCode(); String str2 = this.b; int hashCode4 = str2 == null ? 0 : str2.hashCode(); String str3 = this.i; int hashCode5 = str3 == null ? 0 : str3.hashCode(); String str4 = this.c; int hashCode6 = str4 == null ? 0 : str4.hashCode(); String str5 = this.d; int hashCode7 = str5 == null ? 0 : str5.hashCode(); String str6 = this.g; return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str6 != null ? str6.hashCode() : 0)) * 31) + this.h.hashCode()) * 31) + this.f.hashCode()) * 31) + this.m.hashCode()) * 31) + Integer.hashCode(this.n)) * 31) + this.l.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Wus)) { return false; } Wus wus = (Wus) obj; return C14957gcv.b((Object) this.e, (Object) wus.e) && C14957gcv.b((Object) this.j, (Object) wus.j) && C14957gcv.b((Object) this.a, (Object) wus.a) && C14957gcv.b((Object) this.b, (Object) wus.b) && C14957gcv.b((Object) this.i, (Object) wus.i) && C14957gcv.b((Object) this.c, (Object) wus.c) && C14957gcv.b((Object) this.d, (Object) wus.d) && C14957gcv.b((Object) this.g, (Object) wus.g) && C14957gcv.b((Object) this.h, (Object) wus.h) && C14957gcv.b((Object) this.f, (Object) wus.f) && C14957gcv.b((Object) this.m, (Object) wus.m) && this.n == wus.n && C14957gcv.b((Object) this.l, (Object) wus.l); } }