package o; import java.util.List; /* loaded from: classes3.dex */ public final class kSY { public final List a; public final String b; public final String c; public final List d; public final String e; public final wZj f; private final String g; private final String h; private final String i; private final String j; private final String k; private final String m; private final String n; /* renamed from: o, reason: collision with root package name */ private final String f9190o; public kSY(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, wZj wzj, List list, List list2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); C14957gcv.e(wzj, ""); C14957gcv.e(list, ""); C14957gcv.e(list2, ""); this.k = str; this.m = str2; this.h = str3; this.n = str4; this.f9190o = str5; this.i = str6; this.g = str7; this.b = str8; this.c = str9; this.e = str10; this.j = str11; this.f = wzj; this.d = list; this.a = list2; } public final String toString() { String str = this.k; String str2 = this.m; String str3 = this.h; String str4 = this.n; String str5 = this.f9190o; String str6 = this.i; String str7 = this.g; String str8 = this.b; String str9 = this.c; String str10 = this.e; String str11 = this.j; wZj wzj = this.f; List list = this.d; List list2 = this.a; StringBuilder sb = new StringBuilder("EasycashProductDetails(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(wzj); sb.append(", document="); sb.append(list); sb.append(", consentDocuments="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.k.hashCode(); int hashCode2 = this.m.hashCode(); int hashCode3 = this.h.hashCode(); int hashCode4 = this.n.hashCode(); int hashCode5 = this.f9190o.hashCode(); int hashCode6 = this.i.hashCode(); int hashCode7 = this.g.hashCode(); String str = this.b; int hashCode8 = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode9 = str2 == null ? 0 : str2.hashCode(); String str3 = this.e; int hashCode10 = str3 == null ? 0 : str3.hashCode(); String str4 = this.j; return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str4 != null ? str4.hashCode() : 0)) * 31) + this.f.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof kSY)) { return false; } kSY ksy = (kSY) obj; return C14957gcv.b((Object) this.k, (Object) ksy.k) && C14957gcv.b((Object) this.m, (Object) ksy.m) && C14957gcv.b((Object) this.h, (Object) ksy.h) && C14957gcv.b((Object) this.n, (Object) ksy.n) && C14957gcv.b((Object) this.f9190o, (Object) ksy.f9190o) && C14957gcv.b((Object) this.i, (Object) ksy.i) && C14957gcv.b((Object) this.g, (Object) ksy.g) && C14957gcv.b((Object) this.b, (Object) ksy.b) && C14957gcv.b((Object) this.c, (Object) ksy.c) && C14957gcv.b((Object) this.e, (Object) ksy.e) && C14957gcv.b((Object) this.j, (Object) ksy.j) && C14957gcv.b(this.f, ksy.f) && C14957gcv.b(this.d, ksy.d) && C14957gcv.b(this.a, ksy.a); } }