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

135 lines
5.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class pXf {
public final double a;
public final C9641dnd b;
public final String c;
public final Jky 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;
public final String k;
private final String l;
private final String m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final OffsetDateTime f9240o;
public pXf(String str, OffsetDateTime offsetDateTime, String str2, String str3, String str4, String str5, String str6, String str7, String str8, double d, double d2, String str9, String str10, C9641dnd c9641dnd, Jky jky) {
C14957gcv.e(str, "");
C14957gcv.e(offsetDateTime, "");
C14957gcv.e(str2, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
this.g = str;
this.f9240o = offsetDateTime;
this.e = str2;
this.c = str3;
this.n = str4;
this.m = str5;
this.i = str6;
this.j = str7;
this.f = str8;
this.a = d;
this.h = d2;
this.l = str9;
this.k = str10;
this.b = c9641dnd;
this.d = jky;
}
public final String toString() {
String str = this.g;
OffsetDateTime offsetDateTime = this.f9240o;
String str2 = this.e;
String str3 = this.c;
String str4 = this.n;
String str5 = this.m;
String str6 = this.i;
String str7 = this.j;
String str8 = this.f;
double d = this.a;
double d2 = this.h;
String str9 = this.l;
String str10 = this.k;
C9641dnd c9641dnd = this.b;
Jky jky = this.d;
StringBuilder sb = new StringBuilder("BillPaymentTransactions(paymentId=");
sb.append(str);
sb.append(", timestamp=");
sb.append(offsetDateTime);
sb.append(", accountFrom=");
sb.append(str2);
sb.append(", accountFromName=");
sb.append(str3);
sb.append(", serviceNumber=");
sb.append(str4);
sb.append(", serviceType=");
sb.append(str5);
sb.append(", ref1=");
sb.append(str6);
sb.append(", ref2=");
sb.append(str7);
sb.append(", ref3=");
sb.append(str8);
sb.append(", amount=");
sb.append(d);
sb.append(", fee=");
sb.append(d2);
sb.append(", senderBank=");
sb.append(str9);
sb.append(", senderBankLogo=");
sb.append(str10);
sb.append(", biller=");
sb.append(c9641dnd);
sb.append(", additionalMetaData=");
sb.append(jky);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.g.hashCode();
int hashCode2 = this.f9240o.hashCode();
int hashCode3 = this.e.hashCode();
String str = this.c;
int hashCode4 = str == null ? 0 : str.hashCode();
int hashCode5 = this.n.hashCode();
int hashCode6 = this.m.hashCode();
int hashCode7 = this.i.hashCode();
String str2 = this.j;
int hashCode8 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f;
int hashCode9 = str3 == null ? 0 : str3.hashCode();
int hashCode10 = Double.hashCode(this.a);
int hashCode11 = Double.hashCode(this.h);
String str4 = this.l;
int hashCode12 = str4 == null ? 0 : str4.hashCode();
String str5 = this.k;
int hashCode13 = str5 == null ? 0 : str5.hashCode();
C9641dnd c9641dnd = this.b;
int hashCode14 = c9641dnd == null ? 0 : c9641dnd.hashCode();
Jky jky = this.d;
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) + (jky != null ? jky.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof pXf)) {
return false;
}
pXf pxf = (pXf) obj;
return C14957gcv.b((Object) this.g, (Object) pxf.g) && C14957gcv.b(this.f9240o, pxf.f9240o) && C14957gcv.b((Object) this.e, (Object) pxf.e) && C14957gcv.b((Object) this.c, (Object) pxf.c) && C14957gcv.b((Object) this.n, (Object) pxf.n) && C14957gcv.b((Object) this.m, (Object) pxf.m) && C14957gcv.b((Object) this.i, (Object) pxf.i) && C14957gcv.b((Object) this.j, (Object) pxf.j) && C14957gcv.b((Object) this.f, (Object) pxf.f) && Double.compare(this.a, pxf.a) == 0 && Double.compare(this.h, pxf.h) == 0 && C14957gcv.b((Object) this.l, (Object) pxf.l) && C14957gcv.b((Object) this.k, (Object) pxf.k) && C14957gcv.b(this.b, pxf.b) && C14957gcv.b(this.d, pxf.d);
}
}