package o; import android.os.Parcel; import android.os.Parcelable; /* renamed from: o.Yn, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1228Yn implements Parcelable { public static final IeS CREATOR = new IeS(0); public final String a; public final String b; public final String c; private final String d; public final String e; private final String f; private final String g; private final String h; private final String i; private final String j; @Override // android.os.Parcelable public final int describeContents() { return 0; } public C1228Yn(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) { C14957gcv.e(str2, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); C14957gcv.e(str9, ""); this.e = str; this.j = str2; this.b = str3; this.g = str4; this.f = str5; this.d = str6; this.c = str7; this.h = str8; this.i = str9; this.a = str10; } /* JADX WARN: Illegal instructions before constructor call */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ public C1228Yn(android.os.Parcel r13) { /* r12 = this; java.lang.String r0 = "" o.C14957gcv.e(r13, r0) java.lang.String r2 = r13.readString() o.C14957gcv.e(r13, r0) java.lang.String r1 = r13.readString() if (r1 != 0) goto L14 r3 = r0 goto L15 L14: r3 = r1 L15: java.lang.String r4 = r13.readString() o.C14957gcv.e(r13, r0) java.lang.String r1 = r13.readString() if (r1 != 0) goto L24 r5 = r0 goto L25 L24: r5 = r1 L25: o.C14957gcv.e(r13, r0) java.lang.String r1 = r13.readString() if (r1 != 0) goto L30 r6 = r0 goto L31 L30: r6 = r1 L31: o.C14957gcv.e(r13, r0) java.lang.String r1 = r13.readString() if (r1 != 0) goto L3c r7 = r0 goto L3d L3c: r7 = r1 L3d: o.C14957gcv.e(r13, r0) java.lang.String r1 = r13.readString() if (r1 != 0) goto L48 r8 = r0 goto L49 L48: r8 = r1 L49: o.C14957gcv.e(r13, r0) java.lang.String r1 = r13.readString() if (r1 != 0) goto L54 r9 = r0 goto L55 L54: r9 = r1 L55: o.C14957gcv.e(r13, r0) java.lang.String r1 = r13.readString() if (r1 != 0) goto L60 r10 = r0 goto L61 L60: r10 = r1 L61: java.lang.String r11 = r13.readString() r1 = r12 r1.(r2, r3, r4, r5, r6, r7, r8, r9, r10, r11) return */ throw new UnsupportedOperationException("Method not decompiled: o.C1228Yn.(android.os.Parcel):void"); } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.e); parcel.writeString(this.j); parcel.writeString(this.b); parcel.writeString(this.g); parcel.writeString(this.f); parcel.writeString(this.d); parcel.writeString(this.c); parcel.writeString(this.h); parcel.writeString(this.i); parcel.writeString(this.a); } /* renamed from: o.Yn$IeS */ /* loaded from: classes3.dex */ public static final class IeS implements Parcelable.Creator { private IeS() { } @Override // android.os.Parcelable.Creator public final /* synthetic */ C1228Yn createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new C1228Yn(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C1228Yn[] newArray(int i) { return new C1228Yn[i]; } public /* synthetic */ IeS(byte b) { this(); } } public final String toString() { String str = this.e; String str2 = this.j; String str3 = this.b; String str4 = this.g; String str5 = this.f; String str6 = this.d; String str7 = this.c; String str8 = this.h; String str9 = this.i; String str10 = this.a; StringBuilder sb = new StringBuilder("TopUpRepeatDisplay(accountFrom="); sb.append(str); sb.append(", serviceNumber="); sb.append(str2); sb.append(", amount="); sb.append(str3); sb.append(", billerLogo="); sb.append(str4); sb.append(", billerName="); sb.append(str5); sb.append(", billerAccountNumber="); sb.append(str6); sb.append(", billerId="); sb.append(str7); sb.append(", billerType="); sb.append(str8); sb.append(", ref1Label="); sb.append(str9); sb.append(", ref2Label="); sb.append(str10); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.j.hashCode(); String str2 = this.b; int hashCode3 = str2 == null ? 0 : str2.hashCode(); int hashCode4 = this.g.hashCode(); int hashCode5 = this.f.hashCode(); int hashCode6 = this.d.hashCode(); int hashCode7 = this.c.hashCode(); int hashCode8 = this.h.hashCode(); int hashCode9 = this.i.hashCode(); String str3 = this.a; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1228Yn)) { return false; } C1228Yn c1228Yn = (C1228Yn) obj; return C14957gcv.b((Object) this.e, (Object) c1228Yn.e) && C14957gcv.b((Object) this.j, (Object) c1228Yn.j) && C14957gcv.b((Object) this.b, (Object) c1228Yn.b) && C14957gcv.b((Object) this.g, (Object) c1228Yn.g) && C14957gcv.b((Object) this.f, (Object) c1228Yn.f) && C14957gcv.b((Object) this.d, (Object) c1228Yn.d) && C14957gcv.b((Object) this.c, (Object) c1228Yn.c) && C14957gcv.b((Object) this.h, (Object) c1228Yn.h) && C14957gcv.b((Object) this.i, (Object) c1228Yn.i) && C14957gcv.b((Object) this.a, (Object) c1228Yn.a); } }