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

44 lines
1.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.Wu, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1149Wu extends WB {
public final String a;
public final String b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C1149Wu(String str, String str2) {
super((byte) 0);
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.b = str;
this.a = str2;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
StringBuilder sb = new StringBuilder("SingleFormLabelValueHorizontalDisplay(label=");
sb.append(str);
sb.append(", value=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.b.hashCode() * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1149Wu)) {
return false;
}
C1149Wu c1149Wu = (C1149Wu) obj;
return C14957gcv.b((Object) this.b, (Object) c1149Wu.b) && C14957gcv.b((Object) this.a, (Object) c1149Wu.a);
}
}