package o; import com.google.gson.annotations.SerializedName; import io.beid.beidk.definitions.BeIDParams; /* renamed from: o.cb, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C6737cb { @SerializedName("lowQualityAuditTrailImage") private final String a; @SerializedName("signature") private final String b; @SerializedName(BeIDParams.BEID_TRANSACTION_ID) private final String c; @SerializedName("faceScan") private final String d; @SerializedName("auditTrailImage") private final String e; @SerializedName("xUserAgent") private final String i; @SerializedName("xDeviceKey") private final String j; public C6737cb(String str, String str2, String str3, String str4, String str5, String str6, String str7) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); this.c = str; this.j = str2; this.i = str3; this.d = str4; this.e = str5; this.a = str6; this.b = str7; } public final String toString() { String str = this.c; String str2 = this.j; String str3 = this.i; String str4 = this.d; String str5 = this.e; String str6 = this.a; String str7 = this.b; StringBuilder sb = new StringBuilder("NdidCommonFaceTecLivenessCheck(transactionId="); sb.append(str); sb.append(", xDeviceKey="); sb.append(str2); sb.append(", xUserAgent="); sb.append(str3); sb.append(", faceScan="); sb.append(str4); sb.append(", auditTrailImage="); sb.append(str5); sb.append(", lowQualityAuditTrailImage="); sb.append(str6); sb.append(", signature="); sb.append(str7); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((this.c.hashCode() * 31) + this.j.hashCode()) * 31) + this.i.hashCode()) * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C6737cb)) { return false; } C6737cb c6737cb = (C6737cb) obj; return C14957gcv.b((Object) this.c, (Object) c6737cb.c) && C14957gcv.b((Object) this.j, (Object) c6737cb.j) && C14957gcv.b((Object) this.i, (Object) c6737cb.i) && C14957gcv.b((Object) this.d, (Object) c6737cb.d) && C14957gcv.b((Object) this.e, (Object) c6737cb.e) && C14957gcv.b((Object) this.a, (Object) c6737cb.a) && C14957gcv.b((Object) this.b, (Object) c6737cb.b); } }