package o; import com.google.gson.annotations.SerializedName; import io.beid.beidk.definitions.BeIDParams; /* loaded from: classes.dex */ public final class Xay { @SerializedName("botAmount") String a; @SerializedName("accountTo") String b; @SerializedName("accountFrom") String c; @SerializedName(alternate = {"amount"}, value = "transferAmount") String d; @SerializedName("enrollType") public String e; @SerializedName("function") String f; @SerializedName("limitType") String g; @SerializedName("transactionDateTime") String h; @SerializedName("subFunction") String i; @SerializedName("limitAmount") String j; @SerializedName("validateFaceType") String k; /* renamed from: o, reason: collision with root package name */ @SerializedName(BeIDParams.BEID_TRANSACTION_ID) String f8446o; private Xay(byte b) { this.c = null; this.b = null; this.d = null; this.a = null; this.k = null; this.e = null; this.j = null; this.g = null; this.f = null; this.i = null; this.h = null; this.f8446o = null; } private /* synthetic */ Xay(char c) { this((byte) 0); } public final String toString() { String str = this.c; String str2 = this.b; String str3 = this.d; String str4 = this.a; String str5 = this.k; String str6 = this.e; String str7 = this.j; String str8 = this.g; String str9 = this.f; String str10 = this.i; String str11 = this.h; String str12 = this.f8446o; StringBuilder sb = new StringBuilder("FacialValidationDataEntity(accountFrom="); sb.append(str); sb.append(", accountTo="); sb.append(str2); sb.append(", amount="); sb.append(str3); sb.append(", botAmount="); sb.append(str4); sb.append(", validateFaceType="); sb.append(str5); sb.append(", enrollType="); sb.append(str6); sb.append(", limitAmount="); sb.append(str7); sb.append(", limitType="); sb.append(str8); sb.append(", function="); sb.append(str9); sb.append(", subFunction="); sb.append(str10); sb.append(", transactionDateTime="); sb.append(str11); sb.append(", transactionId="); sb.append(str12); 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(); String str3 = this.d; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.a; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.k; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.e; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.j; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.g; int hashCode8 = str8 == null ? 0 : str8.hashCode(); String str9 = this.f; int hashCode9 = str9 == null ? 0 : str9.hashCode(); String str10 = this.i; int hashCode10 = str10 == null ? 0 : str10.hashCode(); String str11 = this.h; int hashCode11 = str11 == null ? 0 : str11.hashCode(); String str12 = this.f8446o; return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (str12 != null ? str12.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Xay)) { return false; } Xay xay = (Xay) obj; return C14957gcv.b((Object) this.c, (Object) xay.c) && C14957gcv.b((Object) this.b, (Object) xay.b) && C14957gcv.b((Object) this.d, (Object) xay.d) && C14957gcv.b((Object) this.a, (Object) xay.a) && C14957gcv.b((Object) this.k, (Object) xay.k) && C14957gcv.b((Object) this.e, (Object) xay.e) && C14957gcv.b((Object) this.j, (Object) xay.j) && C14957gcv.b((Object) this.g, (Object) xay.g) && C14957gcv.b((Object) this.f, (Object) xay.f) && C14957gcv.b((Object) this.i, (Object) xay.i) && C14957gcv.b((Object) this.h, (Object) xay.h) && C14957gcv.b((Object) this.f8446o, (Object) xay.f8446o); } public Xay() { this((char) 0); } }