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

66 lines
1.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.Wp, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1144Wp extends WB {
public final String a;
public final int b;
public final int c;
public final boolean e;
public /* synthetic */ C1144Wp(boolean z, String str) {
this(z, str, 1, 1);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C1144Wp(boolean z, String str, int i, int i2) {
super((byte) 0);
C14957gcv.e(str, "");
this.e = z;
this.a = str;
this.c = i;
this.b = i2;
}
public final String toString() {
boolean z = this.e;
String str = this.a;
int i = this.c;
int i2 = this.b;
StringBuilder sb = new StringBuilder("SingleFormHeaderDisplay(isAllSuccess=");
sb.append(z);
sb.append(", dateTime=");
sb.append(str);
sb.append(", successCount=");
sb.append(i);
sb.append(", failCount=");
sb.append(i2);
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: r0v8 */
/* JADX WARN: Type inference failed for: r0v9 */
public final int hashCode() {
boolean z = this.e;
?? r0 = z;
if (z) {
r0 = 1;
}
return (((((r0 * 31) + this.a.hashCode()) * 31) + Integer.hashCode(this.c)) * 31) + Integer.hashCode(this.b);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1144Wp)) {
return false;
}
C1144Wp c1144Wp = (C1144Wp) obj;
return this.e == c1144Wp.e && C14957gcv.b((Object) this.a, (Object) c1144Wp.a) && this.c == c1144Wp.c && this.b == c1144Wp.b;
}
}