156 lines
5.7 KiB
Java
156 lines
5.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class GN implements Parcelable {
|
|
public static final Parcelable.Creator<GN> CREATOR = new HBt();
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final double f;
|
|
public final String g;
|
|
public final String h;
|
|
public final double i;
|
|
public final String j;
|
|
public final String k;
|
|
public final String l;
|
|
public final String m;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public GN(double d, double d2, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(str10, "");
|
|
C14957gcv.e(str11, "");
|
|
this.f = d;
|
|
this.i = d2;
|
|
this.g = str;
|
|
this.k = str2;
|
|
this.h = str3;
|
|
this.j = str4;
|
|
this.a = str5;
|
|
this.e = str6;
|
|
this.c = str7;
|
|
this.d = str8;
|
|
this.l = str9;
|
|
this.m = str10;
|
|
this.b = str11;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt implements Parcelable.Creator<GN> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ GN createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new GN(parcel.readDouble(), parcel.readDouble(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ GN[] newArray(int i) {
|
|
return new GN[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeDouble(this.f);
|
|
parcel.writeDouble(this.i);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.k);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.l);
|
|
parcel.writeString(this.m);
|
|
parcel.writeString(this.b);
|
|
}
|
|
|
|
public final String toString() {
|
|
double d = this.f;
|
|
double d2 = this.i;
|
|
String str = this.g;
|
|
String str2 = this.k;
|
|
String str3 = this.h;
|
|
String str4 = this.j;
|
|
String str5 = this.a;
|
|
String str6 = this.e;
|
|
String str7 = this.c;
|
|
String str8 = this.d;
|
|
String str9 = this.l;
|
|
String str10 = this.m;
|
|
String str11 = this.b;
|
|
StringBuilder sb = new StringBuilder("DeejungTransferLandingDisplayModel(maxEligibleAmount=");
|
|
sb.append(d);
|
|
sb.append(", minEligibleAmount=");
|
|
sb.append(d2);
|
|
sb.append(", minPaymentCreditCardRate=");
|
|
sb.append(str);
|
|
sb.append(", minPaymentSpeedyCashRate=");
|
|
sb.append(str2);
|
|
sb.append(", minFlatRate=");
|
|
sb.append(str3);
|
|
sb.append(", maxFlatRate=");
|
|
sb.append(str4);
|
|
sb.append(", flatTermList=");
|
|
sb.append(str5);
|
|
sb.append(", effectiveTermList=");
|
|
sb.append(str6);
|
|
sb.append(", maxEffectiveRate=");
|
|
sb.append(str7);
|
|
sb.append(", cashAdvanceFee=");
|
|
sb.append(str8);
|
|
sb.append(", termAndCon=");
|
|
sb.append(str9);
|
|
sb.append(", remarkLimitPerDay=");
|
|
sb.append(str10);
|
|
sb.append(", about=");
|
|
sb.append(str11);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Double.hashCode(this.f);
|
|
int hashCode2 = Double.hashCode(this.i);
|
|
int hashCode3 = this.g.hashCode();
|
|
int hashCode4 = this.k.hashCode();
|
|
int hashCode5 = this.h.hashCode();
|
|
int hashCode6 = this.j.hashCode();
|
|
int hashCode7 = this.a.hashCode();
|
|
int hashCode8 = this.e.hashCode();
|
|
int hashCode9 = this.c.hashCode();
|
|
int hashCode10 = this.d.hashCode();
|
|
String str = this.l;
|
|
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.m.hashCode()) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof GN)) {
|
|
return false;
|
|
}
|
|
GN gn = (GN) obj;
|
|
return Double.compare(this.f, gn.f) == 0 && Double.compare(this.i, gn.i) == 0 && C14957gcv.b((Object) this.g, (Object) gn.g) && C14957gcv.b((Object) this.k, (Object) gn.k) && C14957gcv.b((Object) this.h, (Object) gn.h) && C14957gcv.b((Object) this.j, (Object) gn.j) && C14957gcv.b((Object) this.a, (Object) gn.a) && C14957gcv.b((Object) this.e, (Object) gn.e) && C14957gcv.b((Object) this.c, (Object) gn.c) && C14957gcv.b((Object) this.d, (Object) gn.d) && C14957gcv.b((Object) this.l, (Object) gn.l) && C14957gcv.b((Object) this.m, (Object) gn.m) && C14957gcv.b((Object) this.b, (Object) gn.b);
|
|
}
|
|
}
|