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

48 lines
1.2 KiB
Java

package o;
/* renamed from: o.qiz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16724qiz {
public final boolean c;
public final String e;
public C16724qiz(String str, boolean z) {
C14957gcv.e(str, "");
this.e = str;
this.c = z;
}
public final String toString() {
String str = this.e;
boolean z = this.c;
StringBuilder sb = new StringBuilder("ETBOpenAccountEligibility(applicationId=");
sb.append(str);
sb.append(", isFaceVerify=");
sb.append(z);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.e.hashCode();
boolean z = this.c;
int i = z;
if (z != 0) {
i = 1;
}
return (hashCode * 31) + i;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16724qiz)) {
return false;
}
C16724qiz c16724qiz = (C16724qiz) obj;
return C14957gcv.b((Object) this.e, (Object) c16724qiz.e) && this.c == c16724qiz.c;
}
}