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

188 lines
7.3 KiB
Java

package o;
import java.util.List;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class MjP {
public final String a;
public final String b;
public final Jky c;
public final String d;
public final String e;
public final String f;
public final OffsetDateTime g;
public final String h;
public final String i;
public final String j;
public final String k;
public final String l;
public final Double m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8275o;
private final String p;
private final String q;
public final C15612hBE r;
public final ruq s;
private List<mNf> t;
private final String x;
private /* synthetic */ MjP(byte b) {
this(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
}
public MjP(C15612hBE c15612hBE, String str, String str2, String str3, Jky jky, OffsetDateTime offsetDateTime, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, Double d, List<mNf> list, ruq ruqVar, String str12, String str13, String str14, String str15) {
this.r = c15612hBE;
this.n = str;
this.k = str2;
this.l = str3;
this.c = jky;
this.g = offsetDateTime;
this.h = str4;
this.j = str5;
this.f = str6;
this.b = str7;
this.i = str8;
this.x = str9;
this.q = str10;
this.d = str11;
this.m = d;
this.t = list;
this.s = ruqVar;
this.e = str12;
this.p = str13;
this.f8275o = str14;
this.a = str15;
}
public final String toString() {
C15612hBE c15612hBE = this.r;
String str = this.n;
String str2 = this.k;
String str3 = this.l;
Jky jky = this.c;
OffsetDateTime offsetDateTime = this.g;
String str4 = this.h;
String str5 = this.j;
String str6 = this.f;
String str7 = this.b;
String str8 = this.i;
String str9 = this.x;
String str10 = this.q;
String str11 = this.d;
Double d = this.m;
List<mNf> list = this.t;
ruq ruqVar = this.s;
String str12 = this.e;
String str13 = this.p;
String str14 = this.f8275o;
String str15 = this.a;
StringBuilder sb = new StringBuilder("BillPaymentIso(status=");
sb.append(c15612hBE);
sb.append(", ref1=");
sb.append(str);
sb.append(", ref2=");
sb.append(str2);
sb.append(", ref3=");
sb.append(str3);
sb.append(", additionalMetaData=");
sb.append(jky);
sb.append(", dateTime=");
sb.append(offsetDateTime);
sb.append(", paymentId=");
sb.append(str4);
sb.append(", fee=");
sb.append(str5);
sb.append(", paymentAmount=");
sb.append(str6);
sb.append(", accountFrom=");
sb.append(str7);
sb.append(", customerName=");
sb.append(str8);
sb.append(", merchantName=");
sb.append(str9);
sb.append(", accountTo=");
sb.append(str10);
sb.append(", annotation=");
sb.append(str11);
sb.append(", remainingBalance=");
sb.append(d);
sb.append(", actionList=");
sb.append(list);
sb.append(", voidRemark=");
sb.append(ruqVar);
sb.append(", billerName=");
sb.append(str12);
sb.append(", billerLogo=");
sb.append(str13);
sb.append(", prefix=");
sb.append(str14);
sb.append(", backgroundImage=");
sb.append(str15);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
C15612hBE c15612hBE = this.r;
int hashCode = c15612hBE == null ? 0 : c15612hBE.hashCode();
String str = this.n;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.k;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.l;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
Jky jky = this.c;
int hashCode5 = jky == null ? 0 : jky.hashCode();
OffsetDateTime offsetDateTime = this.g;
int hashCode6 = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
String str4 = this.h;
int hashCode7 = str4 == null ? 0 : str4.hashCode();
String str5 = this.j;
int hashCode8 = str5 == null ? 0 : str5.hashCode();
String str6 = this.f;
int hashCode9 = str6 == null ? 0 : str6.hashCode();
String str7 = this.b;
int hashCode10 = str7 == null ? 0 : str7.hashCode();
String str8 = this.i;
int hashCode11 = str8 == null ? 0 : str8.hashCode();
String str9 = this.x;
int hashCode12 = str9 == null ? 0 : str9.hashCode();
String str10 = this.q;
int hashCode13 = str10 == null ? 0 : str10.hashCode();
String str11 = this.d;
int hashCode14 = str11 == null ? 0 : str11.hashCode();
Double d = this.m;
int hashCode15 = d == null ? 0 : d.hashCode();
List<mNf> list = this.t;
int hashCode16 = list == null ? 0 : list.hashCode();
ruq ruqVar = this.s;
int hashCode17 = ruqVar == null ? 0 : ruqVar.hashCode();
String str12 = this.e;
int hashCode18 = str12 == null ? 0 : str12.hashCode();
String str13 = this.p;
int hashCode19 = str13 == null ? 0 : str13.hashCode();
String str14 = this.f8275o;
int hashCode20 = str14 == null ? 0 : str14.hashCode();
String str15 = this.a;
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) + hashCode19) * 31) + hashCode20) * 31) + (str15 != null ? str15.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof MjP)) {
return false;
}
MjP mjP = (MjP) obj;
return C14957gcv.b(this.r, mjP.r) && C14957gcv.b((Object) this.n, (Object) mjP.n) && C14957gcv.b((Object) this.k, (Object) mjP.k) && C14957gcv.b((Object) this.l, (Object) mjP.l) && C14957gcv.b(this.c, mjP.c) && C14957gcv.b(this.g, mjP.g) && C14957gcv.b((Object) this.h, (Object) mjP.h) && C14957gcv.b((Object) this.j, (Object) mjP.j) && C14957gcv.b((Object) this.f, (Object) mjP.f) && C14957gcv.b((Object) this.b, (Object) mjP.b) && C14957gcv.b((Object) this.i, (Object) mjP.i) && C14957gcv.b((Object) this.x, (Object) mjP.x) && C14957gcv.b((Object) this.q, (Object) mjP.q) && C14957gcv.b((Object) this.d, (Object) mjP.d) && C14957gcv.b(this.m, mjP.m) && C14957gcv.b(this.t, mjP.t) && C14957gcv.b(this.s, mjP.s) && C14957gcv.b((Object) this.e, (Object) mjP.e) && C14957gcv.b((Object) this.p, (Object) mjP.p) && C14957gcv.b((Object) this.f8275o, (Object) mjP.f8275o) && C14957gcv.b((Object) this.a, (Object) mjP.a);
}
public MjP() {
this((byte) 0);
}
}