package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; import io.beid.beidk.definitions.BeIDParams; import java.util.List; /* renamed from: o.sHd, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16902sHd extends C16562pOe { @SerializedName("additionalMetaData") public final TIx a; @SerializedName("accountFrom") public final String b; @SerializedName("accountTo") public final String c; @SerializedName("amount") public final String d; @SerializedName("buttons") public final List e; @SerializedName("function") public final String f; @SerializedName("enrollType") public final String g; @SerializedName("remainingPoint") public final double h; @SerializedName(CommonConstant.KEY_QR_CODE) public final String i; @SerializedName("remainingBalance") public final double j; @SerializedName("limitAmount") private final String k; @SerializedName("transactionDateTime") public final String l; @SerializedName("isForcePost") private final String m; @SerializedName(BeIDParams.BEID_TRANSACTION_ID) public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("validateFaceType") public final String f9266o; private /* synthetic */ C16902sHd(char c) { this((byte) 0); } private C16902sHd(byte b) { this.n = null; this.l = null; this.j = 0.0d; this.i = null; this.a = null; this.h = 0.0d; this.b = null; this.c = null; this.d = null; this.f9266o = null; this.g = null; this.f = null; this.m = null; this.k = null; this.e = null; } public final String toString() { String str = this.n; String str2 = this.l; double d = this.j; String str3 = this.i; TIx tIx = this.a; double d2 = this.h; String str4 = this.b; String str5 = this.c; String str6 = this.d; String str7 = this.f9266o; String str8 = this.g; String str9 = this.f; String str10 = this.m; String str11 = this.k; List list = this.e; StringBuilder sb = new StringBuilder("TransferConfirmationEntity(transactionId="); sb.append(str); sb.append(", transactionDateTime="); sb.append(str2); sb.append(", remainingBalance="); sb.append(d); sb.append(", qrCode="); sb.append(str3); sb.append(", additionalMetaData="); sb.append(tIx); sb.append(", remainingPoint="); sb.append(d2); sb.append(", accountFrom="); sb.append(str4); sb.append(", accountTo="); sb.append(str5); sb.append(", amount="); sb.append(str6); sb.append(", validateFaceType="); sb.append(str7); sb.append(", enrollType="); sb.append(str8); sb.append(", function="); sb.append(str9); sb.append(", isForcePost="); sb.append(str10); sb.append(", limitAmount="); sb.append(str11); sb.append(", buttons="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.n; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.l; int hashCode2 = str2 == null ? 0 : str2.hashCode(); int hashCode3 = Double.hashCode(this.j); String str3 = this.i; int hashCode4 = str3 == null ? 0 : str3.hashCode(); TIx tIx = this.a; int hashCode5 = tIx == null ? 0 : tIx.hashCode(); int hashCode6 = Double.hashCode(this.h); String str4 = this.b; int hashCode7 = str4 == null ? 0 : str4.hashCode(); String str5 = this.c; int hashCode8 = str5 == null ? 0 : str5.hashCode(); String str6 = this.d; int hashCode9 = str6 == null ? 0 : str6.hashCode(); String str7 = this.f9266o; int hashCode10 = str7 == null ? 0 : str7.hashCode(); String str8 = this.g; int hashCode11 = str8 == null ? 0 : str8.hashCode(); String str9 = this.f; int hashCode12 = str9 == null ? 0 : str9.hashCode(); String str10 = this.m; int hashCode13 = str10 == null ? 0 : str10.hashCode(); String str11 = this.k; int hashCode14 = str11 == null ? 0 : str11.hashCode(); List list = this.e; return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16902sHd)) { return false; } C16902sHd c16902sHd = (C16902sHd) obj; return C14957gcv.b((Object) this.n, (Object) c16902sHd.n) && C14957gcv.b((Object) this.l, (Object) c16902sHd.l) && Double.compare(this.j, c16902sHd.j) == 0 && C14957gcv.b((Object) this.i, (Object) c16902sHd.i) && C14957gcv.b(this.a, c16902sHd.a) && Double.compare(this.h, c16902sHd.h) == 0 && C14957gcv.b((Object) this.b, (Object) c16902sHd.b) && C14957gcv.b((Object) this.c, (Object) c16902sHd.c) && C14957gcv.b((Object) this.d, (Object) c16902sHd.d) && C14957gcv.b((Object) this.f9266o, (Object) c16902sHd.f9266o) && C14957gcv.b((Object) this.g, (Object) c16902sHd.g) && C14957gcv.b((Object) this.f, (Object) c16902sHd.f) && C14957gcv.b((Object) this.m, (Object) c16902sHd.m) && C14957gcv.b((Object) this.k, (Object) c16902sHd.k) && C14957gcv.b(this.e, c16902sHd.e); } public C16902sHd() { this((char) 0); } }