what-the-bank/sources/o/FB.java

223 lines
6.8 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* loaded from: classes3.dex */
public final class FB implements Parcelable {
public static final RVV CREATOR = new RVV(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 double i;
public final String j;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public FB(String str, String str2, String str3, String str4, String str5, String str6, String str7, double d, String str8, String str9) {
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, "");
this.f = str;
this.e = str2;
this.d = str3;
this.c = str4;
this.a = str5;
this.b = str6;
this.g = str7;
this.i = d;
this.j = str8;
this.h = str9;
}
/* 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 FB(android.os.Parcel r15) {
/*
r14 = this;
java.lang.String r0 = ""
o.C14957gcv.e(r15, r0)
o.C14957gcv.e(r15, r0)
java.lang.String r1 = r15.readString()
if (r1 != 0) goto L10
r3 = r0
goto L11
L10:
r3 = r1
L11:
o.C14957gcv.e(r15, r0)
java.lang.String r1 = r15.readString()
if (r1 != 0) goto L1c
r4 = r0
goto L1d
L1c:
r4 = r1
L1d:
o.C14957gcv.e(r15, r0)
java.lang.String r1 = r15.readString()
if (r1 != 0) goto L28
r5 = r0
goto L29
L28:
r5 = r1
L29:
o.C14957gcv.e(r15, r0)
java.lang.String r1 = r15.readString()
if (r1 != 0) goto L34
r6 = r0
goto L35
L34:
r6 = r1
L35:
o.C14957gcv.e(r15, r0)
java.lang.String r1 = r15.readString()
if (r1 != 0) goto L40
r7 = r0
goto L41
L40:
r7 = r1
L41:
o.C14957gcv.e(r15, r0)
java.lang.String r1 = r15.readString()
if (r1 != 0) goto L4c
r8 = r0
goto L4d
L4c:
r8 = r1
L4d:
o.C14957gcv.e(r15, r0)
java.lang.String r1 = r15.readString()
if (r1 != 0) goto L58
r9 = r0
goto L59
L58:
r9 = r1
L59:
double r10 = r15.readDouble()
o.C14957gcv.e(r15, r0)
java.lang.String r1 = r15.readString()
if (r1 != 0) goto L68
r12 = r0
goto L69
L68:
r12 = r1
L69:
o.C14957gcv.e(r15, r0)
java.lang.String r15 = r15.readString()
if (r15 != 0) goto L74
r13 = r0
goto L75
L74:
r13 = r15
L75:
r2 = r14
r2.<init>(r3, r4, r5, r6, r7, r8, r9, r10, r12, r13)
return
*/
throw new UnsupportedOperationException("Method not decompiled: o.FB.<init>(android.os.Parcel):void");
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.f);
parcel.writeString(this.e);
parcel.writeString(this.d);
parcel.writeString(this.c);
parcel.writeString(this.a);
parcel.writeString(this.b);
parcel.writeString(this.g);
parcel.writeDouble(this.i);
parcel.writeString(this.j);
parcel.writeString(this.h);
}
/* loaded from: classes3.dex */
public static final class RVV implements Parcelable.Creator<FB> {
private RVV() {
}
@Override // android.os.Parcelable.Creator
public final /* synthetic */ FB createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new FB(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ FB[] newArray(int i) {
return new FB[i];
}
public /* synthetic */ RVV(byte b) {
this();
}
}
public final String toString() {
String str = this.f;
String str2 = this.e;
String str3 = this.d;
String str4 = this.c;
String str5 = this.a;
String str6 = this.b;
String str7 = this.g;
double d = this.i;
String str8 = this.j;
String str9 = this.h;
StringBuilder sb = new StringBuilder("BankingAgentReviewDisplay(postingType=");
sb.append(str);
sb.append(", accountName=");
sb.append(str2);
sb.append(", accountNumber=");
sb.append(str3);
sb.append(", accountNumberMasked=");
sb.append(str4);
sb.append(", agentCode=");
sb.append(str5);
sb.append(", agentLogo=");
sb.append(str6);
sb.append(", agentName=");
sb.append(str7);
sb.append(", amount=");
sb.append(d);
sb.append(", amountText=");
sb.append(str8);
sb.append(", tokenId=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((this.f.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.g.hashCode()) * 31) + Double.hashCode(this.i)) * 31) + this.j.hashCode()) * 31) + this.h.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof FB)) {
return false;
}
FB fb = (FB) obj;
return C14957gcv.b((Object) this.f, (Object) fb.f) && C14957gcv.b((Object) this.e, (Object) fb.e) && C14957gcv.b((Object) this.d, (Object) fb.d) && C14957gcv.b((Object) this.c, (Object) fb.c) && C14957gcv.b((Object) this.a, (Object) fb.a) && C14957gcv.b((Object) this.b, (Object) fb.b) && C14957gcv.b((Object) this.g, (Object) fb.g) && Double.compare(this.i, fb.i) == 0 && C14957gcv.b((Object) this.j, (Object) fb.j) && C14957gcv.b((Object) this.h, (Object) fb.h);
}
}