package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class nWU { @SerializedName("data") public final KHE a; @SerializedName("label") public final String b; @SerializedName("enabled") public final Boolean c; @SerializedName("imageURL") public final String d; @SerializedName("creditLimit") public final String e; @SerializedName("tileDescription") public final String f; @SerializedName("productGroup") public final String g; @SerializedName("sortSequence") public final Integer h; @SerializedName("tileId") public final String i; @SerializedName("productType") public final String j; @SerializedName("tileType") public final String k; @SerializedName("tileName") public final String l; @SerializedName("type") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("tileSubType") public final String f9223o; public final String toString() { String str = this.i; Integer num = this.h; String str2 = this.k; String str3 = this.f9223o; String str4 = this.l; String str5 = this.d; String str6 = this.f; Boolean bool = this.c; String str7 = this.j; String str8 = this.g; String str9 = this.e; String str10 = this.b; String str11 = this.n; KHE khe = this.a; StringBuilder sb = new StringBuilder("ProductTilesEntity(tileId="); sb.append(str); sb.append(", sortSequence="); sb.append(num); sb.append(", tileType="); sb.append(str2); sb.append(", tileSubType="); sb.append(str3); sb.append(", tileName="); sb.append(str4); sb.append(", imageURL="); sb.append(str5); sb.append(", tileDescription="); sb.append(str6); sb.append(", enabled="); sb.append(bool); sb.append(", productType="); sb.append(str7); sb.append(", productGroup="); sb.append(str8); sb.append(", creditLimit="); sb.append(str9); sb.append(", label="); sb.append(str10); sb.append(", type="); sb.append(str11); sb.append(", data="); sb.append(khe); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.i; int hashCode = str == null ? 0 : str.hashCode(); Integer num = this.h; int hashCode2 = num == null ? 0 : num.hashCode(); String str2 = this.k; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f9223o; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.l; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.d; int hashCode6 = str5 == null ? 0 : str5.hashCode(); String str6 = this.f; int hashCode7 = str6 == null ? 0 : str6.hashCode(); Boolean bool = this.c; int hashCode8 = bool == null ? 0 : bool.hashCode(); String str7 = this.j; int hashCode9 = str7 == null ? 0 : str7.hashCode(); String str8 = this.g; int hashCode10 = str8 == null ? 0 : str8.hashCode(); String str9 = this.e; int hashCode11 = str9 == null ? 0 : str9.hashCode(); String str10 = this.b; int hashCode12 = str10 == null ? 0 : str10.hashCode(); String str11 = this.n; int hashCode13 = str11 == null ? 0 : str11.hashCode(); KHE khe = this.a; 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) + hashCode13) * 31) + (khe != null ? khe.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof nWU)) { return false; } nWU nwu = (nWU) obj; return C14957gcv.b((Object) this.i, (Object) nwu.i) && C14957gcv.b(this.h, nwu.h) && C14957gcv.b((Object) this.k, (Object) nwu.k) && C14957gcv.b((Object) this.f9223o, (Object) nwu.f9223o) && C14957gcv.b((Object) this.l, (Object) nwu.l) && C14957gcv.b((Object) this.d, (Object) nwu.d) && C14957gcv.b((Object) this.f, (Object) nwu.f) && C14957gcv.b(this.c, nwu.c) && C14957gcv.b((Object) this.j, (Object) nwu.j) && C14957gcv.b((Object) this.g, (Object) nwu.g) && C14957gcv.b((Object) this.e, (Object) nwu.e) && C14957gcv.b((Object) this.b, (Object) nwu.b) && C14957gcv.b((Object) this.n, (Object) nwu.n) && C14957gcv.b(this.a, nwu.a); } }