package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes3.dex */ public final class FD implements Parcelable { public static final HBt CREATOR = new HBt(0); public final String a; public final String b; public final String c; public final String d; public final String e; public final String f; public final String g; public final String h; public final String i; public final String j; private final String k; /* renamed from: o, reason: collision with root package name */ public final String f8155o; @Override // android.os.Parcelable public final int describeContents() { return 0; } public FD(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); C14957gcv.e(str9, ""); C14957gcv.e(str10, ""); C14957gcv.e(str11, ""); C14957gcv.e(str12, ""); this.g = str; this.j = str2; this.f8155o = str3; this.h = str4; this.b = str5; this.e = str6; this.c = str7; this.d = str8; this.a = str9; this.k = str10; this.i = str11; this.f = str12; } /* 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 FD(android.os.Parcel r17) { /* r16 = this; r0 = r17 java.lang.String r1 = "" o.C14957gcv.e(r0, r1) o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L12 r4 = r1 goto L13 L12: r4 = r2 L13: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L1e r5 = r1 goto L1f L1e: r5 = r2 L1f: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L2a r6 = r1 goto L2b L2a: r6 = r2 L2b: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L36 r7 = r1 goto L37 L36: r7 = r2 L37: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L42 r8 = r1 goto L43 L42: r8 = r2 L43: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L4e r9 = r1 goto L4f L4e: r9 = r2 L4f: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L5a r10 = r1 goto L5b L5a: r10 = r2 L5b: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L66 r11 = r1 goto L67 L66: r11 = r2 L67: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L72 r12 = r1 goto L73 L72: r12 = r2 L73: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L7e r13 = r1 goto L7f L7e: r13 = r2 L7f: o.C14957gcv.e(r0, r1) java.lang.String r2 = r17.readString() if (r2 != 0) goto L8a r14 = r1 goto L8b L8a: r14 = r2 L8b: o.C14957gcv.e(r0, r1) java.lang.String r0 = r17.readString() if (r0 != 0) goto L96 r15 = r1 goto L97 L96: r15 = r0 L97: r3 = r16 r3.(r4, r5, r6, r7, r8, r9, r10, r11, r12, r13, r14, r15) return */ throw new UnsupportedOperationException("Method not decompiled: o.FD.(android.os.Parcel):void"); } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.g); parcel.writeString(this.j); parcel.writeString(this.f8155o); parcel.writeString(this.h); parcel.writeString(this.b); parcel.writeString(this.e); parcel.writeString(this.c); parcel.writeString(this.d); parcel.writeString(this.a); parcel.writeString(this.k); parcel.writeString(this.i); parcel.writeString(this.f); } /* loaded from: classes3.dex */ public static final class HBt implements Parcelable.Creator { private HBt() { } @Override // android.os.Parcelable.Creator public final /* synthetic */ FD createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new FD(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ FD[] newArray(int i) { return new FD[i]; } public /* synthetic */ HBt(byte b) { this(); } } public final String toString() { String str = this.g; String str2 = this.j; String str3 = this.f8155o; String str4 = this.h; String str5 = this.b; String str6 = this.e; String str7 = this.c; String str8 = this.d; String str9 = this.a; String str10 = this.k; String str11 = this.i; String str12 = this.f; StringBuilder sb = new StringBuilder("BankingAgentSuccessDisplay(postingType="); sb.append(str); sb.append(", title="); sb.append(str2); sb.append(", transactionDate="); sb.append(str3); sb.append(", refID="); sb.append(str4); sb.append(", accountName="); sb.append(str5); sb.append(", accountNo="); sb.append(str6); sb.append(", accountNoMasked="); sb.append(str7); sb.append(", agentLogo="); sb.append(str8); sb.append(", agentName="); sb.append(str9); sb.append(", agentNo="); sb.append(str10); sb.append(", amount="); sb.append(str11); sb.append(", branchNo="); sb.append(str12); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((((((((((this.g.hashCode() * 31) + this.j.hashCode()) * 31) + this.f8155o.hashCode()) * 31) + this.h.hashCode()) * 31) + this.b.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.k.hashCode()) * 31) + this.i.hashCode()) * 31) + this.f.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof FD)) { return false; } FD fd = (FD) obj; return C14957gcv.b((Object) this.g, (Object) fd.g) && C14957gcv.b((Object) this.j, (Object) fd.j) && C14957gcv.b((Object) this.f8155o, (Object) fd.f8155o) && C14957gcv.b((Object) this.h, (Object) fd.h) && C14957gcv.b((Object) this.b, (Object) fd.b) && C14957gcv.b((Object) this.e, (Object) fd.e) && C14957gcv.b((Object) this.c, (Object) fd.c) && C14957gcv.b((Object) this.d, (Object) fd.d) && C14957gcv.b((Object) this.a, (Object) fd.a) && C14957gcv.b((Object) this.k, (Object) fd.k) && C14957gcv.b((Object) this.i, (Object) fd.i) && C14957gcv.b((Object) this.f, (Object) fd.f); } }