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

56 lines
1.6 KiB
Java

package o;
/* renamed from: o.Ws, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1147Ws extends WB {
public final int a;
public final String c;
public final boolean e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C1147Ws(String str, int i, boolean z) {
super((byte) 0);
C14957gcv.e(str, "");
this.c = str;
this.a = i;
this.e = z;
}
public final String toString() {
String str = this.c;
int i = this.a;
boolean z = this.e;
StringBuilder sb = new StringBuilder("SingleFormLabelIconDisplay(label=");
sb.append(str);
sb.append(", isVisibleIcon=");
sb.append(i);
sb.append(", isSuccess=");
sb.append(z);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.c.hashCode();
int hashCode2 = Integer.hashCode(this.a);
boolean z = this.e;
int i = z;
if (z != 0) {
i = 1;
}
return (((hashCode * 31) + hashCode2) * 31) + i;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1147Ws)) {
return false;
}
C1147Ws c1147Ws = (C1147Ws) obj;
return C14957gcv.b((Object) this.c, (Object) c1147Ws.c) && this.a == c1147Ws.a && this.e == c1147Ws.e;
}
}