305 lines
13 KiB
Java
305 lines
13 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import org.bouncycastle.asn1.cmp.PKIFailureInfo;
|
||
|
|
||
|
/* renamed from: o.Vy, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1114Vy implements Parcelable {
|
||
|
public static final Parcelable.Creator<C1114Vy> CREATOR = new LWm();
|
||
|
public String a;
|
||
|
public C1099Vp b;
|
||
|
public String c;
|
||
|
public C1098Vo d;
|
||
|
public String e;
|
||
|
public String f;
|
||
|
public boolean g;
|
||
|
public String h;
|
||
|
public boolean i;
|
||
|
public String j;
|
||
|
public String k;
|
||
|
public String l;
|
||
|
public String m;
|
||
|
public String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public String f8427o;
|
||
|
public String p;
|
||
|
public final String q;
|
||
|
public String r;
|
||
|
public String s;
|
||
|
public String t;
|
||
|
private String u;
|
||
|
public String v;
|
||
|
private String w;
|
||
|
public final YC y;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C1114Vy(String str, C1099Vp c1099Vp, C1098Vo c1098Vo, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, boolean z, String str14, String str15, String str16, String str17, String str18, boolean z2, String str19, YC yc) {
|
||
|
C14957gcv.e(c1099Vp, "");
|
||
|
C14957gcv.e(c1098Vo, "");
|
||
|
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.p = str;
|
||
|
this.b = c1099Vp;
|
||
|
this.d = c1098Vo;
|
||
|
this.c = str2;
|
||
|
this.a = str3;
|
||
|
this.e = str4;
|
||
|
this.f = str5;
|
||
|
this.v = str6;
|
||
|
this.l = str7;
|
||
|
this.k = str8;
|
||
|
this.f8427o = str9;
|
||
|
this.m = str10;
|
||
|
this.n = str11;
|
||
|
this.h = str12;
|
||
|
this.j = str13;
|
||
|
this.g = z;
|
||
|
this.u = str14;
|
||
|
this.w = str15;
|
||
|
this.t = str16;
|
||
|
this.s = str17;
|
||
|
this.r = str18;
|
||
|
this.i = z2;
|
||
|
this.q = str19;
|
||
|
this.y = yc;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ C1114Vy(C1099Vp c1099Vp, C1098Vo c1098Vo, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, boolean z, String str13, String str14, String str15, String str16, boolean z2, int i) {
|
||
|
this(null, c1099Vp, c1098Vo, str, str2, str3, str4, str5, str6, str7, str8, str9, str10, str11, (i & 16384) != 0 ? null : str12, (32768 & i) != 0 ? false : z, null, (131072 & i) != 0 ? null : str13, (262144 & i) != 0 ? null : str14, (524288 & i) != 0 ? null : str15, (1048576 & i) != 0 ? null : str16, (i & PKIFailureInfo.badSenderNonce) != 0 ? false : z2, null, null);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Vy$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<C1114Vy> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C1114Vy createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C1114Vy(parcel.readString(), C1099Vp.CREATOR.createFromParcel(parcel), C1098Vo.CREATOR.createFromParcel(parcel), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readString(), parcel.readInt() == 0 ? null : YC.CREATOR.createFromParcel(parcel));
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C1114Vy[] newArray(int i) {
|
||
|
return new C1114Vy[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ C1114Vy b(C1114Vy c1114Vy, String str, C1099Vp c1099Vp, C1098Vo c1098Vo, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, boolean z, String str14, String str15, String str16, String str17, String str18, boolean z2, String str19, YC yc, int i) {
|
||
|
String str20 = (i & 1) != 0 ? c1114Vy.p : str;
|
||
|
C1099Vp c1099Vp2 = (i & 2) != 0 ? c1114Vy.b : c1099Vp;
|
||
|
C1098Vo c1098Vo2 = (i & 4) != 0 ? c1114Vy.d : c1098Vo;
|
||
|
String str21 = (i & 8) != 0 ? c1114Vy.c : str2;
|
||
|
String str22 = (i & 16) != 0 ? c1114Vy.a : str3;
|
||
|
String str23 = (i & 32) != 0 ? c1114Vy.e : str4;
|
||
|
String str24 = (i & 64) != 0 ? c1114Vy.f : str5;
|
||
|
String str25 = (i & 128) != 0 ? c1114Vy.v : str6;
|
||
|
String str26 = (i & 256) != 0 ? c1114Vy.l : str7;
|
||
|
String str27 = (i & 512) != 0 ? c1114Vy.k : str8;
|
||
|
String str28 = (i & 1024) != 0 ? c1114Vy.f8427o : str9;
|
||
|
String str29 = (i & 2048) != 0 ? c1114Vy.m : str10;
|
||
|
String str30 = (i & 4096) != 0 ? c1114Vy.n : str11;
|
||
|
String str31 = (i & 8192) != 0 ? c1114Vy.h : str12;
|
||
|
String str32 = str20;
|
||
|
String str33 = (i & 16384) != 0 ? c1114Vy.j : str13;
|
||
|
boolean z3 = (i & 32768) != 0 ? c1114Vy.g : z;
|
||
|
String str34 = (i & 65536) != 0 ? c1114Vy.u : str14;
|
||
|
String str35 = (i & 131072) != 0 ? c1114Vy.w : str15;
|
||
|
String str36 = (i & 262144) != 0 ? c1114Vy.t : str16;
|
||
|
String str37 = (i & 524288) != 0 ? c1114Vy.s : str17;
|
||
|
String str38 = (i & PKIFailureInfo.badCertTemplate) != 0 ? c1114Vy.r : str18;
|
||
|
boolean z4 = (i & PKIFailureInfo.badSenderNonce) != 0 ? c1114Vy.i : z2;
|
||
|
String str39 = (i & 4194304) != 0 ? c1114Vy.q : str19;
|
||
|
YC yc2 = (i & 8388608) != 0 ? c1114Vy.y : yc;
|
||
|
C14957gcv.e(c1099Vp2, "");
|
||
|
C14957gcv.e(c1098Vo2, "");
|
||
|
C14957gcv.e(str21, "");
|
||
|
C14957gcv.e(str22, "");
|
||
|
C14957gcv.e(str23, "");
|
||
|
C14957gcv.e(str24, "");
|
||
|
C14957gcv.e(str25, "");
|
||
|
C14957gcv.e(str26, "");
|
||
|
C14957gcv.e(str27, "");
|
||
|
C14957gcv.e(str28, "");
|
||
|
C14957gcv.e(str29, "");
|
||
|
C14957gcv.e(str30, "");
|
||
|
C14957gcv.e(str31, "");
|
||
|
return new C1114Vy(str32, c1099Vp2, c1098Vo2, str21, str22, str23, str24, str25, str26, str27, str28, str29, str30, str31, str33, z3, str34, str35, str36, str37, str38, z4, str39, yc2);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.p);
|
||
|
this.b.writeToParcel(parcel, i);
|
||
|
this.d.writeToParcel(parcel, i);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.v);
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.f8427o);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.n);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeInt(this.g ? 1 : 0);
|
||
|
parcel.writeString(this.u);
|
||
|
parcel.writeString(this.w);
|
||
|
parcel.writeString(this.t);
|
||
|
parcel.writeString(this.s);
|
||
|
parcel.writeString(this.r);
|
||
|
parcel.writeInt(this.i ? 1 : 0);
|
||
|
parcel.writeString(this.q);
|
||
|
YC yc = this.y;
|
||
|
if (yc == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
yc.writeToParcel(parcel, i);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.p;
|
||
|
C1099Vp c1099Vp = this.b;
|
||
|
C1098Vo c1098Vo = this.d;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.a;
|
||
|
String str4 = this.e;
|
||
|
String str5 = this.f;
|
||
|
String str6 = this.v;
|
||
|
String str7 = this.l;
|
||
|
String str8 = this.k;
|
||
|
String str9 = this.f8427o;
|
||
|
String str10 = this.m;
|
||
|
String str11 = this.n;
|
||
|
String str12 = this.h;
|
||
|
String str13 = this.j;
|
||
|
boolean z = this.g;
|
||
|
String str14 = this.u;
|
||
|
String str15 = this.w;
|
||
|
String str16 = this.t;
|
||
|
String str17 = this.s;
|
||
|
String str18 = this.r;
|
||
|
boolean z2 = this.i;
|
||
|
String str19 = this.q;
|
||
|
YC yc = this.y;
|
||
|
StringBuilder sb = new StringBuilder("RemittanceDisplay(transactionToken=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountFrom=");
|
||
|
sb.append(c1099Vp);
|
||
|
sb.append(", accountTo=");
|
||
|
sb.append(c1098Vo);
|
||
|
sb.append(", conversionRate=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", amountFromDisplay=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", amountToDisplay=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", feeDisplay=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", txnDetails=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", recipientPersonalDetails=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", recipientPersonalDetailsWithMaskFlag=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", recipientAddress=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", recipientContactDetails=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", recipientContactDetailsWithMaskFlag=");
|
||
|
sb.append(str11);
|
||
|
sb.append(", note=");
|
||
|
sb.append(str12);
|
||
|
sb.append(", favouriteName=");
|
||
|
sb.append(str13);
|
||
|
sb.append(", isFavourite=");
|
||
|
sb.append(z);
|
||
|
sb.append(", remainingBalance=");
|
||
|
sb.append(str14);
|
||
|
sb.append(", transactionId=");
|
||
|
sb.append(str15);
|
||
|
sb.append(", refId=");
|
||
|
sb.append(str16);
|
||
|
sb.append(", transactionDateTime=");
|
||
|
sb.append(str17);
|
||
|
sb.append(", systemLogo=");
|
||
|
sb.append(str18);
|
||
|
sb.append(", isFromReview=");
|
||
|
sb.append(z2);
|
||
|
sb.append(", transferType=");
|
||
|
sb.append(str19);
|
||
|
sb.append(", warningDisplay=");
|
||
|
sb.append(yc);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.p;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
int hashCode2 = this.b.hashCode();
|
||
|
int hashCode3 = this.d.hashCode();
|
||
|
int hashCode4 = this.c.hashCode();
|
||
|
int hashCode5 = this.a.hashCode();
|
||
|
int hashCode6 = this.e.hashCode();
|
||
|
int hashCode7 = this.f.hashCode();
|
||
|
int hashCode8 = this.v.hashCode();
|
||
|
int hashCode9 = this.l.hashCode();
|
||
|
int hashCode10 = this.k.hashCode();
|
||
|
int hashCode11 = this.f8427o.hashCode();
|
||
|
int hashCode12 = this.m.hashCode();
|
||
|
int hashCode13 = this.n.hashCode();
|
||
|
int hashCode14 = this.h.hashCode();
|
||
|
String str2 = this.j;
|
||
|
int hashCode15 = str2 == null ? 0 : str2.hashCode();
|
||
|
boolean z = this.g;
|
||
|
int i = z ? 1 : z ? 1 : 0;
|
||
|
String str3 = this.u;
|
||
|
int hashCode16 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.w;
|
||
|
int hashCode17 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.t;
|
||
|
int hashCode18 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.s;
|
||
|
int hashCode19 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.r;
|
||
|
int hashCode20 = str7 == null ? 0 : str7.hashCode();
|
||
|
boolean z2 = this.i;
|
||
|
int i2 = z2 ? 1 : z2 ? 1 : 0;
|
||
|
String str8 = this.q;
|
||
|
int hashCode21 = str8 == null ? 0 : str8.hashCode();
|
||
|
YC yc = this.y;
|
||
|
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) + hashCode14) * 31) + hashCode15) * 31) + i) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + hashCode19) * 31) + hashCode20) * 31) + i2) * 31) + hashCode21) * 31) + (yc != null ? yc.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1114Vy)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1114Vy c1114Vy = (C1114Vy) obj;
|
||
|
return C14957gcv.b((Object) this.p, (Object) c1114Vy.p) && C14957gcv.b(this.b, c1114Vy.b) && C14957gcv.b(this.d, c1114Vy.d) && C14957gcv.b((Object) this.c, (Object) c1114Vy.c) && C14957gcv.b((Object) this.a, (Object) c1114Vy.a) && C14957gcv.b((Object) this.e, (Object) c1114Vy.e) && C14957gcv.b((Object) this.f, (Object) c1114Vy.f) && C14957gcv.b((Object) this.v, (Object) c1114Vy.v) && C14957gcv.b((Object) this.l, (Object) c1114Vy.l) && C14957gcv.b((Object) this.k, (Object) c1114Vy.k) && C14957gcv.b((Object) this.f8427o, (Object) c1114Vy.f8427o) && C14957gcv.b((Object) this.m, (Object) c1114Vy.m) && C14957gcv.b((Object) this.n, (Object) c1114Vy.n) && C14957gcv.b((Object) this.h, (Object) c1114Vy.h) && C14957gcv.b((Object) this.j, (Object) c1114Vy.j) && this.g == c1114Vy.g && C14957gcv.b((Object) this.u, (Object) c1114Vy.u) && C14957gcv.b((Object) this.w, (Object) c1114Vy.w) && C14957gcv.b((Object) this.t, (Object) c1114Vy.t) && C14957gcv.b((Object) this.s, (Object) c1114Vy.s) && C14957gcv.b((Object) this.r, (Object) c1114Vy.r) && this.i == c1114Vy.i && C14957gcv.b((Object) this.q, (Object) c1114Vy.q) && C14957gcv.b(this.y, c1114Vy.y);
|
||
|
}
|
||
|
}
|