what-the-bank/sources/o/C1214Yd.java

210 lines
8.2 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
import org.threeten.bp.OffsetDateTime;
/* renamed from: o.Yd, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1214Yd implements Parcelable {
public static final Parcelable.Creator<C1214Yd> CREATOR = new HBt();
public final boolean a;
public final String b;
public final String c;
public final double d;
public final String e;
public final String f;
public final String g;
public final double h;
public final String i;
public final String j;
private final String k;
public final String l;
public final String m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final double f8465o;
private final String q;
private final OffsetDateTime r;
private final String s;
private final String t;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C1214Yd(String str, String str2, String str3, String str4, String str5, double d, double d2, double d3, OffsetDateTime offsetDateTime, String str6, String str7, String str8, String str9, boolean z, String str10, String str11, String str12, String str13, String str14) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str9, "");
C14957gcv.e(str10, "");
C14957gcv.e(str11, "");
C14957gcv.e(str12, "");
C14957gcv.e(str13, "");
C14957gcv.e(str14, "");
this.t = str;
this.j = str2;
this.f = str3;
this.s = str4;
this.b = str5;
this.h = d;
this.f8465o = d2;
this.d = d3;
this.r = offsetDateTime;
this.n = str6;
this.c = str7;
this.m = str8;
this.g = str9;
this.a = z;
this.l = str10;
this.i = str11;
this.e = str12;
this.k = str13;
this.q = str14;
}
/* renamed from: o.Yd$HBt */
/* loaded from: classes3.dex */
public static final class HBt implements Parcelable.Creator<C1214Yd> {
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C1214Yd createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C1214Yd(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readDouble(), parcel.readDouble(), parcel.readDouble(), (OffsetDateTime) parcel.readSerializable(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C1214Yd[] newArray(int i) {
return new C1214Yd[i];
}
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.t);
parcel.writeString(this.j);
parcel.writeString(this.f);
parcel.writeString(this.s);
parcel.writeString(this.b);
parcel.writeDouble(this.h);
parcel.writeDouble(this.f8465o);
parcel.writeDouble(this.d);
parcel.writeSerializable(this.r);
parcel.writeString(this.n);
parcel.writeString(this.c);
parcel.writeString(this.m);
parcel.writeString(this.g);
parcel.writeInt(this.a ? 1 : 0);
parcel.writeString(this.l);
parcel.writeString(this.i);
parcel.writeString(this.e);
parcel.writeString(this.k);
parcel.writeString(this.q);
}
public final String toString() {
String str = this.t;
String str2 = this.j;
String str3 = this.f;
String str4 = this.s;
String str5 = this.b;
double d = this.h;
double d2 = this.f8465o;
double d3 = this.d;
OffsetDateTime offsetDateTime = this.r;
String str6 = this.n;
String str7 = this.c;
String str8 = this.m;
String str9 = this.g;
boolean z = this.a;
String str10 = this.l;
String str11 = this.i;
String str12 = this.e;
String str13 = this.k;
String str14 = this.q;
StringBuilder sb = new StringBuilder("CrossBorderLandingDisplay(partnerId=");
sb.append(str);
sb.append(", merchantName=");
sb.append(str2);
sb.append(", merchantId=");
sb.append(str3);
sb.append(", countryCode=");
sb.append(str4);
sb.append(", countryName=");
sb.append(str5);
sb.append(", localAmount=");
sb.append(d);
sb.append(", thbAmount=");
sb.append(d2);
sb.append(", exchangeRate=");
sb.append(d3);
sb.append(", transactionDateTime=");
sb.append(offsetDateTime);
sb.append(", rateDateTimeDes=");
sb.append(str6);
sb.append(", countryLogo=");
sb.append(str7);
sb.append(", partnerLogo=");
sb.append(str8);
sb.append(", localCurrencyCode=");
sb.append(str9);
sb.append(", decimalFlag=");
sb.append(z);
sb.append(", remainingAmount=");
sb.append(str10);
sb.append(", limitPerTrans=");
sb.append(str11);
sb.append(", exchangeRateDes=");
sb.append(str12);
sb.append(", activeFlag=");
sb.append(str13);
sb.append(", tokenId=");
sb.append(str14);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.t.hashCode();
int hashCode2 = this.j.hashCode();
int hashCode3 = this.f.hashCode();
int hashCode4 = this.s.hashCode();
int hashCode5 = this.b.hashCode();
int hashCode6 = Double.hashCode(this.h);
int hashCode7 = Double.hashCode(this.f8465o);
int hashCode8 = Double.hashCode(this.d);
OffsetDateTime offsetDateTime = this.r;
int hashCode9 = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
int hashCode10 = this.n.hashCode();
String str = this.c;
int hashCode11 = str == null ? 0 : str.hashCode();
String str2 = this.m;
int hashCode12 = str2 != null ? str2.hashCode() : 0;
int hashCode13 = this.g.hashCode();
boolean z = this.a;
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.l.hashCode()) * 31) + this.i.hashCode()) * 31) + this.e.hashCode()) * 31) + this.k.hashCode()) * 31) + this.q.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1214Yd)) {
return false;
}
C1214Yd c1214Yd = (C1214Yd) obj;
return C14957gcv.b((Object) this.t, (Object) c1214Yd.t) && C14957gcv.b((Object) this.j, (Object) c1214Yd.j) && C14957gcv.b((Object) this.f, (Object) c1214Yd.f) && C14957gcv.b((Object) this.s, (Object) c1214Yd.s) && C14957gcv.b((Object) this.b, (Object) c1214Yd.b) && Double.compare(this.h, c1214Yd.h) == 0 && Double.compare(this.f8465o, c1214Yd.f8465o) == 0 && Double.compare(this.d, c1214Yd.d) == 0 && C14957gcv.b(this.r, c1214Yd.r) && C14957gcv.b((Object) this.n, (Object) c1214Yd.n) && C14957gcv.b((Object) this.c, (Object) c1214Yd.c) && C14957gcv.b((Object) this.m, (Object) c1214Yd.m) && C14957gcv.b((Object) this.g, (Object) c1214Yd.g) && this.a == c1214Yd.a && C14957gcv.b((Object) this.l, (Object) c1214Yd.l) && C14957gcv.b((Object) this.i, (Object) c1214Yd.i) && C14957gcv.b((Object) this.e, (Object) c1214Yd.e) && C14957gcv.b((Object) this.k, (Object) c1214Yd.k) && C14957gcv.b((Object) this.q, (Object) c1214Yd.q);
}
}