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

273 lines
9.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.List;
/* loaded from: classes3.dex */
public final class JM extends EQ implements Parcelable {
public static final Sts CREATOR = new Sts(0);
public final List<LJ> a;
public final String b;
public final String c;
public final Boolean d;
public final String f;
public final Boolean g;
public final Boolean h;
public final String i;
public Boolean j;
public final String k;
public Boolean l;
private final Integer m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8220o;
@Override // o.EQ, android.os.Parcelable
public final int describeContents() {
return 0;
}
/* JADX WARN: Multi-variable type inference failed */
public JM(Integer num, String str, String str2, String str3, String str4, String str5, Boolean bool, Boolean bool2, Boolean bool3, String str6, List<? extends LJ> list, Boolean bool4, String str7, Boolean bool5) {
this.m = num;
this.f = str;
this.k = str2;
this.c = str3;
this.f8220o = str4;
this.n = str5;
this.d = bool;
this.j = bool2;
this.h = bool3;
this.b = str6;
this.a = list;
this.g = bool4;
this.i = str7;
this.l = bool5;
}
/* 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 JM(android.os.Parcel r20) {
/*
r19 = this;
r0 = r20
java.lang.String r1 = ""
o.C14957gcv.e(r0, r1)
java.lang.Class r1 = java.lang.Integer.TYPE
java.lang.ClassLoader r1 = r1.getClassLoader()
java.lang.Object r1 = r0.readValue(r1)
boolean r2 = r1 instanceof java.lang.Integer
r3 = 0
if (r2 == 0) goto L1a
java.lang.Integer r1 = (java.lang.Integer) r1
r5 = r1
goto L1b
L1a:
r5 = r3
L1b:
java.lang.String r6 = r20.readString()
java.lang.String r7 = r20.readString()
java.lang.String r8 = r20.readString()
java.lang.String r9 = r20.readString()
java.lang.String r10 = r20.readString()
java.lang.Class r1 = java.lang.Boolean.TYPE
java.lang.ClassLoader r1 = r1.getClassLoader()
java.lang.Object r1 = r0.readValue(r1)
boolean r2 = r1 instanceof java.lang.Boolean
if (r2 == 0) goto L41
java.lang.Boolean r1 = (java.lang.Boolean) r1
r11 = r1
goto L42
L41:
r11 = r3
L42:
java.lang.Class r1 = java.lang.Boolean.TYPE
java.lang.ClassLoader r1 = r1.getClassLoader()
java.lang.Object r1 = r0.readValue(r1)
boolean r2 = r1 instanceof java.lang.Boolean
if (r2 == 0) goto L54
java.lang.Boolean r1 = (java.lang.Boolean) r1
r12 = r1
goto L55
L54:
r12 = r3
L55:
java.lang.Class r1 = java.lang.Boolean.TYPE
java.lang.ClassLoader r1 = r1.getClassLoader()
java.lang.Object r1 = r0.readValue(r1)
boolean r2 = r1 instanceof java.lang.Boolean
if (r2 == 0) goto L67
java.lang.Boolean r1 = (java.lang.Boolean) r1
r13 = r1
goto L68
L67:
r13 = r3
L68:
java.lang.String r14 = r20.readString()
android.os.Parcelable$Creator<o.LJ> r1 = o.LJ.CREATOR
java.util.ArrayList r1 = r0.createTypedArrayList(r1)
r15 = r1
java.util.List r15 = (java.util.List) r15
java.lang.Class r1 = java.lang.Boolean.TYPE
java.lang.ClassLoader r1 = r1.getClassLoader()
java.lang.Object r1 = r0.readValue(r1)
boolean r2 = r1 instanceof java.lang.Boolean
if (r2 == 0) goto L88
java.lang.Boolean r1 = (java.lang.Boolean) r1
r16 = r1
goto L8a
L88:
r16 = r3
L8a:
java.lang.String r17 = r20.readString()
java.lang.Class r1 = java.lang.Boolean.TYPE
java.lang.ClassLoader r1 = r1.getClassLoader()
java.lang.Object r0 = r0.readValue(r1)
boolean r1 = r0 instanceof java.lang.Boolean
if (r1 == 0) goto L9f
r3 = r0
java.lang.Boolean r3 = (java.lang.Boolean) r3
L9f:
r18 = r3
r4 = r19
r4.<init>(r5, r6, r7, r8, r9, r10, r11, r12, r13, r14, r15, r16, r17, r18)
return
*/
throw new UnsupportedOperationException("Method not decompiled: o.JM.<init>(android.os.Parcel):void");
}
@Override // o.EQ, android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeValue(this.m);
parcel.writeString(this.f);
parcel.writeString(this.k);
parcel.writeString(this.c);
parcel.writeString(this.f8220o);
parcel.writeString(this.n);
parcel.writeValue(this.d);
parcel.writeValue(this.j);
parcel.writeValue(this.h);
parcel.writeString(this.b);
parcel.writeTypedList(this.a);
parcel.writeValue(this.g);
parcel.writeString(this.i);
parcel.writeValue(this.l);
}
/* loaded from: classes3.dex */
public static final class Sts implements Parcelable.Creator<JM> {
private Sts() {
}
@Override // android.os.Parcelable.Creator
public final /* synthetic */ JM createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new JM(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ JM[] newArray(int i) {
return new JM[i];
}
public /* synthetic */ Sts(byte b) {
this();
}
}
public final String toString() {
Integer num = this.m;
String str = this.f;
String str2 = this.k;
String str3 = this.c;
String str4 = this.f8220o;
String str5 = this.n;
Boolean bool = this.d;
Boolean bool2 = this.j;
Boolean bool3 = this.h;
String str6 = this.b;
List<LJ> list = this.a;
Boolean bool4 = this.g;
String str7 = this.i;
Boolean bool5 = this.l;
StringBuilder sb = new StringBuilder("CreditPowerTileDisplay(sortSequence=");
sb.append(num);
sb.append(", logo=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(", flowType=");
sb.append(str3);
sb.append(", productGroup=");
sb.append(str4);
sb.append(", name=");
sb.append(str5);
sb.append(", enabled=");
sb.append(bool);
sb.append(", isSelected=");
sb.append(bool2);
sb.append(", isSecured=");
sb.append(bool3);
sb.append(", creditAmount=");
sb.append(str6);
sb.append(", details=");
sb.append(list);
sb.append(", isReferral=");
sb.append(bool4);
sb.append(", minimumIncome=");
sb.append(str7);
sb.append(", validateEnable=");
sb.append(bool5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.m;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.f;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.k;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.f8220o;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.n;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
Boolean bool = this.d;
int hashCode7 = bool == null ? 0 : bool.hashCode();
Boolean bool2 = this.j;
int hashCode8 = bool2 == null ? 0 : bool2.hashCode();
Boolean bool3 = this.h;
int hashCode9 = bool3 == null ? 0 : bool3.hashCode();
String str6 = this.b;
int hashCode10 = str6 == null ? 0 : str6.hashCode();
List<LJ> list = this.a;
int hashCode11 = list == null ? 0 : list.hashCode();
Boolean bool4 = this.g;
int hashCode12 = bool4 == null ? 0 : bool4.hashCode();
String str7 = this.i;
int hashCode13 = str7 == null ? 0 : str7.hashCode();
Boolean bool5 = this.l;
return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + (bool5 != null ? bool5.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof JM)) {
return false;
}
JM jm = (JM) obj;
return C14957gcv.b(this.m, jm.m) && C14957gcv.b((Object) this.f, (Object) jm.f) && C14957gcv.b((Object) this.k, (Object) jm.k) && C14957gcv.b((Object) this.c, (Object) jm.c) && C14957gcv.b((Object) this.f8220o, (Object) jm.f8220o) && C14957gcv.b((Object) this.n, (Object) jm.n) && C14957gcv.b(this.d, jm.d) && C14957gcv.b(this.j, jm.j) && C14957gcv.b(this.h, jm.h) && C14957gcv.b((Object) this.b, (Object) jm.b) && C14957gcv.b(this.a, jm.a) && C14957gcv.b(this.g, jm.g) && C14957gcv.b((Object) this.i, (Object) jm.i) && C14957gcv.b(this.l, jm.l);
}
}