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

54 lines
1.4 KiB
Java

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