package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class bYT { @SerializedName("nameEN") public final String a; @SerializedName("estimatedMonthlySales") public final String b; @SerializedName("merchantId") public final String c; @SerializedName("category") public final String d; @SerializedName("citizenId") public final String e; @SerializedName("nameTH") public final String f; @SerializedName("registrationChannel") public final String g; @SerializedName("segment") public final String h; @SerializedName("subCategory") public final String i; @SerializedName("referralCode") public final String j; public final String toString() { String str = this.c; String str2 = this.f; String str3 = this.a; String str4 = this.e; String str5 = this.h; String str6 = this.d; String str7 = this.i; String str8 = this.b; String str9 = this.g; String str10 = this.j; StringBuilder sb = new StringBuilder("MerchantEntity(merchantId="); sb.append(str); sb.append(", nameTH="); sb.append(str2); sb.append(", nameEN="); sb.append(str3); sb.append(", citizenId="); sb.append(str4); sb.append(", segment="); sb.append(str5); sb.append(", category="); sb.append(str6); sb.append(", subCategory="); sb.append(str7); sb.append(", estimatedMonthlySales="); sb.append(str8); sb.append(", registrationChannel="); sb.append(str9); sb.append(", referralCode="); sb.append(str10); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.c.hashCode(); int hashCode2 = this.f.hashCode(); String str = this.a; int hashCode3 = str == null ? 0 : str.hashCode(); int hashCode4 = this.e.hashCode(); String str2 = this.h; int hashCode5 = str2 == null ? 0 : str2.hashCode(); int hashCode6 = this.d.hashCode(); int hashCode7 = this.i.hashCode(); String str3 = this.b; int hashCode8 = str3 == null ? 0 : str3.hashCode(); int hashCode9 = this.g.hashCode(); String str4 = this.j; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof bYT)) { return false; } bYT byt = (bYT) obj; return C14957gcv.b((Object) this.c, (Object) byt.c) && C14957gcv.b((Object) this.f, (Object) byt.f) && C14957gcv.b((Object) this.a, (Object) byt.a) && C14957gcv.b((Object) this.e, (Object) byt.e) && C14957gcv.b((Object) this.h, (Object) byt.h) && C14957gcv.b((Object) this.d, (Object) byt.d) && C14957gcv.b((Object) this.i, (Object) byt.i) && C14957gcv.b((Object) this.b, (Object) byt.b) && C14957gcv.b((Object) this.g, (Object) byt.g) && C14957gcv.b((Object) this.j, (Object) byt.j); } }