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

72 lines
2.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ep, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C11953ep {
@SerializedName("auditTrailImage")
private final String a;
@SerializedName("xUserAgent")
private final String b;
@SerializedName("lowQualityAuditTrailImage")
private final String c;
@SerializedName("faceScan")
private final String d;
@SerializedName("xDeviceKey")
private final String e;
public C11953ep(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.e = str;
this.b = str2;
this.d = str3;
this.a = str4;
this.c = str5;
}
public final String toString() {
String str = this.e;
String str2 = this.b;
String str3 = this.d;
String str4 = this.a;
String str5 = this.c;
StringBuilder sb = new StringBuilder("FaceTecResetPinVerifyByFaceRequest(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.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C11953ep)) {
return false;
}
C11953ep c11953ep = (C11953ep) obj;
return C14957gcv.b((Object) this.e, (Object) c11953ep.e) && C14957gcv.b((Object) this.b, (Object) c11953ep.b) && C14957gcv.b((Object) this.d, (Object) c11953ep.d) && C14957gcv.b((Object) this.a, (Object) c11953ep.a) && C14957gcv.b((Object) this.c, (Object) c11953ep.c);
}
}