206 lines
7.0 KiB
Java
206 lines
7.0 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class RK extends EQ implements Parcelable {
|
|
public static final Sts CREATOR = new Sts(0);
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String f;
|
|
private final RL g;
|
|
public final String h;
|
|
public final String i;
|
|
public final RO j;
|
|
private final String l;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
private final int f8338o;
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public RK(int i, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, RL rl, RO ro) {
|
|
C14957gcv.e(str2, "");
|
|
this.f8338o = i;
|
|
this.i = str;
|
|
this.h = str2;
|
|
this.l = str3;
|
|
this.c = str4;
|
|
this.a = str5;
|
|
this.f = str6;
|
|
this.b = str7;
|
|
this.d = str8;
|
|
this.g = rl;
|
|
this.j = ro;
|
|
}
|
|
|
|
public RK() {
|
|
this(0, null, "", null, null, null, null, null, null, null, null);
|
|
}
|
|
|
|
/* 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 RK(android.os.Parcel r14) {
|
|
/*
|
|
r13 = this;
|
|
java.lang.String r0 = ""
|
|
o.C14957gcv.e(r14, r0)
|
|
int r2 = r14.readInt()
|
|
java.lang.String r3 = r14.readString()
|
|
o.C14957gcv.e(r14, r0)
|
|
java.lang.String r1 = r14.readString()
|
|
if (r1 != 0) goto L18
|
|
r4 = r0
|
|
goto L19
|
|
L18:
|
|
r4 = r1
|
|
L19:
|
|
java.lang.String r5 = r14.readString()
|
|
java.lang.String r6 = r14.readString()
|
|
java.lang.String r7 = r14.readString()
|
|
java.lang.String r8 = r14.readString()
|
|
java.lang.String r9 = r14.readString()
|
|
java.lang.String r10 = r14.readString()
|
|
java.lang.Class<o.RL> r0 = o.RL.class
|
|
java.lang.ClassLoader r0 = r0.getClassLoader()
|
|
android.os.Parcelable r0 = r14.readParcelable(r0)
|
|
r11 = r0
|
|
o.RL r11 = (o.RL) r11
|
|
java.lang.Class<o.RO> r0 = o.RO.class
|
|
java.lang.ClassLoader r0 = r0.getClassLoader()
|
|
android.os.Parcelable r0 = r14.readParcelable(r0)
|
|
r12 = r0
|
|
o.RO r12 = (o.RO) r12
|
|
r1 = r13
|
|
r1.<init>(r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, r12)
|
|
int r14 = r14.readInt()
|
|
r0 = 1
|
|
if (r14 == r0) goto L57
|
|
r0 = 0
|
|
L57:
|
|
r13.e = r0
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.RK.<init>(android.os.Parcel):void");
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeInt(this.f8338o);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.l);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.d);
|
|
parcel.writeParcelable(this.g, i);
|
|
parcel.writeParcelable(this.j, i);
|
|
parcel.writeInt(this.e ? 1 : 0);
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<RK> {
|
|
private Sts() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ RK createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new RK(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ RK[] newArray(int i) {
|
|
return new RK[i];
|
|
}
|
|
|
|
public /* synthetic */ Sts(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.f8338o;
|
|
String str = this.i;
|
|
String str2 = this.h;
|
|
String str3 = this.l;
|
|
String str4 = this.c;
|
|
String str5 = this.a;
|
|
String str6 = this.f;
|
|
String str7 = this.b;
|
|
String str8 = this.d;
|
|
RL rl = this.g;
|
|
RO ro = this.j;
|
|
StringBuilder sb = new StringBuilder("MerchantWalletDetailDisplay(pageNumber=");
|
|
sb.append(i);
|
|
sb.append(", walletId=");
|
|
sb.append(str);
|
|
sb.append(", walletBalance=");
|
|
sb.append(str2);
|
|
sb.append(", walletStatus=");
|
|
sb.append(str3);
|
|
sb.append(", nickname=");
|
|
sb.append(str4);
|
|
sb.append(", productType=");
|
|
sb.append(str5);
|
|
sb.append(", shopName=");
|
|
sb.append(str6);
|
|
sb.append(", linkedAccountNumber=");
|
|
sb.append(str7);
|
|
sb.append(", ownerName=");
|
|
sb.append(str8);
|
|
sb.append(", owner=");
|
|
sb.append(rl);
|
|
sb.append(", transactions=");
|
|
sb.append(ro);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.f8338o);
|
|
String str = this.i;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
int hashCode3 = this.h.hashCode();
|
|
String str2 = this.l;
|
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.c;
|
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
int hashCode6 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.f;
|
|
int hashCode7 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.b;
|
|
int hashCode8 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.d;
|
|
int hashCode9 = str7 == null ? 0 : str7.hashCode();
|
|
RL rl = this.g;
|
|
int hashCode10 = rl == null ? 0 : rl.hashCode();
|
|
RO ro = this.j;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (ro != null ? ro.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof RK)) {
|
|
return false;
|
|
}
|
|
RK rk = (RK) obj;
|
|
return this.f8338o == rk.f8338o && C14957gcv.b((Object) this.i, (Object) rk.i) && C14957gcv.b((Object) this.h, (Object) rk.h) && C14957gcv.b((Object) this.l, (Object) rk.l) && C14957gcv.b((Object) this.c, (Object) rk.c) && C14957gcv.b((Object) this.a, (Object) rk.a) && C14957gcv.b((Object) this.f, (Object) rk.f) && C14957gcv.b((Object) this.b, (Object) rk.b) && C14957gcv.b((Object) this.d, (Object) rk.d) && C14957gcv.b(this.g, rk.g) && C14957gcv.b(this.j, rk.j);
|
|
}
|
|
}
|