103 lines
3.5 KiB
Java
103 lines
3.5 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Vn, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1096Vn implements Parcelable {
|
|
public static final Parcelable.Creator<C1096Vn> CREATOR = new RVV();
|
|
public final C0367Fb a;
|
|
public final C1092Vk b;
|
|
public final HR c;
|
|
public final String d;
|
|
public final int e;
|
|
public final HO h;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1096Vn(HR hr, C0367Fb c0367Fb, String str, HO ho, C1092Vk c1092Vk, int i) {
|
|
C14957gcv.e(hr, "");
|
|
C14957gcv.e(c0367Fb, "");
|
|
C14957gcv.e(c1092Vk, "");
|
|
this.c = hr;
|
|
this.a = c0367Fb;
|
|
this.d = str;
|
|
this.h = ho;
|
|
this.b = c1092Vk;
|
|
this.e = i;
|
|
}
|
|
|
|
/* renamed from: o.Vn$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<C1096Vn> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1096Vn createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C1096Vn(HR.CREATOR.createFromParcel(parcel), (C0367Fb) parcel.readParcelable(C1096Vn.class.getClassLoader()), parcel.readString(), (HO) parcel.readParcelable(C1096Vn.class.getClassLoader()), C1092Vk.CREATOR.createFromParcel(parcel), parcel.readInt());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1096Vn[] newArray(int i) {
|
|
return new C1096Vn[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
this.c.writeToParcel(parcel, i);
|
|
parcel.writeParcelable(this.a, i);
|
|
parcel.writeString(this.d);
|
|
parcel.writeParcelable(this.h, i);
|
|
this.b.writeToParcel(parcel, i);
|
|
parcel.writeInt(this.e);
|
|
}
|
|
|
|
public final String toString() {
|
|
HR hr = this.c;
|
|
C0367Fb c0367Fb = this.a;
|
|
String str = this.d;
|
|
HO ho = this.h;
|
|
C1092Vk c1092Vk = this.b;
|
|
int i = this.e;
|
|
StringBuilder sb = new StringBuilder("PurchaseCcsofInputDisplay(prepaidCcSofDisplay=");
|
|
sb.append(hr);
|
|
sb.append(", creditCardDisplay=");
|
|
sb.append(c0367Fb);
|
|
sb.append(", note=");
|
|
sb.append(str);
|
|
sb.append(", selectedItem=");
|
|
sb.append(ho);
|
|
sb.append(", purchaseCcSofVerification=");
|
|
sb.append(c1092Vk);
|
|
sb.append(", cardType=");
|
|
sb.append(i);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
int hashCode2 = this.a.hashCode();
|
|
String str = this.d;
|
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
|
HO ho = this.h;
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (ho != null ? ho.hashCode() : 0)) * 31) + this.b.hashCode()) * 31) + Integer.hashCode(this.e);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1096Vn)) {
|
|
return false;
|
|
}
|
|
C1096Vn c1096Vn = (C1096Vn) obj;
|
|
return C14957gcv.b(this.c, c1096Vn.c) && C14957gcv.b(this.a, c1096Vn.a) && C14957gcv.b((Object) this.d, (Object) c1096Vn.d) && C14957gcv.b(this.h, c1096Vn.h) && C14957gcv.b(this.b, c1096Vn.b) && this.e == c1096Vn.e;
|
|
}
|
|
}
|