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

126 lines
4.3 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class IJa {
public final String a;
public final int b;
public final String c;
public final List<String> d;
public final String e;
public final String f;
public final boolean g;
public final boolean h;
public final String i;
public final String j;
private final String k;
private final String m;
/* renamed from: o, reason: collision with root package name */
private final String f8208o;
public IJa(String str, String str2, String str3, String str4, String str5, String str6, List<String> list, String str7, String str8, String str9, int i, boolean z, boolean z2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(list, "");
C14957gcv.e(str7, "");
this.e = str;
this.a = str2;
this.k = str3;
this.i = str4;
this.c = str5;
this.m = str6;
this.d = list;
this.f8208o = str7;
this.f = str8;
this.j = str9;
this.b = i;
this.h = z;
this.g = z2;
}
public final String toString() {
String str = this.e;
String str2 = this.a;
String str3 = this.k;
String str4 = this.i;
String str5 = this.c;
String str6 = this.m;
List<String> list = this.d;
String str7 = this.f8208o;
String str8 = this.f;
String str9 = this.j;
int i = this.b;
boolean z = this.h;
boolean z2 = this.g;
StringBuilder sb = new StringBuilder("DebitCardInfo(cardRefNo=");
sb.append(str);
sb.append(", cardMaskedNo=");
sb.append(str2);
sb.append(", cardStatus=");
sb.append(str3);
sb.append(", cardType=");
sb.append(str4);
sb.append(", cardSubType=");
sb.append(str5);
sb.append(", productCode=");
sb.append(str6);
sb.append(", allow=");
sb.append(list);
sb.append(", cardCategory=");
sb.append(str7);
sb.append(", imageUrl=");
sb.append(str8);
sb.append(", requestUUID=");
sb.append(str9);
sb.append(", cardRank=");
sb.append(i);
sb.append(", originalReplacementWaiveFee=");
sb.append(z);
sb.append(", virtualCardFlag=");
sb.append(z2);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.e.hashCode();
int hashCode2 = this.a.hashCode();
int hashCode3 = this.k.hashCode();
int hashCode4 = this.i.hashCode();
int hashCode5 = this.c.hashCode();
int hashCode6 = this.m.hashCode();
int hashCode7 = this.d.hashCode();
int hashCode8 = this.f8208o.hashCode();
String str = this.f;
int hashCode9 = str == null ? 0 : str.hashCode();
String str2 = this.j;
int hashCode10 = str2 != null ? str2.hashCode() : 0;
int hashCode11 = Integer.hashCode(this.b);
boolean z = this.h;
int i = z;
if (z != 0) {
i = 1;
}
boolean z2 = this.g;
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + i) * 31) + (z2 ? 1 : z2 ? 1 : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IJa)) {
return false;
}
IJa iJa = (IJa) obj;
return C14957gcv.b((Object) this.e, (Object) iJa.e) && C14957gcv.b((Object) this.a, (Object) iJa.a) && C14957gcv.b((Object) this.k, (Object) iJa.k) && C14957gcv.b((Object) this.i, (Object) iJa.i) && C14957gcv.b((Object) this.c, (Object) iJa.c) && C14957gcv.b((Object) this.m, (Object) iJa.m) && C14957gcv.b(this.d, iJa.d) && C14957gcv.b((Object) this.f8208o, (Object) iJa.f8208o) && C14957gcv.b((Object) this.f, (Object) iJa.f) && C14957gcv.b((Object) this.j, (Object) iJa.j) && this.b == iJa.b && this.h == iJa.h && this.g == iJa.g;
}
}