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

181 lines
6.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
/* loaded from: classes3.dex */
public final class NFj {
@SerializedName("countryName")
public final String a;
@SerializedName("countryLogo")
public final String b;
@SerializedName(CommonConstant.KEY_COUNTRY_CODE)
public final String c;
@SerializedName("activeFlag")
public final String d;
@SerializedName("decimalFlag")
public final Boolean e;
@SerializedName("localAmount")
public final Double f;
@SerializedName("limitPerTrans")
public final Double g;
@SerializedName("localCurrencyCode")
public final String h;
@SerializedName("exchangeRate")
public final Double i;
@SerializedName("exchangeRateDes")
public final String j;
@SerializedName("partnerId")
public final String k;
@SerializedName("merchantName")
public final String l;
@SerializedName("partnerLogo")
public final String m;
@SerializedName("rateDateTimeDes")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("merchantId")
public final String f8282o;
@SerializedName("remainingAmount")
public final Double p;
@SerializedName("tokenId")
public final String q;
@SerializedName("transactionDateTime")
public final String r;
@SerializedName("thbAmount")
public final Double t;
public final String toString() {
String str = this.k;
String str2 = this.l;
String str3 = this.f8282o;
String str4 = this.c;
String str5 = this.a;
Double d = this.f;
Double d2 = this.t;
Double d3 = this.i;
String str6 = this.r;
String str7 = this.n;
String str8 = this.b;
String str9 = this.m;
String str10 = this.h;
Boolean bool = this.e;
Double d4 = this.p;
Double d5 = this.g;
String str11 = this.j;
String str12 = this.d;
String str13 = this.q;
StringBuilder sb = new StringBuilder("CrossBorderLandingEntity(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(str6);
sb.append(", rateDateTimeDes=");
sb.append(str7);
sb.append(", countryLogo=");
sb.append(str8);
sb.append(", partnerLogo=");
sb.append(str9);
sb.append(", localCurrencyCode=");
sb.append(str10);
sb.append(", decimalFlag=");
sb.append(bool);
sb.append(", remainingAmount=");
sb.append(d4);
sb.append(", limitPerTrans=");
sb.append(d5);
sb.append(", exchangeRateDes=");
sb.append(str11);
sb.append(", activeFlag=");
sb.append(str12);
sb.append(", tokenId=");
sb.append(str13);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.k;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.l;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f8282o;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.a;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
Double d = this.f;
int hashCode6 = d == null ? 0 : d.hashCode();
Double d2 = this.t;
int hashCode7 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.i;
int hashCode8 = d3 == null ? 0 : d3.hashCode();
String str6 = this.r;
int hashCode9 = str6 == null ? 0 : str6.hashCode();
String str7 = this.n;
int hashCode10 = str7 == null ? 0 : str7.hashCode();
String str8 = this.b;
int hashCode11 = str8 == null ? 0 : str8.hashCode();
String str9 = this.m;
int hashCode12 = str9 == null ? 0 : str9.hashCode();
String str10 = this.h;
int hashCode13 = str10 == null ? 0 : str10.hashCode();
Boolean bool = this.e;
int hashCode14 = bool == null ? 0 : bool.hashCode();
Double d4 = this.p;
int hashCode15 = d4 == null ? 0 : d4.hashCode();
Double d5 = this.g;
int hashCode16 = d5 == null ? 0 : d5.hashCode();
String str11 = this.j;
int hashCode17 = str11 == null ? 0 : str11.hashCode();
String str12 = this.d;
int hashCode18 = str12 == null ? 0 : str12.hashCode();
String str13 = this.q;
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) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + (str13 != null ? str13.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NFj)) {
return false;
}
NFj nFj = (NFj) obj;
return C14957gcv.b((Object) this.k, (Object) nFj.k) && C14957gcv.b((Object) this.l, (Object) nFj.l) && C14957gcv.b((Object) this.f8282o, (Object) nFj.f8282o) && C14957gcv.b((Object) this.c, (Object) nFj.c) && C14957gcv.b((Object) this.a, (Object) nFj.a) && C14957gcv.b(this.f, nFj.f) && C14957gcv.b(this.t, nFj.t) && C14957gcv.b(this.i, nFj.i) && C14957gcv.b((Object) this.r, (Object) nFj.r) && C14957gcv.b((Object) this.n, (Object) nFj.n) && C14957gcv.b((Object) this.b, (Object) nFj.b) && C14957gcv.b((Object) this.m, (Object) nFj.m) && C14957gcv.b((Object) this.h, (Object) nFj.h) && C14957gcv.b(this.e, nFj.e) && C14957gcv.b(this.p, nFj.p) && C14957gcv.b(this.g, nFj.g) && C14957gcv.b((Object) this.j, (Object) nFj.j) && C14957gcv.b((Object) this.d, (Object) nFj.d) && C14957gcv.b((Object) this.q, (Object) nFj.q);
}
}