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

54 lines
1.6 KiB
Java

package o;
/* renamed from: o.Ww, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1155Ww extends WB {
public final int a;
public final String b;
public final int c;
public final String d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C1155Ww(String str, String str2, int i, int i2) {
super((byte) 0);
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.b = str;
this.d = str2;
this.a = i;
this.c = i2;
}
public final String toString() {
String str = this.b;
String str2 = this.d;
int i = this.a;
int i2 = this.c;
StringBuilder sb = new StringBuilder("SingleFormLabelValueVerticalDisplay(label=");
sb.append(str);
sb.append(", value=");
sb.append(str2);
sb.append(", isDividerVisible=");
sb.append(i);
sb.append(", color=");
sb.append(i2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.b.hashCode() * 31) + this.d.hashCode()) * 31) + Integer.hashCode(this.a)) * 31) + Integer.hashCode(this.c);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1155Ww)) {
return false;
}
C1155Ww c1155Ww = (C1155Ww) obj;
return C14957gcv.b((Object) this.b, (Object) c1155Ww.b) && C14957gcv.b((Object) this.d, (Object) c1155Ww.d) && this.a == c1155Ww.a && this.c == c1155Ww.c;
}
}