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

93 lines
3.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class mVY {
@SerializedName("accountToName")
public final String a;
@SerializedName("bankCode")
public final String b;
@SerializedName("accountFrom")
public final String c;
@SerializedName("accountTo")
public final String d;
@SerializedName("bankLogo")
public final String e;
@SerializedName("transferType")
public final String f;
@SerializedName("transferAmount")
public final String g;
@SerializedName("promptpayId")
public final String i;
@SerializedName("promptpayType")
public final String j;
public final String toString() {
String str = this.f;
String str2 = this.c;
String str3 = this.d;
String str4 = this.a;
String str5 = this.j;
String str6 = this.i;
String str7 = this.b;
String str8 = this.g;
String str9 = this.e;
StringBuilder sb = new StringBuilder("TransferRepeatEntity(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.f.hashCode();
String str = this.c;
int hashCode2 = str == null ? 0 : str.hashCode();
int hashCode3 = this.d.hashCode();
int hashCode4 = this.a.hashCode();
String str2 = this.j;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
String str3 = this.i;
int hashCode6 = str3 == null ? 0 : str3.hashCode();
int hashCode7 = this.b.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 mVY)) {
return false;
}
mVY mvy = (mVY) obj;
return C14957gcv.b((Object) this.f, (Object) mvy.f) && C14957gcv.b((Object) this.c, (Object) mvy.c) && C14957gcv.b((Object) this.d, (Object) mvy.d) && C14957gcv.b((Object) this.a, (Object) mvy.a) && C14957gcv.b((Object) this.j, (Object) mvy.j) && C14957gcv.b((Object) this.i, (Object) mvy.i) && C14957gcv.b((Object) this.b, (Object) mvy.b) && C14957gcv.b((Object) this.g, (Object) mvy.g) && C14957gcv.b((Object) this.e, (Object) mvy.e);
}
}