package o; import android.os.Parcel; import android.os.Parcelable; import java.util.ArrayList; import java.util.Iterator; import java.util.List; /* renamed from: o.Yb, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1210Yb implements Parcelable { public static final Parcelable.Creator CREATOR = new RVV(); public List a; public String b; public C1220Yg c; public String d; public Boolean e; public String f; public String g; public Double h; public String i; public Double j; @Override // android.os.Parcelable public final int describeContents() { return 0; } public C1210Yb(List list, String str, Boolean bool, String str2, C1220Yg c1220Yg, String str3, String str4, String str5, Double d, Double d2) { this.a = list; this.b = str; this.e = bool; this.d = str2; this.c = c1220Yg; this.i = str3; this.f = str4; this.g = str5; this.h = d; this.j = d2; } /* JADX WARN: Illegal instructions before constructor call */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ private /* synthetic */ C1210Yb(byte r12) { /* r11 = this; java.lang.Boolean r3 = java.lang.Boolean.FALSE java.lang.String r4 = "" r0 = 0 java.lang.Double r10 = java.lang.Double.valueOf(r0) r1 = 0 r2 = 0 r5 = 0 r6 = 0 r7 = 0 r8 = 0 r0 = r11 r9 = r10 r0.(r1, r2, r3, r4, r5, r6, r7, r8, r9, r10) return */ throw new UnsupportedOperationException("Method not decompiled: o.C1210Yb.(byte):void"); } /* renamed from: o.Yb$RVV */ /* loaded from: classes3.dex */ public static final class RVV implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ C1210Yb createFromParcel(Parcel parcel) { ArrayList arrayList; C14957gcv.e(parcel, ""); if (parcel.readInt() == 0) { arrayList = null; } else { int readInt = parcel.readInt(); arrayList = new ArrayList(readInt); for (int i = 0; i != readInt; i++) { arrayList.add(Integer.valueOf(parcel.readInt())); } } return new C1210Yb(arrayList, parcel.readString(), parcel.readInt() == 0 ? null : Boolean.valueOf(parcel.readInt() != 0), parcel.readString(), parcel.readInt() == 0 ? null : C1220Yg.CREATOR.createFromParcel(parcel), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() == 0 ? null : Double.valueOf(parcel.readDouble()), parcel.readInt() != 0 ? Double.valueOf(parcel.readDouble()) : null); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C1210Yb[] newArray(int i) { return new C1210Yb[i]; } } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); List list = this.a; if (list == null) { parcel.writeInt(0); } else { parcel.writeInt(1); parcel.writeInt(list.size()); Iterator it = list.iterator(); while (it.hasNext()) { parcel.writeInt(it.next().intValue()); } } parcel.writeString(this.b); Boolean bool = this.e; if (bool == null) { parcel.writeInt(0); } else { parcel.writeInt(1); parcel.writeInt(bool.booleanValue() ? 1 : 0); } parcel.writeString(this.d); C1220Yg c1220Yg = this.c; if (c1220Yg == null) { parcel.writeInt(0); } else { parcel.writeInt(1); c1220Yg.writeToParcel(parcel, i); } parcel.writeString(this.i); parcel.writeString(this.f); parcel.writeString(this.g); Double d = this.h; if (d == null) { parcel.writeInt(0); } else { parcel.writeInt(1); parcel.writeDouble(d.doubleValue()); } Double d2 = this.j; if (d2 == null) { parcel.writeInt(0); } else { parcel.writeInt(1); parcel.writeDouble(d2.doubleValue()); } } public final String toString() { List list = this.a; String str = this.b; Boolean bool = this.e; String str2 = this.d; C1220Yg c1220Yg = this.c; String str3 = this.i; String str4 = this.f; String str5 = this.g; Double d = this.h; Double d2 = this.j; StringBuilder sb = new StringBuilder("CardlessWithdrawAmountDisplay(denominations="); sb.append(list); sb.append(", limit="); sb.append(str); sb.append(", isEditableFlag="); sb.append(bool); sb.append(", condition="); sb.append(str2); sb.append(", conditionLabel="); sb.append(c1220Yg); sb.append(", sourceSystem="); sb.append(str3); sb.append(", minAmountFormatted="); sb.append(str4); sb.append(", maxAmountFormatted="); sb.append(str5); sb.append(", minAmount="); sb.append(d); sb.append(", maxAmount="); sb.append(d2); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.a; int hashCode = list == null ? 0 : list.hashCode(); String str = this.b; int hashCode2 = str == null ? 0 : str.hashCode(); Boolean bool = this.e; int hashCode3 = bool == null ? 0 : bool.hashCode(); String str2 = this.d; int hashCode4 = str2 == null ? 0 : str2.hashCode(); C1220Yg c1220Yg = this.c; int hashCode5 = c1220Yg == null ? 0 : c1220Yg.hashCode(); String str3 = this.i; int hashCode6 = str3 == null ? 0 : str3.hashCode(); String str4 = this.f; int hashCode7 = str4 == null ? 0 : str4.hashCode(); String str5 = this.g; int hashCode8 = str5 == null ? 0 : str5.hashCode(); Double d = this.h; int hashCode9 = d == null ? 0 : d.hashCode(); Double d2 = this.j; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (d2 != null ? d2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1210Yb)) { return false; } C1210Yb c1210Yb = (C1210Yb) obj; return C14957gcv.b(this.a, c1210Yb.a) && C14957gcv.b((Object) this.b, (Object) c1210Yb.b) && C14957gcv.b(this.e, c1210Yb.e) && C14957gcv.b((Object) this.d, (Object) c1210Yb.d) && C14957gcv.b(this.c, c1210Yb.c) && C14957gcv.b((Object) this.i, (Object) c1210Yb.i) && C14957gcv.b((Object) this.f, (Object) c1210Yb.f) && C14957gcv.b((Object) this.g, (Object) c1210Yb.g) && C14957gcv.b(this.h, c1210Yb.h) && C14957gcv.b(this.j, c1210Yb.j); } public C1210Yb() { this((byte) 0); } }