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

86 lines
2.7 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 xiU {
public final boolean a;
public final String b;
public eNY c;
public final String d;
public final List<IJa> e;
private final int h;
public final boolean i;
private xiU(String str, List<IJa> list, String str2, boolean z, boolean z2, int i, eNY eny) {
C14957gcv.e(str, "");
C14957gcv.e(list, "");
C14957gcv.e(str2, "");
this.b = str;
this.e = list;
this.d = str2;
this.a = z;
this.i = z2;
this.h = i;
this.c = eny;
}
public /* synthetic */ xiU(String str, List list, String str2, boolean z, boolean z2, int i, eNY eny, int i2) {
this(str, list, (i2 & 4) != 0 ? "" : str2, (i2 & 8) != 0 ? false : z, (i2 & 16) != 0 ? false : z2, (i2 & 32) != 0 ? 0 : i, (i2 & 64) != 0 ? null : eny);
}
public final String toString() {
String str = this.b;
List<IJa> list = this.e;
String str2 = this.d;
boolean z = this.a;
boolean z2 = this.i;
int i = this.h;
eNY eny = this.c;
StringBuilder sb = new StringBuilder("DebitCardDepositAccount(accountNo=");
sb.append(str);
sb.append(", cardList=");
sb.append(list);
sb.append(", accountFromName=");
sb.append(str2);
sb.append(", newFlag=");
sb.append(z);
sb.append(", replaceFlag=");
sb.append(z2);
sb.append(", numberOfDebitCard=");
sb.append(i);
sb.append(", mailingAddress=");
sb.append(eny);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.e.hashCode();
int hashCode3 = this.d.hashCode();
boolean z = this.a;
int i = z;
if (z != 0) {
i = 1;
}
boolean z2 = this.i;
int i2 = z2 ? 1 : z2 ? 1 : 0;
int hashCode4 = Integer.hashCode(this.h);
eNY eny = this.c;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + i) * 31) + i2) * 31) + hashCode4) * 31) + (eny == null ? 0 : eny.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof xiU)) {
return false;
}
xiU xiu = (xiU) obj;
return C14957gcv.b((Object) this.b, (Object) xiu.b) && C14957gcv.b(this.e, xiu.e) && C14957gcv.b((Object) this.d, (Object) xiu.d) && this.a == xiu.a && this.i == xiu.i && this.h == xiu.h && C14957gcv.b(this.c, xiu.c);
}
}