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

239 lines
7.5 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.List;
/* renamed from: o.Qe, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0863Qe implements Parcelable {
public static final LWm CREATOR = new LWm(0);
public final int a;
public final String b;
public final String c;
public final String d;
public final String e;
public final List<C0868Qi> f;
public final String g;
public final String h;
public final boolean i;
public final String j;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0863Qe(String str, String str2, String str3, String str4, List<C0868Qi> list, String str5, String str6, boolean z, String str7, int i) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(list, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
this.j = str;
this.h = str2;
this.e = str3;
this.c = str4;
this.f = list;
this.b = str5;
this.d = str6;
this.i = z;
this.g = str7;
this.a = i;
}
/* 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 C0863Qe(android.os.Parcel r14) {
/*
r13 = this;
java.lang.String r0 = ""
o.C14957gcv.e(r14, r0)
o.C14957gcv.e(r14, r0)
java.lang.String r1 = r14.readString()
if (r1 != 0) goto L10
r3 = r0
goto L11
L10:
r3 = r1
L11:
o.C14957gcv.e(r14, r0)
java.lang.String r1 = r14.readString()
if (r1 != 0) goto L1c
r4 = r0
goto L1d
L1c:
r4 = r1
L1d:
o.C14957gcv.e(r14, r0)
java.lang.String r1 = r14.readString()
if (r1 != 0) goto L28
r5 = r0
goto L29
L28:
r5 = r1
L29:
o.C14957gcv.e(r14, r0)
java.lang.String r1 = r14.readString()
if (r1 != 0) goto L34
r6 = r0
goto L35
L34:
r6 = r1
L35:
o.Qi$Sts r1 = o.C0868Qi.CREATOR
android.os.Parcelable$Creator r1 = (android.os.Parcelable.Creator) r1
java.util.ArrayList r1 = r14.createTypedArrayList(r1)
java.util.List r1 = (java.util.List) r1
if (r1 != 0) goto L45
o.gaI r1 = o.C14851gaI.c
java.util.List r1 = (java.util.List) r1
L45:
r7 = r1
o.C14957gcv.e(r14, r0)
java.lang.String r1 = r14.readString()
if (r1 != 0) goto L51
r8 = r0
goto L52
L51:
r8 = r1
L52:
o.C14957gcv.e(r14, r0)
java.lang.String r1 = r14.readString()
if (r1 != 0) goto L5d
r9 = r0
goto L5e
L5d:
r9 = r1
L5e:
byte r1 = r14.readByte()
if (r1 == 0) goto L66
r1 = 1
goto L67
L66:
r1 = 0
L67:
r10 = r1
o.C14957gcv.e(r14, r0)
java.lang.String r1 = r14.readString()
if (r1 != 0) goto L73
r11 = r0
goto L74
L73:
r11 = r1
L74:
int r12 = r14.readInt()
r2 = r13
r2.<init>(r3, r4, r5, r6, r7, r8, r9, r10, r11, r12)
return
*/
throw new UnsupportedOperationException("Method not decompiled: o.C0863Qe.<init>(android.os.Parcel):void");
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.j);
parcel.writeString(this.h);
parcel.writeString(this.e);
parcel.writeString(this.c);
parcel.writeTypedList(this.f);
parcel.writeString(this.b);
parcel.writeString(this.d);
parcel.writeByte(this.i ? (byte) 1 : (byte) 0);
parcel.writeString(this.g);
parcel.writeInt(this.a);
}
/* renamed from: o.Qe$LWm */
/* loaded from: classes3.dex */
public static final class LWm implements Parcelable.Creator<C0863Qe> {
private LWm() {
}
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0863Qe createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C0863Qe(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0863Qe[] newArray(int i) {
return new C0863Qe[i];
}
public /* synthetic */ LWm(byte b) {
this();
}
}
public final String toString() {
String str = this.j;
String str2 = this.h;
String str3 = this.e;
String str4 = this.c;
List<C0868Qi> list = this.f;
String str5 = this.b;
String str6 = this.d;
boolean z = this.i;
String str7 = this.g;
int i = this.a;
StringBuilder sb = new StringBuilder("ProductDetailListDisplay(marketValue=");
sb.append(str);
sb.append(", symbol=");
sb.append(str2);
sb.append(", fullNameLabel=");
sb.append(str3);
sb.append(", fullNameValue=");
sb.append(str4);
sb.append(", items=");
sb.append(list);
sb.append(", formattedUnrealizedAmount=");
sb.append(str5);
sb.append(", formattedDisclaimer=");
sb.append(str6);
sb.append(", hasTradeNow=");
sb.append(z);
sb.append(", tradeNowAppId=");
sb.append(str7);
sb.append(", arrowDirection=");
sb.append(i);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.j.hashCode();
int hashCode2 = this.h.hashCode();
int hashCode3 = this.e.hashCode();
int hashCode4 = this.c.hashCode();
int hashCode5 = this.f.hashCode();
int hashCode6 = this.b.hashCode();
int hashCode7 = this.d.hashCode();
boolean z = this.i;
int i = z;
if (z != 0) {
i = 1;
}
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i) * 31) + this.g.hashCode()) * 31) + Integer.hashCode(this.a);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0863Qe)) {
return false;
}
C0863Qe c0863Qe = (C0863Qe) obj;
return C14957gcv.b((Object) this.j, (Object) c0863Qe.j) && C14957gcv.b((Object) this.h, (Object) c0863Qe.h) && C14957gcv.b((Object) this.e, (Object) c0863Qe.e) && C14957gcv.b((Object) this.c, (Object) c0863Qe.c) && C14957gcv.b(this.f, c0863Qe.f) && C14957gcv.b((Object) this.b, (Object) c0863Qe.b) && C14957gcv.b((Object) this.d, (Object) c0863Qe.d) && this.i == c0863Qe.i && C14957gcv.b((Object) this.g, (Object) c0863Qe.g) && this.a == c0863Qe.a;
}
}