package o; import com.google.gson.annotations.SerializedName; import java.util.List; import o.C17180ucA; import o.PRA; import org.bouncycastle.i18n.ErrorBundle; /* renamed from: o.pvd, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16644pvd { @SerializedName("enabled") public final boolean a; @SerializedName(ErrorBundle.DETAIL_ENTRY) public final List b; @SerializedName("isReferral") public final boolean c; @SerializedName("creditAmount") public final String d; @SerializedName("flowType") public final String e; @SerializedName("name") public final String f; @SerializedName("logo") public final String g; @SerializedName("isSelected") public final boolean h; @SerializedName("isSecured") public final boolean i; @SerializedName("minimumIncome") public final String j; @SerializedName("sortSequence") public final int k; @SerializedName("productGroup") public final String l; @SerializedName("productType") public final String n; /* renamed from: o.pvd$Sts */ /* loaded from: classes3.dex */ static final class Sts extends AbstractC14961gcz implements InterfaceC14894gbR { public static final Sts a = new Sts(); @Override // o.InterfaceC14894gbR public final /* synthetic */ C17180ucA invoke(Ylx ylx) { Ylx ylx2 = ylx; C17180ucA.HBt hBt = new C17180ucA.HBt((byte) 0); C14957gcv.e(ylx2); hBt.b = ylx2.a; hBt.d = ylx2.e; hBt.h = ylx2.f; return new C17180ucA(hBt, (byte) 0); } Sts() { super(1); } } public static List a(List list) { if (list == null) { return null; } YKU yku = new YKU(list); final Sts sts = Sts.a; return (List) new YKU(yku.a, new wxK(yku.b, new InterfaceC1244Ytw(sts) { // from class: o.uLC private InterfaceC14894gbR c; @Override // o.InterfaceC1244Ytw public final Object d(Object obj) { return C16644pvd.c(this.c, obj); } { this.c = sts; } })).a(new PRA.Sts(new PRA.AnonymousClass4(), new PRA.AnonymousClass8())); } public static /* synthetic */ C17180ucA c(InterfaceC14894gbR interfaceC14894gbR, Object obj) { C14957gcv.e(interfaceC14894gbR, ""); return (C17180ucA) interfaceC14894gbR.invoke(obj); } public final String toString() { int i = this.k; String str = this.g; String str2 = this.n; String str3 = this.e; String str4 = this.l; String str5 = this.f; boolean z = this.a; boolean z2 = this.h; boolean z3 = this.i; String str6 = this.d; List list = this.b; boolean z4 = this.c; String str7 = this.j; StringBuilder sb = new StringBuilder("CreditPowerTileEntity(sortSequence="); sb.append(i); sb.append(", logo="); sb.append(str); sb.append(", productType="); sb.append(str2); sb.append(", flowType="); sb.append(str3); sb.append(", productGroup="); sb.append(str4); sb.append(", name="); sb.append(str5); sb.append(", enabled="); sb.append(z); sb.append(", isSelected="); sb.append(z2); sb.append(", isSecured="); sb.append(z3); sb.append(", creditAmount="); sb.append(str6); sb.append(", details="); sb.append(list); sb.append(", isReferral="); sb.append(z4); sb.append(", minimumIncome="); sb.append(str7); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = Integer.hashCode(this.k); int hashCode2 = this.g.hashCode(); int hashCode3 = this.n.hashCode(); String str = this.e; int hashCode4 = str == null ? 0 : str.hashCode(); String str2 = this.l; int hashCode5 = str2 == null ? 0 : str2.hashCode(); int hashCode6 = this.f.hashCode(); boolean z = this.a; int i = z; if (z != 0) { i = 1; } boolean z2 = this.h; int i2 = z2; if (z2 != 0) { i2 = 1; } boolean z3 = this.i; int i3 = z3; if (z3 != 0) { i3 = 1; } String str3 = this.d; int hashCode7 = str3 == null ? 0 : str3.hashCode(); List list = this.b; int hashCode8 = list == null ? 0 : list.hashCode(); boolean z4 = this.c; int i4 = z4 ? 1 : z4 ? 1 : 0; String str4 = this.j; return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + i) * 31) + i2) * 31) + i3) * 31) + hashCode7) * 31) + hashCode8) * 31) + i4) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16644pvd)) { return false; } C16644pvd c16644pvd = (C16644pvd) obj; return this.k == c16644pvd.k && C14957gcv.b((Object) this.g, (Object) c16644pvd.g) && C14957gcv.b((Object) this.n, (Object) c16644pvd.n) && C14957gcv.b((Object) this.e, (Object) c16644pvd.e) && C14957gcv.b((Object) this.l, (Object) c16644pvd.l) && C14957gcv.b((Object) this.f, (Object) c16644pvd.f) && this.a == c16644pvd.a && this.h == c16644pvd.h && this.i == c16644pvd.i && C14957gcv.b((Object) this.d, (Object) c16644pvd.d) && C14957gcv.b(this.b, c16644pvd.b) && this.c == c16644pvd.c && C14957gcv.b((Object) this.j, (Object) c16644pvd.j); } }