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

77 lines
2.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import io.beid.beidk.definitions.BeIDParams;
/* renamed from: o.Bpt, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0219Bpt {
@SerializedName("annotation")
public final String a;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
public final String b;
@SerializedName("transactionDateTime")
public final String c;
@SerializedName("accountTo")
public final rwt d;
@SerializedName("accountFrom")
public final C16440oPZ e;
@SerializedName("txnDetails")
public final FTF g;
public final String toString() {
String str = this.c;
String str2 = this.b;
C16440oPZ c16440oPZ = this.e;
rwt rwtVar = this.d;
FTF ftf = this.g;
String str3 = this.a;
StringBuilder sb = new StringBuilder("PayNowTransactionEntity(transactionDateTime=");
sb.append(str);
sb.append(", transactionId=");
sb.append(str2);
sb.append(", accountFromEntity=");
sb.append(c16440oPZ);
sb.append(", accountToEntity=");
sb.append(rwtVar);
sb.append(", txnDetailsEntity=");
sb.append(ftf);
sb.append(", annotation=");
sb.append(str3);
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();
C16440oPZ c16440oPZ = this.e;
int hashCode3 = c16440oPZ == null ? 0 : c16440oPZ.hashCode();
rwt rwtVar = this.d;
int hashCode4 = rwtVar == null ? 0 : rwtVar.hashCode();
FTF ftf = this.g;
int hashCode5 = ftf == null ? 0 : ftf.hashCode();
String str3 = this.a;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0219Bpt)) {
return false;
}
C0219Bpt c0219Bpt = (C0219Bpt) obj;
return C14957gcv.b((Object) this.c, (Object) c0219Bpt.c) && C14957gcv.b((Object) this.b, (Object) c0219Bpt.b) && C14957gcv.b(this.e, c0219Bpt.e) && C14957gcv.b(this.d, c0219Bpt.d) && C14957gcv.b(this.g, c0219Bpt.g) && C14957gcv.b((Object) this.a, (Object) c0219Bpt.a);
}
}