package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class GAL { @SerializedName("email") public final String a; @SerializedName("facebook") public final String b; @SerializedName("lineId") public final String c; @SerializedName("departmentType") public final String d; @SerializedName("instagram") public final String e; @SerializedName("phoneNumber") public final String f; @SerializedName("locationId") public final String g; @SerializedName("locationName") public final String h; @SerializedName("nameEN") public final String i; @SerializedName("nameTH") public final String j; @SerializedName("website") public final String k; @SerializedName("shopName") public final String l; @SerializedName("shopImage") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("shopType") public final String f8177o; public final String toString() { String str = this.j; String str2 = this.i; String str3 = this.g; String str4 = this.h; String str5 = this.f8177o; String str6 = this.d; String str7 = this.a; String str8 = this.b; String str9 = this.e; String str10 = this.c; String str11 = this.k; String str12 = this.f; String str13 = this.n; String str14 = this.l; StringBuilder sb = new StringBuilder("ShopEntity(nameTH="); sb.append(str); sb.append(", nameEN="); sb.append(str2); sb.append(", locationId="); sb.append(str3); sb.append(", locationName="); sb.append(str4); sb.append(", shopType="); sb.append(str5); sb.append(", departmentType="); sb.append(str6); sb.append(", email="); sb.append(str7); sb.append(", facebook="); sb.append(str8); sb.append(", instagram="); sb.append(str9); sb.append(", lineId="); sb.append(str10); sb.append(", website="); sb.append(str11); sb.append(", phoneNumber="); sb.append(str12); sb.append(", shopImage="); sb.append(str13); sb.append(", shopName="); sb.append(str14); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.j.hashCode(); String str = this.i; int hashCode2 = str == null ? 0 : str.hashCode(); int hashCode3 = this.g.hashCode(); int hashCode4 = this.h.hashCode(); int hashCode5 = this.f8177o.hashCode(); String str2 = this.d; int hashCode6 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; int hashCode7 = str3 == null ? 0 : str3.hashCode(); String str4 = this.b; int hashCode8 = str4 == null ? 0 : str4.hashCode(); String str5 = this.e; int hashCode9 = str5 == null ? 0 : str5.hashCode(); String str6 = this.c; int hashCode10 = str6 == null ? 0 : str6.hashCode(); String str7 = this.k; int hashCode11 = str7 == null ? 0 : str7.hashCode(); int hashCode12 = this.f.hashCode(); String str8 = this.n; return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str8 != null ? str8.hashCode() : 0)) * 31) + this.l.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof GAL)) { return false; } GAL gal = (GAL) obj; return C14957gcv.b((Object) this.j, (Object) gal.j) && C14957gcv.b((Object) this.i, (Object) gal.i) && C14957gcv.b((Object) this.g, (Object) gal.g) && C14957gcv.b((Object) this.h, (Object) gal.h) && C14957gcv.b((Object) this.f8177o, (Object) gal.f8177o) && C14957gcv.b((Object) this.d, (Object) gal.d) && C14957gcv.b((Object) this.a, (Object) gal.a) && C14957gcv.b((Object) this.b, (Object) gal.b) && C14957gcv.b((Object) this.e, (Object) gal.e) && C14957gcv.b((Object) this.c, (Object) gal.c) && C14957gcv.b((Object) this.k, (Object) gal.k) && C14957gcv.b((Object) this.f, (Object) gal.f) && C14957gcv.b((Object) this.n, (Object) gal.n) && C14957gcv.b((Object) this.l, (Object) gal.l); } }