152 lines
5.5 KiB
Java
152 lines
5.5 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Vk, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1092Vk implements Parcelable {
|
|
public static final Parcelable.Creator<C1092Vk> CREATOR = new RVV();
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final String h;
|
|
public final String i;
|
|
private final String j;
|
|
private final HN k;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1092Vk(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, HN hn, String str10) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
this.g = str;
|
|
this.h = str2;
|
|
this.a = str3;
|
|
this.b = str4;
|
|
this.d = str5;
|
|
this.f = str6;
|
|
this.j = str7;
|
|
this.e = str8;
|
|
this.i = str9;
|
|
this.k = hn;
|
|
this.c = str10;
|
|
}
|
|
|
|
/* renamed from: o.Vk$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<C1092Vk> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1092Vk createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C1092Vk(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() == 0 ? null : HN.CREATOR.createFromParcel(parcel), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1092Vk[] newArray(int i) {
|
|
return new C1092Vk[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.i);
|
|
HN hn = this.k;
|
|
if (hn == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
hn.writeToParcel(parcel, i);
|
|
}
|
|
parcel.writeString(this.c);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.g;
|
|
String str2 = this.h;
|
|
String str3 = this.a;
|
|
String str4 = this.b;
|
|
String str5 = this.d;
|
|
String str6 = this.f;
|
|
String str7 = this.j;
|
|
String str8 = this.e;
|
|
String str9 = this.i;
|
|
HN hn = this.k;
|
|
String str10 = this.c;
|
|
StringBuilder sb = new StringBuilder("PurchaseCcSofVerificationDisplay(transactionToken=");
|
|
sb.append(str);
|
|
sb.append(", partnerSubType=");
|
|
sb.append(str2);
|
|
sb.append(", cardIconUrl=");
|
|
sb.append(str3);
|
|
sb.append(", fee=");
|
|
sb.append(str4);
|
|
sb.append(", annualRate=");
|
|
sb.append(str5);
|
|
sb.append(", termAndCon=");
|
|
sb.append(str6);
|
|
sb.append(", cardHolderName=");
|
|
sb.append(str7);
|
|
sb.append(", email=");
|
|
sb.append(str8);
|
|
sb.append(", remark=");
|
|
sb.append(str9);
|
|
sb.append(", merchantMetaData=");
|
|
sb.append(hn);
|
|
sb.append(", cardRemark=");
|
|
sb.append(str10);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.g.hashCode();
|
|
int hashCode2 = this.h.hashCode();
|
|
int hashCode3 = this.a.hashCode();
|
|
int hashCode4 = this.b.hashCode();
|
|
int hashCode5 = this.d.hashCode();
|
|
int hashCode6 = this.f.hashCode();
|
|
int hashCode7 = this.j.hashCode();
|
|
String str = this.e;
|
|
int hashCode8 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.i;
|
|
int hashCode9 = str2 == null ? 0 : str2.hashCode();
|
|
HN hn = this.k;
|
|
int hashCode10 = hn == null ? 0 : hn.hashCode();
|
|
String str3 = this.c;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str3 != null ? str3.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1092Vk)) {
|
|
return false;
|
|
}
|
|
C1092Vk c1092Vk = (C1092Vk) obj;
|
|
return C14957gcv.b((Object) this.g, (Object) c1092Vk.g) && C14957gcv.b((Object) this.h, (Object) c1092Vk.h) && C14957gcv.b((Object) this.a, (Object) c1092Vk.a) && C14957gcv.b((Object) this.b, (Object) c1092Vk.b) && C14957gcv.b((Object) this.d, (Object) c1092Vk.d) && C14957gcv.b((Object) this.f, (Object) c1092Vk.f) && C14957gcv.b((Object) this.j, (Object) c1092Vk.j) && C14957gcv.b((Object) this.e, (Object) c1092Vk.e) && C14957gcv.b((Object) this.i, (Object) c1092Vk.i) && C14957gcv.b(this.k, c1092Vk.k) && C14957gcv.b((Object) this.c, (Object) c1092Vk.c);
|
|
}
|
|
}
|