265 lines
10 KiB
Java
265 lines
10 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.ArrayList;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Gj, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0430Gj implements Parcelable {
|
|
public static final Parcelable.Creator<C0430Gj> CREATOR = new HBt();
|
|
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 List<C0449Gu> j;
|
|
public double k;
|
|
public String l;
|
|
public String m;
|
|
public String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public String f8183o;
|
|
public String p;
|
|
public double q;
|
|
public String r;
|
|
public String s;
|
|
public String t;
|
|
public String y;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0430Gj(String str, String str2, double d, String str3, String str4, String str5, double d2, List<C0449Gu> list, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, String str15, boolean z, boolean z2, String str16) {
|
|
this.f8183o = str;
|
|
this.f = str2;
|
|
this.q = d;
|
|
this.t = str3;
|
|
this.n = str4;
|
|
this.e = str5;
|
|
this.k = d2;
|
|
this.j = list;
|
|
this.b = str6;
|
|
this.d = str7;
|
|
this.r = str8;
|
|
this.h = str9;
|
|
this.y = str10;
|
|
this.l = str11;
|
|
this.p = str12;
|
|
this.s = str13;
|
|
this.m = str14;
|
|
this.c = str15;
|
|
this.g = z;
|
|
this.i = z2;
|
|
this.a = str16;
|
|
}
|
|
|
|
public /* synthetic */ C0430Gj(byte b) {
|
|
this("", "", 0.0d, "", "", "", 0.0d, null, "", "", "", null, "", "", "", null, "", "", false, false, null);
|
|
}
|
|
|
|
/* renamed from: o.Gj$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt implements Parcelable.Creator<C0430Gj> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0430Gj createFromParcel(Parcel parcel) {
|
|
ArrayList arrayList;
|
|
C14957gcv.e(parcel, "");
|
|
String readString = parcel.readString();
|
|
String readString2 = parcel.readString();
|
|
double readDouble = parcel.readDouble();
|
|
String readString3 = parcel.readString();
|
|
String readString4 = parcel.readString();
|
|
String readString5 = parcel.readString();
|
|
double readDouble2 = parcel.readDouble();
|
|
if (parcel.readInt() == 0) {
|
|
arrayList = null;
|
|
} else {
|
|
int readInt = parcel.readInt();
|
|
ArrayList arrayList2 = new ArrayList(readInt);
|
|
for (int i = 0; i != readInt; i++) {
|
|
arrayList2.add(C0449Gu.CREATOR.createFromParcel(parcel));
|
|
}
|
|
arrayList = arrayList2;
|
|
}
|
|
return new C0430Gj(readString, readString2, readDouble, readString3, readString4, readString5, readDouble2, arrayList, parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readInt() != 0, parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0430Gj[] newArray(int i) {
|
|
return new C0430Gj[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.f8183o);
|
|
parcel.writeString(this.f);
|
|
parcel.writeDouble(this.q);
|
|
parcel.writeString(this.t);
|
|
parcel.writeString(this.n);
|
|
parcel.writeString(this.e);
|
|
parcel.writeDouble(this.k);
|
|
List<C0449Gu> list = this.j;
|
|
if (list == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(list.size());
|
|
Iterator<C0449Gu> it = list.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().writeToParcel(parcel, i);
|
|
}
|
|
}
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.r);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.y);
|
|
parcel.writeString(this.l);
|
|
parcel.writeString(this.p);
|
|
parcel.writeString(this.s);
|
|
parcel.writeString(this.m);
|
|
parcel.writeString(this.c);
|
|
parcel.writeInt(this.g ? 1 : 0);
|
|
parcel.writeInt(this.i ? 1 : 0);
|
|
parcel.writeString(this.a);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.f8183o;
|
|
String str2 = this.f;
|
|
double d = this.q;
|
|
String str3 = this.t;
|
|
String str4 = this.n;
|
|
String str5 = this.e;
|
|
double d2 = this.k;
|
|
List<C0449Gu> list = this.j;
|
|
String str6 = this.b;
|
|
String str7 = this.d;
|
|
String str8 = this.r;
|
|
String str9 = this.h;
|
|
String str10 = this.y;
|
|
String str11 = this.l;
|
|
String str12 = this.p;
|
|
String str13 = this.s;
|
|
String str14 = this.m;
|
|
String str15 = this.c;
|
|
boolean z = this.g;
|
|
boolean z2 = this.i;
|
|
String str16 = this.a;
|
|
StringBuilder sb = new StringBuilder("DeejungInstallmentsReviewDisplay(nickName=");
|
|
sb.append(str);
|
|
sb.append(", maskedCardNumber=");
|
|
sb.append(str2);
|
|
sb.append(", totalPurchaseAmount=");
|
|
sb.append(d);
|
|
sb.append(", totalInterestAmount=");
|
|
sb.append(str3);
|
|
sb.append(", monthlyInterestRate=");
|
|
sb.append(str4);
|
|
sb.append(", duration=");
|
|
sb.append(str5);
|
|
sb.append(", monthlyPayment=");
|
|
sb.append(d2);
|
|
sb.append(", merchantPaymentDetails=");
|
|
sb.append(list);
|
|
sb.append(", formattedDuration=");
|
|
sb.append(str6);
|
|
sb.append(", cardRefNo=");
|
|
sb.append(str7);
|
|
sb.append(", tokenId=");
|
|
sb.append(str8);
|
|
sb.append(", loanId=");
|
|
sb.append(str9);
|
|
sb.append(", yearlyInterestRate=");
|
|
sb.append(str10);
|
|
sb.append(", principal=");
|
|
sb.append(str11);
|
|
sb.append(", totalPayment=");
|
|
sb.append(str12);
|
|
sb.append(", verifiedEmail=");
|
|
sb.append(str13);
|
|
sb.append(", termAndCon=");
|
|
sb.append(str14);
|
|
sb.append(", creditCardLogo=");
|
|
sb.append(str15);
|
|
sb.append(", isYearlyRate=");
|
|
sb.append(z);
|
|
sb.append(", isCall4DeejungRename=");
|
|
sb.append(z2);
|
|
sb.append(", currentSourceSystem=");
|
|
sb.append(str16);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.f8183o;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.f;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
int hashCode3 = Double.hashCode(this.q);
|
|
String str3 = this.t;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.n;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.e;
|
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
|
int hashCode7 = Double.hashCode(this.k);
|
|
List<C0449Gu> list = this.j;
|
|
int hashCode8 = list == null ? 0 : list.hashCode();
|
|
String str6 = this.b;
|
|
int hashCode9 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.d;
|
|
int hashCode10 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.r;
|
|
int hashCode11 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.h;
|
|
int hashCode12 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.y;
|
|
int hashCode13 = str10 == null ? 0 : str10.hashCode();
|
|
String str11 = this.l;
|
|
int hashCode14 = str11 == null ? 0 : str11.hashCode();
|
|
String str12 = this.p;
|
|
int hashCode15 = str12 == null ? 0 : str12.hashCode();
|
|
String str13 = this.s;
|
|
int hashCode16 = str13 == null ? 0 : str13.hashCode();
|
|
String str14 = this.m;
|
|
int hashCode17 = str14 == null ? 0 : str14.hashCode();
|
|
String str15 = this.c;
|
|
int hashCode18 = str15 == null ? 0 : str15.hashCode();
|
|
boolean z = this.g;
|
|
int i = z ? 1 : z ? 1 : 0;
|
|
boolean z2 = this.i;
|
|
int i2 = z2 ? 1 : z2 ? 1 : 0;
|
|
String str16 = this.a;
|
|
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) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + i) * 31) + i2) * 31) + (str16 != null ? str16.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0430Gj)) {
|
|
return false;
|
|
}
|
|
C0430Gj c0430Gj = (C0430Gj) obj;
|
|
return C14957gcv.b((Object) this.f8183o, (Object) c0430Gj.f8183o) && C14957gcv.b((Object) this.f, (Object) c0430Gj.f) && Double.compare(this.q, c0430Gj.q) == 0 && C14957gcv.b((Object) this.t, (Object) c0430Gj.t) && C14957gcv.b((Object) this.n, (Object) c0430Gj.n) && C14957gcv.b((Object) this.e, (Object) c0430Gj.e) && Double.compare(this.k, c0430Gj.k) == 0 && C14957gcv.b(this.j, c0430Gj.j) && C14957gcv.b((Object) this.b, (Object) c0430Gj.b) && C14957gcv.b((Object) this.d, (Object) c0430Gj.d) && C14957gcv.b((Object) this.r, (Object) c0430Gj.r) && C14957gcv.b((Object) this.h, (Object) c0430Gj.h) && C14957gcv.b((Object) this.y, (Object) c0430Gj.y) && C14957gcv.b((Object) this.l, (Object) c0430Gj.l) && C14957gcv.b((Object) this.p, (Object) c0430Gj.p) && C14957gcv.b((Object) this.s, (Object) c0430Gj.s) && C14957gcv.b((Object) this.m, (Object) c0430Gj.m) && C14957gcv.b((Object) this.c, (Object) c0430Gj.c) && this.g == c0430Gj.g && this.i == c0430Gj.i && C14957gcv.b((Object) this.a, (Object) c0430Gj.a);
|
|
}
|
|
|
|
public C0430Gj() {
|
|
this((byte) 0);
|
|
}
|
|
}
|