what-the-bank/sources/o/C0455Gy.java

234 lines
8.7 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Gy, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0455Gy implements Parcelable {
public static final Parcelable.Creator<C0455Gy> CREATOR = new Sts();
public final String a;
public final String b;
public final String c;
public Boolean d;
public final Double e;
public final String f;
public final String g;
public final String h;
public final String i;
public final Boolean j;
public final String k;
private final String m;
private final Double n;
/* renamed from: o, reason: collision with root package name */
public final Double f8189o;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0455Gy(String str, String str2, Double d, Double d2, Double d3, String str3, String str4, String str5, String str6, String str7, String str8, String str9, Boolean bool, Boolean bool2) {
this.h = str;
this.i = str2;
this.e = d;
this.n = d2;
this.f8189o = d3;
this.a = str3;
this.c = str4;
this.k = str5;
this.m = str6;
this.g = str7;
this.b = str8;
this.f = str9;
this.j = bool;
this.d = bool2;
}
private /* synthetic */ C0455Gy(byte b) {
this(null, null, null, null, null, null, null, null, null, null, null, null, Boolean.FALSE, Boolean.FALSE);
}
/* renamed from: o.Gy$Sts */
/* loaded from: classes3.dex */
public static final class Sts implements Parcelable.Creator<C0455Gy> {
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0455Gy createFromParcel(Parcel parcel) {
Boolean valueOf;
Boolean valueOf2;
C14957gcv.e(parcel, "");
String readString = parcel.readString();
String readString2 = parcel.readString();
Double valueOf3 = parcel.readInt() == 0 ? null : Double.valueOf(parcel.readDouble());
Double valueOf4 = parcel.readInt() == 0 ? null : Double.valueOf(parcel.readDouble());
Double valueOf5 = parcel.readInt() == 0 ? null : Double.valueOf(parcel.readDouble());
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();
if (parcel.readInt() == 0) {
valueOf = null;
} else {
valueOf = Boolean.valueOf(parcel.readInt() != 0);
}
if (parcel.readInt() == 0) {
valueOf2 = null;
} else {
valueOf2 = Boolean.valueOf(parcel.readInt() != 0);
}
return new C0455Gy(readString, readString2, valueOf3, valueOf4, valueOf5, readString3, readString4, readString5, readString6, readString7, readString8, readString9, valueOf, valueOf2);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0455Gy[] newArray(int i) {
return new C0455Gy[i];
}
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.h);
parcel.writeString(this.i);
Double d = this.e;
if (d == null) {
parcel.writeInt(0);
} else {
parcel.writeInt(1);
parcel.writeDouble(d.doubleValue());
}
Double d2 = this.n;
if (d2 == null) {
parcel.writeInt(0);
} else {
parcel.writeInt(1);
parcel.writeDouble(d2.doubleValue());
}
Double d3 = this.f8189o;
if (d3 == null) {
parcel.writeInt(0);
} else {
parcel.writeInt(1);
parcel.writeDouble(d3.doubleValue());
}
parcel.writeString(this.a);
parcel.writeString(this.c);
parcel.writeString(this.k);
parcel.writeString(this.m);
parcel.writeString(this.g);
parcel.writeString(this.b);
parcel.writeString(this.f);
Boolean bool = this.j;
if (bool == null) {
parcel.writeInt(0);
} else {
parcel.writeInt(1);
parcel.writeInt(bool.booleanValue() ? 1 : 0);
}
Boolean bool2 = this.d;
if (bool2 == null) {
parcel.writeInt(0);
} else {
parcel.writeInt(1);
parcel.writeInt(bool2.booleanValue() ? 1 : 0);
}
}
public final String toString() {
String str = this.h;
String str2 = this.i;
Double d = this.e;
Double d2 = this.n;
Double d3 = this.f8189o;
String str3 = this.a;
String str4 = this.c;
String str5 = this.k;
String str6 = this.m;
String str7 = this.g;
String str8 = this.b;
String str9 = this.f;
Boolean bool = this.j;
Boolean bool2 = this.d;
StringBuilder sb = new StringBuilder("TempLimitCdxPreApproved(nickName=");
sb.append(str);
sb.append(", maskedCardNumber=");
sb.append(str2);
sb.append(", additionalCreditAmount=");
sb.append(d);
sb.append(", creditLimit=");
sb.append(d2);
sb.append(", totalCreditAmount=");
sb.append(d3);
sb.append(", effectiveDate=");
sb.append(str3);
sb.append(", endDate=");
sb.append(str4);
sb.append(", selectedEndDateCdxForShow=");
sb.append(str5);
sb.append(", reason=");
sb.append(str6);
sb.append(", reasonCode=");
sb.append(str7);
sb.append(", cardRefNo=");
sb.append(str8);
sb.append(", remarkReview=");
sb.append(str9);
sb.append(", isTempLimitActive=");
sb.append(bool);
sb.append(", isStatus1001=");
sb.append(bool2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.h;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.i;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
Double d = this.e;
int hashCode3 = d == null ? 0 : d.hashCode();
Double d2 = this.n;
int hashCode4 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.f8189o;
int hashCode5 = d3 == null ? 0 : d3.hashCode();
String str3 = this.a;
int hashCode6 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
int hashCode7 = str4 == null ? 0 : str4.hashCode();
String str5 = this.k;
int hashCode8 = str5 == null ? 0 : str5.hashCode();
String str6 = this.m;
int hashCode9 = str6 == null ? 0 : str6.hashCode();
String str7 = this.g;
int hashCode10 = str7 == null ? 0 : str7.hashCode();
String str8 = this.b;
int hashCode11 = str8 == null ? 0 : str8.hashCode();
String str9 = this.f;
int hashCode12 = str9 == null ? 0 : str9.hashCode();
Boolean bool = this.j;
int hashCode13 = bool == null ? 0 : bool.hashCode();
Boolean bool2 = this.d;
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) + (bool2 != null ? bool2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0455Gy)) {
return false;
}
C0455Gy c0455Gy = (C0455Gy) obj;
return C14957gcv.b((Object) this.h, (Object) c0455Gy.h) && C14957gcv.b((Object) this.i, (Object) c0455Gy.i) && C14957gcv.b(this.e, c0455Gy.e) && C14957gcv.b(this.n, c0455Gy.n) && C14957gcv.b(this.f8189o, c0455Gy.f8189o) && C14957gcv.b((Object) this.a, (Object) c0455Gy.a) && C14957gcv.b((Object) this.c, (Object) c0455Gy.c) && C14957gcv.b((Object) this.k, (Object) c0455Gy.k) && C14957gcv.b((Object) this.m, (Object) c0455Gy.m) && C14957gcv.b((Object) this.g, (Object) c0455Gy.g) && C14957gcv.b((Object) this.b, (Object) c0455Gy.b) && C14957gcv.b((Object) this.f, (Object) c0455Gy.f) && C14957gcv.b(this.j, c0455Gy.j) && C14957gcv.b(this.d, c0455Gy.d);
}
public C0455Gy() {
this((byte) 0);
}
}