320 lines
13 KiB
Java
320 lines
13 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class GR implements Parcelable {
|
||
|
public static final Parcelable.Creator<GR> CREATOR = new IeS();
|
||
|
public String C;
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
public String f;
|
||
|
public Boolean g;
|
||
|
public String h;
|
||
|
public boolean i;
|
||
|
public boolean j;
|
||
|
public Boolean k;
|
||
|
public String l;
|
||
|
public String m;
|
||
|
public String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public String f8181o;
|
||
|
public String p;
|
||
|
public String q;
|
||
|
public String r;
|
||
|
public String s;
|
||
|
public String t;
|
||
|
public String u;
|
||
|
public String v;
|
||
|
public String w;
|
||
|
public String x;
|
||
|
public String y;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public GR(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, boolean z, boolean z2, String str15, String str16, String str17, String str18, String str19, Boolean bool, String str20, Boolean bool2, String str21, String str22) {
|
||
|
this.b = str;
|
||
|
this.c = str2;
|
||
|
this.p = str3;
|
||
|
this.q = str4;
|
||
|
this.s = str5;
|
||
|
this.e = str6;
|
||
|
this.d = str7;
|
||
|
this.f = str8;
|
||
|
this.v = str9;
|
||
|
this.u = str10;
|
||
|
this.w = str11;
|
||
|
this.m = str12;
|
||
|
this.r = str13;
|
||
|
this.C = str14;
|
||
|
this.j = z;
|
||
|
this.i = z2;
|
||
|
this.f8181o = str15;
|
||
|
this.t = str16;
|
||
|
this.a = str17;
|
||
|
this.y = str18;
|
||
|
this.x = str19;
|
||
|
this.k = bool;
|
||
|
this.l = str20;
|
||
|
this.g = bool2;
|
||
|
this.n = str21;
|
||
|
this.h = str22;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ GR(byte b) {
|
||
|
this(null, null, null, null, null, null, null, null, null, null, null, null, null, null, false, false, null, null, null, null, null, Boolean.FALSE, null, Boolean.FALSE, null, null);
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS implements Parcelable.Creator<GR> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ GR createFromParcel(Parcel parcel) {
|
||
|
Boolean valueOf;
|
||
|
Boolean bool;
|
||
|
C14957gcv.e(parcel, "");
|
||
|
String readString = parcel.readString();
|
||
|
String readString2 = parcel.readString();
|
||
|
String readString3 = parcel.readString();
|
||
|
String readString4 = parcel.readString();
|
||
|
String readString5 = parcel.readString();
|
||
|
String readString6 = parcel.readString();
|
||
|
String readString7 = parcel.readString();
|
||
|
String readString8 = parcel.readString();
|
||
|
String readString9 = parcel.readString();
|
||
|
String readString10 = parcel.readString();
|
||
|
String readString11 = parcel.readString();
|
||
|
String readString12 = parcel.readString();
|
||
|
String readString13 = parcel.readString();
|
||
|
String readString14 = parcel.readString();
|
||
|
boolean z = parcel.readInt() != 0;
|
||
|
boolean z2 = parcel.readInt() != 0;
|
||
|
String readString15 = parcel.readString();
|
||
|
String readString16 = parcel.readString();
|
||
|
String readString17 = parcel.readString();
|
||
|
String readString18 = parcel.readString();
|
||
|
String readString19 = parcel.readString();
|
||
|
if (parcel.readInt() == 0) {
|
||
|
valueOf = null;
|
||
|
} else {
|
||
|
valueOf = Boolean.valueOf(parcel.readInt() != 0);
|
||
|
}
|
||
|
String readString20 = parcel.readString();
|
||
|
if (parcel.readInt() != 0) {
|
||
|
bool = Boolean.valueOf(parcel.readInt() != 0);
|
||
|
} else {
|
||
|
bool = null;
|
||
|
}
|
||
|
return new GR(readString, readString2, readString3, readString4, readString5, readString6, readString7, readString8, readString9, readString10, readString11, readString12, readString13, readString14, z, z2, readString15, readString16, readString17, readString18, readString19, valueOf, readString20, bool, parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ GR[] newArray(int i) {
|
||
|
return new GR[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.p);
|
||
|
parcel.writeString(this.q);
|
||
|
parcel.writeString(this.s);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.v);
|
||
|
parcel.writeString(this.u);
|
||
|
parcel.writeString(this.w);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.r);
|
||
|
parcel.writeString(this.C);
|
||
|
parcel.writeInt(this.j ? 1 : 0);
|
||
|
parcel.writeInt(this.i ? 1 : 0);
|
||
|
parcel.writeString(this.f8181o);
|
||
|
parcel.writeString(this.t);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.y);
|
||
|
parcel.writeString(this.x);
|
||
|
Boolean bool = this.k;
|
||
|
if (bool == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
parcel.writeInt(bool.booleanValue() ? 1 : 0);
|
||
|
}
|
||
|
parcel.writeString(this.l);
|
||
|
Boolean bool2 = this.g;
|
||
|
if (bool2 == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
parcel.writeInt(bool2.booleanValue() ? 1 : 0);
|
||
|
}
|
||
|
parcel.writeString(this.n);
|
||
|
parcel.writeString(this.h);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.p;
|
||
|
String str4 = this.q;
|
||
|
String str5 = this.s;
|
||
|
String str6 = this.e;
|
||
|
String str7 = this.d;
|
||
|
String str8 = this.f;
|
||
|
String str9 = this.v;
|
||
|
String str10 = this.u;
|
||
|
String str11 = this.w;
|
||
|
String str12 = this.m;
|
||
|
String str13 = this.r;
|
||
|
String str14 = this.C;
|
||
|
boolean z = this.j;
|
||
|
boolean z2 = this.i;
|
||
|
String str15 = this.f8181o;
|
||
|
String str16 = this.t;
|
||
|
String str17 = this.a;
|
||
|
String str18 = this.y;
|
||
|
String str19 = this.x;
|
||
|
Boolean bool = this.k;
|
||
|
String str20 = this.l;
|
||
|
Boolean bool2 = this.g;
|
||
|
String str21 = this.n;
|
||
|
String str22 = this.h;
|
||
|
StringBuilder sb = new StringBuilder("DeejungTransferSummaryDisplayModel(fromNickname=");
|
||
|
sb.append(str);
|
||
|
sb.append(", fromMaskedCardNo=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", toNickname=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", toCardNo=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", toMaskedCardNo=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", duration=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", interestRate=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", totalPayment=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", totalPaymentPrincipal=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", totalPaymentInterest=");
|
||
|
sb.append(str11);
|
||
|
sb.append(", monthlyPayment=");
|
||
|
sb.append(str12);
|
||
|
sb.append(", tokenId=");
|
||
|
sb.append(str13);
|
||
|
sb.append(", verifiedEmail=");
|
||
|
sb.append(str14);
|
||
|
sb.append(", isMonthlyRate=");
|
||
|
sb.append(z);
|
||
|
sb.append(", isDJTRename=");
|
||
|
sb.append(z2);
|
||
|
sb.append(", productTypeCode=");
|
||
|
sb.append(str15);
|
||
|
sb.append(", termAndCon=");
|
||
|
sb.append(str16);
|
||
|
sb.append(", creditCardLogoURL=");
|
||
|
sb.append(str17);
|
||
|
sb.append(", totalFee=");
|
||
|
sb.append(str18);
|
||
|
sb.append(", totalVat=");
|
||
|
sb.append(str19);
|
||
|
sb.append(", isShowTotalFeeAndVat=");
|
||
|
sb.append(bool);
|
||
|
sb.append(", remark=");
|
||
|
sb.append(str20);
|
||
|
sb.append(", isShowRemark=");
|
||
|
sb.append(bool2);
|
||
|
sb.append(", productTypeCurrentSourceSystem=");
|
||
|
sb.append(str21);
|
||
|
sb.append(", installmentType=");
|
||
|
sb.append(str22);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.b;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.c;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.p;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.q;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.s;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.e;
|
||
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.d;
|
||
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.f;
|
||
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
||
|
String str9 = this.v;
|
||
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
||
|
String str10 = this.u;
|
||
|
int hashCode10 = str10 == null ? 0 : str10.hashCode();
|
||
|
String str11 = this.w;
|
||
|
int hashCode11 = str11 == null ? 0 : str11.hashCode();
|
||
|
String str12 = this.m;
|
||
|
int hashCode12 = str12 == null ? 0 : str12.hashCode();
|
||
|
String str13 = this.r;
|
||
|
int hashCode13 = str13 == null ? 0 : str13.hashCode();
|
||
|
String str14 = this.C;
|
||
|
int hashCode14 = str14 == null ? 0 : str14.hashCode();
|
||
|
boolean z = this.j;
|
||
|
int i = z ? 1 : z ? 1 : 0;
|
||
|
boolean z2 = this.i;
|
||
|
int i2 = z2 ? 1 : z2 ? 1 : 0;
|
||
|
String str15 = this.f8181o;
|
||
|
int hashCode15 = str15 == null ? 0 : str15.hashCode();
|
||
|
String str16 = this.t;
|
||
|
int hashCode16 = str16 == null ? 0 : str16.hashCode();
|
||
|
String str17 = this.a;
|
||
|
int hashCode17 = str17 == null ? 0 : str17.hashCode();
|
||
|
String str18 = this.y;
|
||
|
int hashCode18 = str18 == null ? 0 : str18.hashCode();
|
||
|
String str19 = this.x;
|
||
|
int hashCode19 = str19 == null ? 0 : str19.hashCode();
|
||
|
Boolean bool = this.k;
|
||
|
int hashCode20 = bool == null ? 0 : bool.hashCode();
|
||
|
String str20 = this.l;
|
||
|
int hashCode21 = str20 == null ? 0 : str20.hashCode();
|
||
|
Boolean bool2 = this.g;
|
||
|
int hashCode22 = bool2 == null ? 0 : bool2.hashCode();
|
||
|
String str21 = this.n;
|
||
|
int hashCode23 = str21 == null ? 0 : str21.hashCode();
|
||
|
String str22 = this.h;
|
||
|
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) + i) * 31) + i2) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + hashCode19) * 31) + hashCode20) * 31) + hashCode21) * 31) + hashCode22) * 31) + hashCode23) * 31) + (str22 != null ? str22.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof GR)) {
|
||
|
return false;
|
||
|
}
|
||
|
GR gr = (GR) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) gr.b) && C14957gcv.b((Object) this.c, (Object) gr.c) && C14957gcv.b((Object) this.p, (Object) gr.p) && C14957gcv.b((Object) this.q, (Object) gr.q) && C14957gcv.b((Object) this.s, (Object) gr.s) && C14957gcv.b((Object) this.e, (Object) gr.e) && C14957gcv.b((Object) this.d, (Object) gr.d) && C14957gcv.b((Object) this.f, (Object) gr.f) && C14957gcv.b((Object) this.v, (Object) gr.v) && C14957gcv.b((Object) this.u, (Object) gr.u) && C14957gcv.b((Object) this.w, (Object) gr.w) && C14957gcv.b((Object) this.m, (Object) gr.m) && C14957gcv.b((Object) this.r, (Object) gr.r) && C14957gcv.b((Object) this.C, (Object) gr.C) && this.j == gr.j && this.i == gr.i && C14957gcv.b((Object) this.f8181o, (Object) gr.f8181o) && C14957gcv.b((Object) this.t, (Object) gr.t) && C14957gcv.b((Object) this.a, (Object) gr.a) && C14957gcv.b((Object) this.y, (Object) gr.y) && C14957gcv.b((Object) this.x, (Object) gr.x) && C14957gcv.b(this.k, gr.k) && C14957gcv.b((Object) this.l, (Object) gr.l) && C14957gcv.b(this.g, gr.g) && C14957gcv.b((Object) this.n, (Object) gr.n) && C14957gcv.b((Object) this.h, (Object) gr.h);
|
||
|
}
|
||
|
|
||
|
public GR() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|