package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.ek, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C11688ek { @SerializedName("auditTrailImage") private final String a; @SerializedName("xDeviceKey") private final String b; @SerializedName("faceScan") private final String c; @SerializedName("xUserAgent") private final String d; @SerializedName("lowQualityAuditTrailImage") private final String e; public C11688ek(String str, String str2, String str3, String str4, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); this.b = str; this.d = str2; this.c = str3; this.a = str4; this.e = str5; } public final String toString() { String str = this.b; String str2 = this.d; String str3 = this.c; String str4 = this.a; String str5 = this.e; StringBuilder sb = new StringBuilder("FaceTecVerifyByFaceRequest(xDeviceKey="); sb.append(str); sb.append(", xUserAgent="); sb.append(str2); sb.append(", faceScan="); sb.append(str3); sb.append(", auditTrailImage="); sb.append(str4); sb.append(", lowQualityAuditTrailImage="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((this.b.hashCode() * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C11688ek)) { return false; } C11688ek c11688ek = (C11688ek) obj; return C14957gcv.b((Object) this.b, (Object) c11688ek.b) && C14957gcv.b((Object) this.d, (Object) c11688ek.d) && C14957gcv.b((Object) this.c, (Object) c11688ek.c) && C14957gcv.b((Object) this.a, (Object) c11688ek.a) && C14957gcv.b((Object) this.e, (Object) c11688ek.e); } }