125 lines
4.4 KiB
Java
125 lines
4.4 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Gd, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0418Gd implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0418Gd> CREATOR = new LWm();
|
||
|
public final C0417Gc a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final C0422Gg d;
|
||
|
public final String e;
|
||
|
public final String f;
|
||
|
public final boolean g;
|
||
|
public final boolean i;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0418Gd(String str, String str2, C0422Gg c0422Gg, String str3, boolean z, C0417Gc c0417Gc, boolean z2, String str4) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(c0422Gg, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
this.d = c0422Gg;
|
||
|
this.c = str3;
|
||
|
this.g = z;
|
||
|
this.a = c0417Gc;
|
||
|
this.i = z2;
|
||
|
this.f = str4;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Gd$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<C0418Gd> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0418Gd createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0418Gd(parcel.readString(), parcel.readString(), C0422Gg.CREATOR.createFromParcel(parcel), parcel.readString(), parcel.readInt() != 0, (C0417Gc) parcel.readParcelable(C0418Gd.class.getClassLoader()), parcel.readInt() != 0, parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0418Gd[] newArray(int i) {
|
||
|
return new C0418Gd[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.e);
|
||
|
this.d.writeToParcel(parcel, i);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeInt(this.g ? 1 : 0);
|
||
|
parcel.writeParcelable(this.a, i);
|
||
|
parcel.writeInt(this.i ? 1 : 0);
|
||
|
parcel.writeString(this.f);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.e;
|
||
|
C0422Gg c0422Gg = this.d;
|
||
|
String str3 = this.c;
|
||
|
boolean z = this.g;
|
||
|
C0417Gc c0417Gc = this.a;
|
||
|
boolean z2 = this.i;
|
||
|
String str4 = this.f;
|
||
|
StringBuilder sb = new StringBuilder("ActivationSuccessfulDisplayModel(activationDate=");
|
||
|
sb.append(str);
|
||
|
sb.append(", creditCardLimit=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", cardMaskDisplayModel=");
|
||
|
sb.append(c0422Gg);
|
||
|
sb.append(", cardImageURL=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", isAddedToAccount=");
|
||
|
sb.append(z);
|
||
|
sb.append(", addAccountIssue=");
|
||
|
sb.append(c0417Gc);
|
||
|
sb.append(", isAutoAddAccount=");
|
||
|
sb.append(z2);
|
||
|
sb.append(", remark=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.b.hashCode();
|
||
|
int hashCode2 = this.e.hashCode();
|
||
|
int hashCode3 = this.d.hashCode();
|
||
|
String str = this.c;
|
||
|
int hashCode4 = str == null ? 0 : str.hashCode();
|
||
|
boolean z = this.g;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
C0417Gc c0417Gc = this.a;
|
||
|
int hashCode5 = c0417Gc != null ? c0417Gc.hashCode() : 0;
|
||
|
boolean z2 = this.i;
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i) * 31) + hashCode5) * 31) + (z2 ? 1 : z2 ? 1 : 0)) * 31) + this.f.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0418Gd)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0418Gd c0418Gd = (C0418Gd) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c0418Gd.b) && C14957gcv.b((Object) this.e, (Object) c0418Gd.e) && C14957gcv.b(this.d, c0418Gd.d) && C14957gcv.b((Object) this.c, (Object) c0418Gd.c) && this.g == c0418Gd.g && C14957gcv.b(this.a, c0418Gd.a) && this.i == c0418Gd.i && C14957gcv.b((Object) this.f, (Object) c0418Gd.f);
|
||
|
}
|
||
|
}
|