74 lines
2.3 KiB
Java
74 lines
2.3 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Wx, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1157Wx {
|
|
public final String a;
|
|
public final String b;
|
|
public final boolean c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String h;
|
|
|
|
public C1157Wx(String str, String str2, String str3, boolean z, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
this.a = str;
|
|
this.d = str2;
|
|
this.h = str3;
|
|
this.c = z;
|
|
this.b = str4;
|
|
this.e = str5;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.d;
|
|
String str3 = this.h;
|
|
boolean z = this.c;
|
|
String str4 = this.b;
|
|
String str5 = this.e;
|
|
StringBuilder sb = new StringBuilder("SingleFormOmnibusDepositDisplay(accountNo=");
|
|
sb.append(str);
|
|
sb.append(", formattedAccountNo=");
|
|
sb.append(str2);
|
|
sb.append(", nickname=");
|
|
sb.append(str3);
|
|
sb.append(", isRegistered=");
|
|
sb.append(z);
|
|
sb.append(", accountBranch=");
|
|
sb.append(str4);
|
|
sb.append(", accountName=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
int hashCode2 = this.d.hashCode();
|
|
int hashCode3 = this.h.hashCode();
|
|
boolean z = this.c;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + i) * 31) + this.b.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1157Wx)) {
|
|
return false;
|
|
}
|
|
C1157Wx c1157Wx = (C1157Wx) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c1157Wx.a) && C14957gcv.b((Object) this.d, (Object) c1157Wx.d) && C14957gcv.b((Object) this.h, (Object) c1157Wx.h) && this.c == c1157Wx.c && C14957gcv.b((Object) this.b, (Object) c1157Wx.b) && C14957gcv.b((Object) this.e, (Object) c1157Wx.e);
|
|
}
|
|
}
|