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

123 lines
4.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.brG, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C5340brG {
@SerializedName("bankLogo")
public final String a;
@SerializedName("promptpayId")
public final String b;
@SerializedName("accountTo")
public final String c;
@SerializedName("promptpayType")
public final String d;
@SerializedName("accountToName")
public final String e;
@SerializedName("sortSequence")
public final Integer f;
@SerializedName("transferAmount")
public final String g;
@SerializedName("repeatFlag")
public final String h;
@SerializedName("regenerateFlag")
public final String i;
@SerializedName("transferDateTime")
public final String j;
@SerializedName("transferType")
public final String l;
/* renamed from: o, reason: collision with root package name */
@SerializedName("transferId")
public final String f8583o;
public final String toString() {
String str = this.f8583o;
Integer num = this.f;
String str2 = this.j;
String str3 = this.c;
String str4 = this.e;
String str5 = this.g;
String str6 = this.a;
String str7 = this.h;
String str8 = this.i;
String str9 = this.b;
String str10 = this.d;
String str11 = this.l;
StringBuilder sb = new StringBuilder("TransferHistoryTransactionEntity(transferId=");
sb.append(str);
sb.append(", sortSequence=");
sb.append(num);
sb.append(", transferDateTime=");
sb.append(str2);
sb.append(", accountTo=");
sb.append(str3);
sb.append(", accountToName=");
sb.append(str4);
sb.append(", transferAmount=");
sb.append(str5);
sb.append(", bankLogo=");
sb.append(str6);
sb.append(", repeatFlag=");
sb.append(str7);
sb.append(", regenerateFlag=");
sb.append(str8);
sb.append(", promptpayId=");
sb.append(str9);
sb.append(", promptpayType=");
sb.append(str10);
sb.append(", transferType=");
sb.append(str11);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.f8583o;
int hashCode = str == null ? 0 : str.hashCode();
Integer num = this.f;
int hashCode2 = num == null ? 0 : num.hashCode();
String str2 = this.j;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.a;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
int hashCode8 = this.h.hashCode();
int hashCode9 = this.i.hashCode();
String str7 = this.b;
int hashCode10 = str7 == null ? 0 : str7.hashCode();
String str8 = this.d;
int hashCode11 = str8 == null ? 0 : str8.hashCode();
String str9 = this.l;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (str9 != null ? str9.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C5340brG)) {
return false;
}
C5340brG c5340brG = (C5340brG) obj;
return C14957gcv.b((Object) this.f8583o, (Object) c5340brG.f8583o) && C14957gcv.b(this.f, c5340brG.f) && C14957gcv.b((Object) this.j, (Object) c5340brG.j) && C14957gcv.b((Object) this.c, (Object) c5340brG.c) && C14957gcv.b((Object) this.e, (Object) c5340brG.e) && C14957gcv.b((Object) this.g, (Object) c5340brG.g) && C14957gcv.b((Object) this.a, (Object) c5340brG.a) && C14957gcv.b((Object) this.h, (Object) c5340brG.h) && C14957gcv.b((Object) this.i, (Object) c5340brG.i) && C14957gcv.b((Object) this.b, (Object) c5340brG.b) && C14957gcv.b((Object) this.d, (Object) c5340brG.d) && C14957gcv.b((Object) this.l, (Object) c5340brG.l);
}
}