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