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

120 lines
3.8 KiB
Java
Raw Permalink 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.eow, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C11949eow extends C16562pOe {
@SerializedName("function")
public final String a;
@SerializedName("accountTo")
public final String b;
@SerializedName("amount")
public final String c;
@SerializedName("accountFrom")
public final String d;
@SerializedName("enrollType")
public final String e;
@SerializedName("validateFaceType")
public final String f;
@SerializedName("limitAmount")
public final String g;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
public final String h;
@SerializedName("transactionDateTime")
public final String i;
@SerializedName("remainingBalance")
public final double j;
private /* synthetic */ C11949eow(byte b) {
this("", "", "", "", "", "", "", "", "");
}
private C11949eow(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
this.i = str;
this.h = str2;
this.a = str3;
this.e = str4;
this.f = str5;
this.g = str6;
this.d = str7;
this.b = str8;
this.c = str9;
this.j = 0.0d;
}
public final String toString() {
String str = this.i;
String str2 = this.h;
String str3 = this.a;
String str4 = this.e;
String str5 = this.f;
String str6 = this.g;
String str7 = this.d;
String str8 = this.b;
String str9 = this.c;
double d = this.j;
StringBuilder sb = new StringBuilder("RemittanceConfirmResponseEntity(transactionDateTime=");
sb.append(str);
sb.append(", transactionId=");
sb.append(str2);
sb.append(", function=");
sb.append(str3);
sb.append(", enrollType=");
sb.append(str4);
sb.append(", validateFaceType=");
sb.append(str5);
sb.append(", limitAmount=");
sb.append(str6);
sb.append(", accountFrom=");
sb.append(str7);
sb.append(", accountTo=");
sb.append(str8);
sb.append(", amount=");
sb.append(str9);
sb.append(", remainingBalance=");
sb.append(d);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((this.i.hashCode() * 31) + this.h.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.f.hashCode()) * 31) + this.g.hashCode()) * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + Double.hashCode(this.j);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C11949eow)) {
return false;
}
C11949eow c11949eow = (C11949eow) obj;
return C14957gcv.b((Object) this.i, (Object) c11949eow.i) && C14957gcv.b((Object) this.h, (Object) c11949eow.h) && C14957gcv.b((Object) this.a, (Object) c11949eow.a) && C14957gcv.b((Object) this.e, (Object) c11949eow.e) && C14957gcv.b((Object) this.f, (Object) c11949eow.f) && C14957gcv.b((Object) this.g, (Object) c11949eow.g) && C14957gcv.b((Object) this.d, (Object) c11949eow.d) && C14957gcv.b((Object) this.b, (Object) c11949eow.b) && C14957gcv.b((Object) this.c, (Object) c11949eow.c) && Double.compare(this.j, c11949eow.j) == 0;
}
public C11949eow() {
this((byte) 0);
}
}