69 lines
2.1 KiB
Java
69 lines
2.1 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Oe, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0770Oe {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public boolean e;
|
|
|
|
public C0770Oe(String str, String str2, String str3, String str4, boolean z) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.b = str;
|
|
this.c = str2;
|
|
this.d = str3;
|
|
this.a = str4;
|
|
this.e = z;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.c;
|
|
String str3 = this.d;
|
|
String str4 = this.a;
|
|
boolean z = this.e;
|
|
StringBuilder sb = new StringBuilder("HmlDepositListDisplay(accountNo=");
|
|
sb.append(str);
|
|
sb.append(", maskedAccount=");
|
|
sb.append(str2);
|
|
sb.append(", accountTypeDesc=");
|
|
sb.append(str3);
|
|
sb.append(", nickname=");
|
|
sb.append(str4);
|
|
sb.append(", isSelected=");
|
|
sb.append(z);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.b.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.d.hashCode();
|
|
String str = this.a;
|
|
int hashCode4 = str == null ? 0 : str.hashCode();
|
|
boolean z = this.e;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0770Oe)) {
|
|
return false;
|
|
}
|
|
C0770Oe c0770Oe = (C0770Oe) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c0770Oe.b) && C14957gcv.b((Object) this.c, (Object) c0770Oe.c) && C14957gcv.b((Object) this.d, (Object) c0770Oe.d) && C14957gcv.b((Object) this.a, (Object) c0770Oe.a) && this.e == c0770Oe.e;
|
|
}
|
|
}
|