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

107 lines
3.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class hMS {
public final qXn a;
public final String b;
public List<Dzn> c;
public LhO d;
public final String e;
private final boolean f;
public final boolean g;
private final Double h;
public final boolean i;
public final List<gPE> j;
public hMS(List<Dzn> list, LhO lhO, Double d, boolean z, String str, String str2, boolean z2, List<gPE> list2, qXn qxn, boolean z3) {
C14957gcv.e(list, "");
C14957gcv.e(list2, "");
C14957gcv.e(qxn, "");
this.c = list;
this.d = lhO;
this.h = d;
this.f = z;
this.e = str;
this.b = str2;
this.i = z2;
this.j = list2;
this.a = qxn;
this.g = z3;
}
public final String toString() {
List<Dzn> list = this.c;
LhO lhO = this.d;
Double d = this.h;
boolean z = this.f;
String str = this.e;
String str2 = this.b;
boolean z2 = this.i;
List<gPE> list2 = this.j;
qXn qxn = this.a;
boolean z3 = this.g;
StringBuilder sb = new StringBuilder("CreditCardSummaryList(cards=");
sb.append(list);
sb.append(", ad=");
sb.append(lhO);
sb.append(", totalCreditUsed=");
sb.append(d);
sb.append(", isTotalFromAllAccounts=");
sb.append(z);
sb.append(", defaultCardRefNo=");
sb.append(str);
sb.append(", disclaimerText=");
sb.append(str2);
sb.append(", ecomFlagMaintenanceEnable=");
sb.append(z2);
sb.append(", remark=");
sb.append(list2);
sb.append(", deeplinkCardX=");
sb.append(qxn);
sb.append(", isCall4DeejungRename=");
sb.append(z3);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.c.hashCode();
LhO lhO = this.d;
int hashCode2 = lhO == null ? 0 : lhO.hashCode();
Double d = this.h;
int hashCode3 = d == null ? 0 : d.hashCode();
boolean z = this.f;
int i = z;
if (z != 0) {
i = 1;
}
String str = this.e;
int hashCode4 = str == null ? 0 : str.hashCode();
String str2 = this.b;
int hashCode5 = str2 != null ? str2.hashCode() : 0;
boolean z2 = this.i;
int i2 = z2;
if (z2 != 0) {
i2 = 1;
}
int hashCode6 = this.j.hashCode();
int hashCode7 = this.a.hashCode();
boolean z3 = this.g;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + i) * 31) + hashCode4) * 31) + hashCode5) * 31) + i2) * 31) + hashCode6) * 31) + hashCode7) * 31) + (z3 ? 1 : z3 ? 1 : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof hMS)) {
return false;
}
hMS hms = (hMS) obj;
return C14957gcv.b(this.c, hms.c) && C14957gcv.b(this.d, hms.d) && C14957gcv.b(this.h, hms.h) && this.f == hms.f && C14957gcv.b((Object) this.e, (Object) hms.e) && C14957gcv.b((Object) this.b, (Object) hms.b) && this.i == hms.i && C14957gcv.b(this.j, hms.j) && C14957gcv.b(this.a, hms.a) && this.g == hms.g;
}
}