package o; /* loaded from: classes3.dex */ public final class jph { public final CgE a; public final String b; public final String c; public final int d; public final String e; private final Boolean f; private final String g; private final String h; private final String i; private final String j; private final String k; private final String l; private final String n; /* renamed from: o, reason: collision with root package name */ private final String f9184o; public jph(String str, int i, String str2, String str3, String str4, String str5, String str6, Boolean bool, String str7, String str8, String str9, String str10, String str11, CgE cgE) { C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); this.c = str; this.d = i; this.l = str2; this.n = str3; this.e = str4; this.j = str5; this.f9184o = str6; this.f = bool; this.k = str7; this.i = str8; this.h = str9; this.g = str10; this.b = str11; this.a = cgE; } public final String toString() { String str = this.c; int i = this.d; String str2 = this.l; String str3 = this.n; String str4 = this.e; String str5 = this.j; String str6 = this.f9184o; Boolean bool = this.f; String str7 = this.k; String str8 = this.i; String str9 = this.h; String str10 = this.g; String str11 = this.b; CgE cgE = this.a; StringBuilder sb = new StringBuilder("ProductTiles(tileId="); sb.append(str); sb.append(", sortSequence="); sb.append(i); 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(cgE); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = Integer.hashCode(this.d); int hashCode3 = this.l.hashCode(); int hashCode4 = this.n.hashCode(); int hashCode5 = this.e.hashCode(); String str2 = this.j; int hashCode6 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f9184o; int hashCode7 = str3 == null ? 0 : str3.hashCode(); Boolean bool = this.f; int hashCode8 = bool == null ? 0 : bool.hashCode(); String str4 = this.k; int hashCode9 = str4 == null ? 0 : str4.hashCode(); String str5 = this.i; int hashCode10 = str5 == null ? 0 : str5.hashCode(); String str6 = this.h; int hashCode11 = str6 == null ? 0 : str6.hashCode(); String str7 = this.g; int hashCode12 = str7 == null ? 0 : str7.hashCode(); String str8 = this.b; int hashCode13 = str8 == null ? 0 : str8.hashCode(); CgE cgE = 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) + (cgE != null ? cgE.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof jph)) { return false; } jph jphVar = (jph) obj; return C14957gcv.b((Object) this.c, (Object) jphVar.c) && this.d == jphVar.d && C14957gcv.b((Object) this.l, (Object) jphVar.l) && C14957gcv.b((Object) this.n, (Object) jphVar.n) && C14957gcv.b((Object) this.e, (Object) jphVar.e) && C14957gcv.b((Object) this.j, (Object) jphVar.j) && C14957gcv.b((Object) this.f9184o, (Object) jphVar.f9184o) && C14957gcv.b(this.f, jphVar.f) && C14957gcv.b((Object) this.k, (Object) jphVar.k) && C14957gcv.b((Object) this.i, (Object) jphVar.i) && C14957gcv.b((Object) this.h, (Object) jphVar.h) && C14957gcv.b((Object) this.g, (Object) jphVar.g) && C14957gcv.b((Object) this.b, (Object) jphVar.b) && C14957gcv.b(this.a, jphVar.a); } }