65 lines
2.0 KiB
Java
65 lines
2.0 KiB
Java
package o;
|
|
|
|
import o.C16698qSw;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zIf {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final C16698qSw.HBt d;
|
|
public final String e;
|
|
|
|
public zIf(String str, String str2, C16698qSw.HBt hBt, String str3, String str4) {
|
|
this.c = str;
|
|
this.b = str2;
|
|
this.d = hBt;
|
|
this.e = str3;
|
|
this.a = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.b;
|
|
C16698qSw.HBt hBt = this.d;
|
|
String str3 = this.e;
|
|
String str4 = this.a;
|
|
StringBuilder sb = new StringBuilder("FixedTransferDetailsAccount(accountNo=");
|
|
sb.append(str);
|
|
sb.append(", accountNickname=");
|
|
sb.append(str2);
|
|
sb.append(", accountType=");
|
|
sb.append(hBt);
|
|
sb.append(", allowFlag=");
|
|
sb.append(str3);
|
|
sb.append(", accountStatus=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.c;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
C16698qSw.HBt hBt = this.d;
|
|
int hashCode3 = hBt == null ? 0 : hBt.hashCode();
|
|
String str3 = this.e;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof zIf)) {
|
|
return false;
|
|
}
|
|
zIf zif = (zIf) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) zif.c) && C14957gcv.b((Object) this.b, (Object) zif.b) && C14957gcv.b(this.d, zif.d) && C14957gcv.b((Object) this.e, (Object) zif.e) && C14957gcv.b((Object) this.a, (Object) zif.a);
|
|
}
|
|
}
|