207 lines
7.8 KiB
Java
207 lines
7.8 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class GP implements Parcelable {
|
|
public static final Parcelable.Creator<GP> CREATOR = new Sts();
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
public String f;
|
|
public String g;
|
|
public String h;
|
|
public String i;
|
|
public boolean j;
|
|
public String k;
|
|
public String l;
|
|
public String m;
|
|
public String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public String f8180o;
|
|
public String p;
|
|
public String q;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public GP(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, String str15, boolean z, String str16) {
|
|
this.f8180o = str;
|
|
this.k = str2;
|
|
this.b = str3;
|
|
this.a = str4;
|
|
this.d = str5;
|
|
this.p = str6;
|
|
this.h = str7;
|
|
this.c = str8;
|
|
this.m = str9;
|
|
this.n = str10;
|
|
this.l = str11;
|
|
this.q = str12;
|
|
this.g = str13;
|
|
this.i = str14;
|
|
this.e = str15;
|
|
this.j = z;
|
|
this.f = str16;
|
|
}
|
|
|
|
public /* synthetic */ GP(byte b) {
|
|
this(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, false, null);
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<GP> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ GP createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new GP(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.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ GP[] newArray(int i) {
|
|
return new GP[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.f8180o);
|
|
parcel.writeString(this.k);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.p);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.m);
|
|
parcel.writeString(this.n);
|
|
parcel.writeString(this.l);
|
|
parcel.writeString(this.q);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.e);
|
|
parcel.writeInt(this.j ? 1 : 0);
|
|
parcel.writeString(this.f);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.f8180o;
|
|
String str2 = this.k;
|
|
String str3 = this.b;
|
|
String str4 = this.a;
|
|
String str5 = this.d;
|
|
String str6 = this.p;
|
|
String str7 = this.h;
|
|
String str8 = this.c;
|
|
String str9 = this.m;
|
|
String str10 = this.n;
|
|
String str11 = this.l;
|
|
String str12 = this.q;
|
|
String str13 = this.g;
|
|
String str14 = this.i;
|
|
String str15 = this.e;
|
|
boolean z = this.j;
|
|
String str16 = this.f;
|
|
StringBuilder sb = new StringBuilder("MinFullSummaryDisplayModel(tokenId=");
|
|
sb.append(str);
|
|
sb.append(", totalPrincipal=");
|
|
sb.append(str2);
|
|
sb.append(", annualRate=");
|
|
sb.append(str3);
|
|
sb.append(", feeAndVat=");
|
|
sb.append(str4);
|
|
sb.append(", feeRate=");
|
|
sb.append(str5);
|
|
sb.append(", vatRate=");
|
|
sb.append(str6);
|
|
sb.append(", fromNickname=");
|
|
sb.append(str7);
|
|
sb.append(", fromMaskedCardNo=");
|
|
sb.append(str8);
|
|
sb.append(", toNickname=");
|
|
sb.append(str9);
|
|
sb.append(", toCardNo=");
|
|
sb.append(str10);
|
|
sb.append(", toMaskedCardNo=");
|
|
sb.append(str11);
|
|
sb.append(", verifiedEmail=");
|
|
sb.append(str12);
|
|
sb.append(", productTypeCode=");
|
|
sb.append(str13);
|
|
sb.append(", termAndCon=");
|
|
sb.append(str14);
|
|
sb.append(", creditCardLogoURL=");
|
|
sb.append(str15);
|
|
sb.append(", isDJTRename=");
|
|
sb.append(z);
|
|
sb.append(", remark=");
|
|
sb.append(str16);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
String str = this.f8180o;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.k;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.d;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.p;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.h;
|
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.c;
|
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.m;
|
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.n;
|
|
int hashCode10 = str10 == null ? 0 : str10.hashCode();
|
|
String str11 = this.l;
|
|
int hashCode11 = str11 == null ? 0 : str11.hashCode();
|
|
String str12 = this.q;
|
|
int hashCode12 = str12 == null ? 0 : str12.hashCode();
|
|
String str13 = this.g;
|
|
int hashCode13 = str13 == null ? 0 : str13.hashCode();
|
|
String str14 = this.i;
|
|
int hashCode14 = str14 == null ? 0 : str14.hashCode();
|
|
String str15 = this.e;
|
|
int hashCode15 = str15 == null ? 0 : str15.hashCode();
|
|
boolean z = this.j;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
int i2 = i;
|
|
String str16 = this.f;
|
|
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) + i2) * 31) + (str16 != null ? str16.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof GP)) {
|
|
return false;
|
|
}
|
|
GP gp = (GP) obj;
|
|
return C14957gcv.b((Object) this.f8180o, (Object) gp.f8180o) && C14957gcv.b((Object) this.k, (Object) gp.k) && C14957gcv.b((Object) this.b, (Object) gp.b) && C14957gcv.b((Object) this.a, (Object) gp.a) && C14957gcv.b((Object) this.d, (Object) gp.d) && C14957gcv.b((Object) this.p, (Object) gp.p) && C14957gcv.b((Object) this.h, (Object) gp.h) && C14957gcv.b((Object) this.c, (Object) gp.c) && C14957gcv.b((Object) this.m, (Object) gp.m) && C14957gcv.b((Object) this.n, (Object) gp.n) && C14957gcv.b((Object) this.l, (Object) gp.l) && C14957gcv.b((Object) this.q, (Object) gp.q) && C14957gcv.b((Object) this.g, (Object) gp.g) && C14957gcv.b((Object) this.i, (Object) gp.i) && C14957gcv.b((Object) this.e, (Object) gp.e) && this.j == gp.j && C14957gcv.b((Object) this.f, (Object) gp.f);
|
|
}
|
|
|
|
public GP() {
|
|
this((byte) 0);
|
|
}
|
|
}
|