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

90 lines
3.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class Zit {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String g;
public final String h;
public final String i;
public final String j;
public Zit(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
C14957gcv.e(str, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str7, "");
C14957gcv.e(str9, "");
this.i = str;
this.d = str2;
this.c = str3;
this.b = str4;
this.j = str5;
this.h = str6;
this.a = str7;
this.g = str8;
this.e = str9;
}
public final String toString() {
String str = this.i;
String str2 = this.d;
String str3 = this.c;
String str4 = this.b;
String str5 = this.j;
String str6 = this.h;
String str7 = this.a;
String str8 = this.g;
String str9 = this.e;
StringBuilder sb = new StringBuilder("TransferRepeatResponse(transferType=");
sb.append(str);
sb.append(", accountFrom=");
sb.append(str2);
sb.append(", accountTo=");
sb.append(str3);
sb.append(", accountToName=");
sb.append(str4);
sb.append(", promptpayType=");
sb.append(str5);
sb.append(", promptpayId=");
sb.append(str6);
sb.append(", bankCode=");
sb.append(str7);
sb.append(", transferAmount=");
sb.append(str8);
sb.append(", bankLogo=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.i.hashCode();
String str = this.d;
int hashCode2 = str == null ? 0 : str.hashCode();
int hashCode3 = this.c.hashCode();
int hashCode4 = this.b.hashCode();
String str2 = this.j;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
String str3 = this.h;
int hashCode6 = str3 == null ? 0 : str3.hashCode();
int hashCode7 = this.a.hashCode();
String str4 = this.g;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str4 != null ? str4.hashCode() : 0)) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Zit)) {
return false;
}
Zit zit = (Zit) obj;
return C14957gcv.b((Object) this.i, (Object) zit.i) && C14957gcv.b((Object) this.d, (Object) zit.d) && C14957gcv.b((Object) this.c, (Object) zit.c) && C14957gcv.b((Object) this.b, (Object) zit.b) && C14957gcv.b((Object) this.j, (Object) zit.j) && C14957gcv.b((Object) this.h, (Object) zit.h) && C14957gcv.b((Object) this.a, (Object) zit.a) && C14957gcv.b((Object) this.g, (Object) zit.g) && C14957gcv.b((Object) this.e, (Object) zit.e);
}
}