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

234 lines
8.1 KiB
Java

package o;
import java.util.List;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class DpR {
public String a;
public String b;
public String c;
public String d;
public Jky e;
public String f;
public String g;
public String h;
public List<ZJc> i;
public String j;
public boolean k;
public String l;
public boolean m;
public String n;
/* renamed from: o, reason: collision with root package name */
public String f8136o;
public String p;
public String q;
public String r;
public String s;
public String t;
public Double u;
public Double v;
public C15612hBE w;
public OffsetDateTime x;
public String y;
private DpR(byte b) {
this.w = null;
this.n = null;
this.x = null;
this.u = null;
this.t = null;
this.e = null;
this.g = null;
this.m = false;
this.h = null;
this.f = null;
this.r = null;
this.s = null;
this.q = null;
this.k = false;
this.v = null;
this.p = null;
this.c = null;
this.i = null;
this.b = null;
this.a = null;
this.d = null;
this.y = null;
this.j = null;
this.l = null;
this.f8136o = null;
}
public /* synthetic */ DpR(char c) {
this((byte) 0);
}
/* loaded from: classes3.dex */
public static final class LWm {
private LWm() {
}
public /* synthetic */ LWm(byte b) {
this();
}
}
public final String toString() {
C15612hBE c15612hBE = this.w;
String str = this.n;
OffsetDateTime offsetDateTime = this.x;
Double d = this.u;
String str2 = this.t;
Jky jky = this.e;
String str3 = this.g;
boolean z = this.m;
String str4 = this.h;
String str5 = this.f;
String str6 = this.r;
String str7 = this.s;
String str8 = this.q;
boolean z2 = this.k;
Double d2 = this.v;
String str9 = this.p;
String str10 = this.c;
List<ZJc> list = this.i;
String str11 = this.b;
String str12 = this.a;
String str13 = this.d;
String str14 = this.y;
String str15 = this.j;
String str16 = this.l;
String str17 = this.f8136o;
StringBuilder sb = new StringBuilder("PerformTarget(status=");
sb.append(c15612hBE);
sb.append(", paymentId=");
sb.append(str);
sb.append(", tranDateTime=");
sb.append(offsetDateTime);
sb.append(", remainingBalance=");
sb.append(d);
sb.append(", qrCode=");
sb.append(str2);
sb.append(", additionalMetaData=");
sb.append(jky);
sb.append(", bookingId=");
sb.append(str3);
sb.append(", isFavoriteFlag=");
sb.append(z);
sb.append(", billerName=");
sb.append(str4);
sb.append(", billerLogo=");
sb.append(str5);
sb.append(", ref1=");
sb.append(str6);
sb.append(", ref2=");
sb.append(str7);
sb.append(", ref3=");
sb.append(str8);
sb.append(", maskRefFlag=");
sb.append(z2);
sb.append(", remainingPoint=");
sb.append(d2);
sb.append(", prefix=");
sb.append(str9);
sb.append(", backgroundImage=");
sb.append(str10);
sb.append(", buttons=");
sb.append(list);
sb.append(", accountFrom=");
sb.append(str11);
sb.append(", accountTo=");
sb.append(str12);
sb.append(", amount=");
sb.append(str13);
sb.append(", validateFaceType=");
sb.append(str14);
sb.append(", enrollType=");
sb.append(str15);
sb.append(", limitAmount=");
sb.append(str16);
sb.append(", function=");
sb.append(str17);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
C15612hBE c15612hBE = this.w;
int hashCode = c15612hBE == null ? 0 : c15612hBE.hashCode();
String str = this.n;
int hashCode2 = str == null ? 0 : str.hashCode();
OffsetDateTime offsetDateTime = this.x;
int hashCode3 = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
Double d = this.u;
int hashCode4 = d == null ? 0 : d.hashCode();
String str2 = this.t;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
Jky jky = this.e;
int hashCode6 = jky == null ? 0 : jky.hashCode();
String str3 = this.g;
int hashCode7 = str3 == null ? 0 : str3.hashCode();
boolean z = this.m;
int i = z;
if (z != 0) {
i = 1;
}
String str4 = this.h;
int hashCode8 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f;
int hashCode9 = str5 == null ? 0 : str5.hashCode();
String str6 = this.r;
int hashCode10 = str6 == null ? 0 : str6.hashCode();
String str7 = this.s;
int hashCode11 = str7 == null ? 0 : str7.hashCode();
String str8 = this.q;
int hashCode12 = str8 == null ? 0 : str8.hashCode();
boolean z2 = this.k;
int i2 = z2 ? 1 : z2 ? 1 : 0;
Double d2 = this.v;
int hashCode13 = d2 == null ? 0 : d2.hashCode();
String str9 = this.p;
int hashCode14 = str9 == null ? 0 : str9.hashCode();
String str10 = this.c;
int hashCode15 = str10 == null ? 0 : str10.hashCode();
List<ZJc> list = this.i;
int hashCode16 = list == null ? 0 : list.hashCode();
String str11 = this.b;
int hashCode17 = str11 == null ? 0 : str11.hashCode();
String str12 = this.a;
int hashCode18 = str12 == null ? 0 : str12.hashCode();
String str13 = this.d;
int hashCode19 = str13 == null ? 0 : str13.hashCode();
String str14 = this.y;
int hashCode20 = str14 == null ? 0 : str14.hashCode();
String str15 = this.j;
int hashCode21 = str15 == null ? 0 : str15.hashCode();
String str16 = this.l;
int hashCode22 = str16 == null ? 0 : str16.hashCode();
String str17 = this.f8136o;
return (((((((((((((((((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + i2) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + hashCode19) * 31) + hashCode20) * 31) + hashCode21) * 31) + hashCode22) * 31) + (str17 != null ? str17.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof DpR)) {
return false;
}
DpR dpR = (DpR) obj;
return C14957gcv.b(this.w, dpR.w) && C14957gcv.b((Object) this.n, (Object) dpR.n) && C14957gcv.b(this.x, dpR.x) && C14957gcv.b(this.u, dpR.u) && C14957gcv.b((Object) this.t, (Object) dpR.t) && C14957gcv.b(this.e, dpR.e) && C14957gcv.b((Object) this.g, (Object) dpR.g) && this.m == dpR.m && C14957gcv.b((Object) this.h, (Object) dpR.h) && C14957gcv.b((Object) this.f, (Object) dpR.f) && C14957gcv.b((Object) this.r, (Object) dpR.r) && C14957gcv.b((Object) this.s, (Object) dpR.s) && C14957gcv.b((Object) this.q, (Object) dpR.q) && this.k == dpR.k && C14957gcv.b(this.v, dpR.v) && C14957gcv.b((Object) this.p, (Object) dpR.p) && C14957gcv.b((Object) this.c, (Object) dpR.c) && C14957gcv.b(this.i, dpR.i) && C14957gcv.b((Object) this.b, (Object) dpR.b) && C14957gcv.b((Object) this.a, (Object) dpR.a) && C14957gcv.b((Object) this.d, (Object) dpR.d) && C14957gcv.b((Object) this.y, (Object) dpR.y) && C14957gcv.b((Object) this.j, (Object) dpR.j) && C14957gcv.b((Object) this.l, (Object) dpR.l) && C14957gcv.b((Object) this.f8136o, (Object) dpR.f8136o);
}
public DpR() {
this((char) 0);
}
static {
new LWm((byte) 0);
}
}