package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.xPI, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17510xPI { @SerializedName("document") public final List a; @SerializedName("cardType") public final String b; @SerializedName("description") public final String c; @SerializedName("consentDocuments") public final List d; @SerializedName("imageURL") public final String e; @SerializedName("priority") public final String f; @SerializedName("productCode") public final String g; @SerializedName("name") public final String h; @SerializedName("productGroup") public final String i; @SerializedName("preapprovedCreditLimitType") public final String j; @SerializedName("productInfo") public final zIi l; @SerializedName("rank") public final String m; @SerializedName("productType") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("subProductCode") public final String f9309o; public final String toString() { String str = this.i; String str2 = this.n; String str3 = this.g; String str4 = this.f9309o; String str5 = this.m; String str6 = this.f; String str7 = this.j; String str8 = this.e; String str9 = this.h; String str10 = this.c; String str11 = this.b; zIi zii = this.l; List list = this.a; List list2 = this.d; StringBuilder sb = new StringBuilder("EasycashProductDetailsEntity(productGroup="); sb.append(str); sb.append(", productType="); sb.append(str2); sb.append(", productCode="); sb.append(str3); sb.append(", subProductCode="); sb.append(str4); sb.append(", rank="); sb.append(str5); sb.append(", priority="); sb.append(str6); sb.append(", preApprovedCreditLimitType="); sb.append(str7); sb.append(", imageURL="); sb.append(str8); sb.append(", name="); sb.append(str9); sb.append(", description="); sb.append(str10); sb.append(", cardType="); sb.append(str11); sb.append(", productInfo="); sb.append(zii); sb.append(", document="); sb.append(list); sb.append(", consentDocuments="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.i; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.n; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.g; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.f9309o; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.m; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.f; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.j; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.e; int hashCode8 = str8 == null ? 0 : str8.hashCode(); String str9 = this.h; int hashCode9 = str9 == null ? 0 : str9.hashCode(); String str10 = this.c; int hashCode10 = str10 == null ? 0 : str10.hashCode(); String str11 = this.b; int hashCode11 = str11 == null ? 0 : str11.hashCode(); zIi zii = this.l; int hashCode12 = zii == null ? 0 : zii.hashCode(); List list = this.a; int hashCode13 = list == null ? 0 : list.hashCode(); List list2 = this.d; 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) + (list2 != null ? list2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17510xPI)) { return false; } C17510xPI c17510xPI = (C17510xPI) obj; return C14957gcv.b((Object) this.i, (Object) c17510xPI.i) && C14957gcv.b((Object) this.n, (Object) c17510xPI.n) && C14957gcv.b((Object) this.g, (Object) c17510xPI.g) && C14957gcv.b((Object) this.f9309o, (Object) c17510xPI.f9309o) && C14957gcv.b((Object) this.m, (Object) c17510xPI.m) && C14957gcv.b((Object) this.f, (Object) c17510xPI.f) && C14957gcv.b((Object) this.j, (Object) c17510xPI.j) && C14957gcv.b((Object) this.e, (Object) c17510xPI.e) && C14957gcv.b((Object) this.h, (Object) c17510xPI.h) && C14957gcv.b((Object) this.c, (Object) c17510xPI.c) && C14957gcv.b((Object) this.b, (Object) c17510xPI.b) && C14957gcv.b(this.l, c17510xPI.l) && C14957gcv.b(this.a, c17510xPI.a) && C14957gcv.b(this.d, c17510xPI.d); } }