package o; import android.os.Parcel; import android.os.Parcelable; /* renamed from: o.Gb, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0414Gb implements Parcelable { public static final Parcelable.Creator CREATOR = new Sts(); public final String a; public final String b; public final String c; public final boolean d; public final C0417Gc e; public final String f; public final boolean g; public final String h; public final double i; @Override // android.os.Parcelable public final int describeContents() { return 0; } public C0414Gb(String str, String str2, String str3, double d, String str4, boolean z, C0417Gc c0417Gc, boolean z2, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str3, ""); C14957gcv.e(str5, ""); this.c = str; this.f = str2; this.b = str3; this.i = d; this.a = str4; this.d = z; this.e = c0417Gc; this.g = z2; this.h = str5; } private /* synthetic */ C0414Gb(byte b) { this("", null, "", 0.0d, null, false, null, true, ""); } /* renamed from: o.Gb$Sts */ /* loaded from: classes3.dex */ public static final class Sts implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ C0414Gb createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new C0414Gb(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readDouble(), parcel.readString(), parcel.readInt() != 0, (C0417Gc) parcel.readParcelable(C0414Gb.class.getClassLoader()), parcel.readInt() != 0, parcel.readString()); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C0414Gb[] newArray(int i) { return new C0414Gb[i]; } } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.c); parcel.writeString(this.f); parcel.writeString(this.b); parcel.writeDouble(this.i); parcel.writeString(this.a); parcel.writeInt(this.d ? 1 : 0); parcel.writeParcelable(this.e, i); parcel.writeInt(this.g ? 1 : 0); parcel.writeString(this.h); } public final String toString() { String str = this.c; String str2 = this.f; String str3 = this.b; double d = this.i; String str4 = this.a; boolean z = this.d; C0417Gc c0417Gc = this.e; boolean z2 = this.g; String str5 = this.h; StringBuilder sb = new StringBuilder("ActivationSuccessfulDto(activationDate="); sb.append(str); sb.append(", maskedCardNo="); sb.append(str2); sb.append(", cardRefNo="); sb.append(str3); sb.append(", creditCardLimit="); sb.append(d); sb.append(", cardImageURL="); sb.append(str4); sb.append(", addedToAccount="); sb.append(z); sb.append(", addAccountIssue="); sb.append(c0417Gc); sb.append(", isAutoAddAccount="); sb.append(z2); sb.append(", remark="); sb.append(str5); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = this.c.hashCode(); String str = this.f; int hashCode2 = str == null ? 0 : str.hashCode(); int hashCode3 = this.b.hashCode(); int hashCode4 = Double.hashCode(this.i); String str2 = this.a; int hashCode5 = str2 == null ? 0 : str2.hashCode(); boolean z = this.d; int i = z; if (z != 0) { i = 1; } C0417Gc c0417Gc = this.e; int hashCode6 = c0417Gc != null ? c0417Gc.hashCode() : 0; boolean z2 = this.g; return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i) * 31) + hashCode6) * 31) + (z2 ? 1 : z2 ? 1 : 0)) * 31) + this.h.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0414Gb)) { return false; } C0414Gb c0414Gb = (C0414Gb) obj; return C14957gcv.b((Object) this.c, (Object) c0414Gb.c) && C14957gcv.b((Object) this.f, (Object) c0414Gb.f) && C14957gcv.b((Object) this.b, (Object) c0414Gb.b) && Double.compare(this.i, c0414Gb.i) == 0 && C14957gcv.b((Object) this.a, (Object) c0414Gb.a) && this.d == c0414Gb.d && C14957gcv.b(this.e, c0414Gb.e) && this.g == c0414Gb.g && C14957gcv.b((Object) this.h, (Object) c0414Gb.h); } public C0414Gb() { this((byte) 0); } }