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

50 lines
1.4 KiB
Java

package o;
/* renamed from: o.efY, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C11448efY {
public final boolean b;
public final String e;
public C11448efY(boolean z, String str) {
C14957gcv.e(str, "");
this.b = z;
this.e = str;
}
public final String toString() {
boolean z = this.b;
String str = this.e;
StringBuilder sb = new StringBuilder("IdentityValidation(hasDoneFatca=");
sb.append(z);
sb.append(", fatcaCRSTrackingId=");
sb.append(str);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r0v1, types: [int] */
/* JADX WARN: Type inference failed for: r0v4 */
/* JADX WARN: Type inference failed for: r0v5 */
public final int hashCode() {
boolean z = this.b;
?? r0 = z;
if (z) {
r0 = 1;
}
return (r0 * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C11448efY)) {
return false;
}
C11448efY c11448efY = (C11448efY) obj;
return this.b == c11448efY.b && C14957gcv.b((Object) this.e, (Object) c11448efY.e);
}
}