193 lines
7.2 KiB
Java
193 lines
7.2 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class HR implements Parcelable {
|
||
|
public static final Parcelable.Creator<HR> CREATOR = new Sts();
|
||
|
public final HE a;
|
||
|
public String b;
|
||
|
public final HG c;
|
||
|
public final HJ d;
|
||
|
public final String e;
|
||
|
public final HN f;
|
||
|
public final List<String> g;
|
||
|
public final String h;
|
||
|
public final String i;
|
||
|
public String j;
|
||
|
public final String k;
|
||
|
public String l;
|
||
|
public String m;
|
||
|
public final String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public final boolean f8192o;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public HR(HG hg, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, List<String> list, HE he, HJ hj, HN hn, boolean z, String str9) {
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(str7, "");
|
||
|
C14957gcv.e(str8, "");
|
||
|
C14957gcv.e(list, "");
|
||
|
C14957gcv.e(str9, "");
|
||
|
this.c = hg;
|
||
|
this.j = str;
|
||
|
this.b = str2;
|
||
|
this.m = str3;
|
||
|
this.l = str4;
|
||
|
this.i = str5;
|
||
|
this.h = str6;
|
||
|
this.k = str7;
|
||
|
this.n = str8;
|
||
|
this.g = list;
|
||
|
this.a = he;
|
||
|
this.d = hj;
|
||
|
this.f = hn;
|
||
|
this.f8192o = z;
|
||
|
this.e = str9;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HR(String str, String str2, String str3, String str4, String str5, String str6, List list, HE he, HJ hj, HN hn, String str7) {
|
||
|
this(null, str, str2, null, null, str3, str4, str5, str6, list, he, hj, hn, false, str7);
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts implements Parcelable.Creator<HR> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ HR createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new HR((HG) parcel.readParcelable(HR.class.getClassLoader()), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.createStringArrayList(), (HE) parcel.readParcelable(HR.class.getClassLoader()), (HJ) parcel.readParcelable(HR.class.getClassLoader()), parcel.readInt() == 0 ? null : HN.CREATOR.createFromParcel(parcel), parcel.readInt() != 0, parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ HR[] newArray(int i) {
|
||
|
return new HR[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeParcelable(this.c, i);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.n);
|
||
|
parcel.writeStringList(this.g);
|
||
|
parcel.writeParcelable(this.a, i);
|
||
|
parcel.writeParcelable(this.d, i);
|
||
|
HN hn = this.f;
|
||
|
if (hn == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
hn.writeToParcel(parcel, i);
|
||
|
}
|
||
|
parcel.writeInt(this.f8192o ? 1 : 0);
|
||
|
parcel.writeString(this.e);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
HG hg = this.c;
|
||
|
String str = this.j;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.m;
|
||
|
String str4 = this.l;
|
||
|
String str5 = this.i;
|
||
|
String str6 = this.h;
|
||
|
String str7 = this.k;
|
||
|
String str8 = this.n;
|
||
|
List<String> list = this.g;
|
||
|
HE he = this.a;
|
||
|
HJ hj = this.d;
|
||
|
HN hn = this.f;
|
||
|
boolean z = this.f8192o;
|
||
|
String str9 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("PurchaseSourceOfFundDisplay(creditCardInstallment=");
|
||
|
sb.append(hg);
|
||
|
sb.append(", insAcctId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", dataSource=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", policyNo=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", payType=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", partnerId=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", partnerName=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", partnerTransactionId=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", partnerType=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", partnerSubType=");
|
||
|
sb.append(list);
|
||
|
sb.append(", billPayment=");
|
||
|
sb.append(he);
|
||
|
sb.append(", creditCardFullAmount=");
|
||
|
sb.append(hj);
|
||
|
sb.append(", merchantMetaData=");
|
||
|
sb.append(hn);
|
||
|
sb.append(", pointEligibility=");
|
||
|
sb.append(z);
|
||
|
sb.append(", deeplinkId=");
|
||
|
sb.append(str9);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
HG hg = this.c;
|
||
|
int hashCode = hg == null ? 0 : hg.hashCode();
|
||
|
String str = this.j;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.m;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.l;
|
||
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
||
|
int hashCode6 = this.i.hashCode();
|
||
|
int hashCode7 = this.h.hashCode();
|
||
|
int hashCode8 = this.k.hashCode();
|
||
|
int hashCode9 = this.n.hashCode();
|
||
|
int hashCode10 = this.g.hashCode();
|
||
|
HE he = this.a;
|
||
|
int hashCode11 = he == null ? 0 : he.hashCode();
|
||
|
HJ hj = this.d;
|
||
|
int hashCode12 = hj == null ? 0 : hj.hashCode();
|
||
|
HN hn = this.f;
|
||
|
int hashCode13 = hn != null ? hn.hashCode() : 0;
|
||
|
boolean z = this.f8192o;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
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) + i) * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof HR)) {
|
||
|
return false;
|
||
|
}
|
||
|
HR hr = (HR) obj;
|
||
|
return C14957gcv.b(this.c, hr.c) && C14957gcv.b((Object) this.j, (Object) hr.j) && C14957gcv.b((Object) this.b, (Object) hr.b) && C14957gcv.b((Object) this.m, (Object) hr.m) && C14957gcv.b((Object) this.l, (Object) hr.l) && C14957gcv.b((Object) this.i, (Object) hr.i) && C14957gcv.b((Object) this.h, (Object) hr.h) && C14957gcv.b((Object) this.k, (Object) hr.k) && C14957gcv.b((Object) this.n, (Object) hr.n) && C14957gcv.b(this.g, hr.g) && C14957gcv.b(this.a, hr.a) && C14957gcv.b(this.d, hr.d) && C14957gcv.b(this.f, hr.f) && this.f8192o == hr.f8192o && C14957gcv.b((Object) this.e, (Object) hr.e);
|
||
|
}
|
||
|
}
|