161 lines
6.2 KiB
Java
161 lines
6.2 KiB
Java
package o;
|
|
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* renamed from: o.emj, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C11830emj {
|
|
public final boolean a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final double f;
|
|
public final double g;
|
|
public final String h;
|
|
public final String i;
|
|
public final double j;
|
|
public 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 String f9051o;
|
|
public final double p;
|
|
public final String q;
|
|
public final OffsetDateTime s;
|
|
public final double t;
|
|
|
|
public C11830emj(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, double d4, double d5, String str10, String str11, String str12) {
|
|
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, "");
|
|
this.l = str;
|
|
this.k = str2;
|
|
this.f9051o = str3;
|
|
this.b = str4;
|
|
this.e = str5;
|
|
this.j = d;
|
|
this.p = d2;
|
|
this.g = d3;
|
|
this.s = offsetDateTime;
|
|
this.n = str6;
|
|
this.c = str7;
|
|
this.m = str8;
|
|
this.i = str9;
|
|
this.a = z;
|
|
this.t = d4;
|
|
this.f = d5;
|
|
this.h = str10;
|
|
this.d = str11;
|
|
this.q = str12;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.l;
|
|
String str2 = this.k;
|
|
String str3 = this.f9051o;
|
|
String str4 = this.b;
|
|
String str5 = this.e;
|
|
double d = this.j;
|
|
double d2 = this.p;
|
|
double d3 = this.g;
|
|
OffsetDateTime offsetDateTime = this.s;
|
|
String str6 = this.n;
|
|
String str7 = this.c;
|
|
String str8 = this.m;
|
|
String str9 = this.i;
|
|
boolean z = this.a;
|
|
double d4 = this.t;
|
|
double d5 = this.f;
|
|
String str10 = this.h;
|
|
String str11 = this.d;
|
|
String str12 = this.q;
|
|
StringBuilder sb = new StringBuilder("CrossBorderLanding(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(d4);
|
|
sb.append(", limitPerTrans=");
|
|
sb.append(d5);
|
|
sb.append(", exchangeRateDes=");
|
|
sb.append(str10);
|
|
sb.append(", activeFlag=");
|
|
sb.append(str11);
|
|
sb.append(", tokenId=");
|
|
sb.append(str12);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.l.hashCode();
|
|
int hashCode2 = this.k.hashCode();
|
|
int hashCode3 = this.f9051o.hashCode();
|
|
int hashCode4 = this.b.hashCode();
|
|
int hashCode5 = this.e.hashCode();
|
|
int hashCode6 = Double.hashCode(this.j);
|
|
int hashCode7 = Double.hashCode(this.p);
|
|
int hashCode8 = Double.hashCode(this.g);
|
|
OffsetDateTime offsetDateTime = this.s;
|
|
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.i.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) + Double.hashCode(this.t)) * 31) + Double.hashCode(this.f)) * 31) + this.h.hashCode()) * 31) + this.d.hashCode()) * 31) + this.q.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C11830emj)) {
|
|
return false;
|
|
}
|
|
C11830emj c11830emj = (C11830emj) obj;
|
|
return C14957gcv.b((Object) this.l, (Object) c11830emj.l) && C14957gcv.b((Object) this.k, (Object) c11830emj.k) && C14957gcv.b((Object) this.f9051o, (Object) c11830emj.f9051o) && C14957gcv.b((Object) this.b, (Object) c11830emj.b) && C14957gcv.b((Object) this.e, (Object) c11830emj.e) && Double.compare(this.j, c11830emj.j) == 0 && Double.compare(this.p, c11830emj.p) == 0 && Double.compare(this.g, c11830emj.g) == 0 && C14957gcv.b(this.s, c11830emj.s) && C14957gcv.b((Object) this.n, (Object) c11830emj.n) && C14957gcv.b((Object) this.c, (Object) c11830emj.c) && C14957gcv.b((Object) this.m, (Object) c11830emj.m) && C14957gcv.b((Object) this.i, (Object) c11830emj.i) && this.a == c11830emj.a && Double.compare(this.t, c11830emj.t) == 0 && Double.compare(this.f, c11830emj.f) == 0 && C14957gcv.b((Object) this.h, (Object) c11830emj.h) && C14957gcv.b((Object) this.d, (Object) c11830emj.d) && C14957gcv.b((Object) this.q, (Object) c11830emj.q);
|
|
}
|
|
}
|