89 lines
2.8 KiB
Java
89 lines
2.8 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.bN, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C3999bN {
|
|
|
|
@SerializedName("faceScan")
|
|
private final String a;
|
|
|
|
@SerializedName("auditTrailImage")
|
|
private final String b;
|
|
|
|
@SerializedName("ndidType")
|
|
private final String c;
|
|
|
|
@SerializedName("requestId")
|
|
private final String d;
|
|
|
|
@SerializedName("lowQualityAuditTrailImage")
|
|
private final String e;
|
|
|
|
@SerializedName("xUserAgent")
|
|
private final String f;
|
|
|
|
@SerializedName("xDeviceKey")
|
|
private final String h;
|
|
|
|
public C3999bN(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
this.c = str;
|
|
this.d = str2;
|
|
this.h = str3;
|
|
this.f = str4;
|
|
this.a = str5;
|
|
this.b = str6;
|
|
this.e = str7;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.d;
|
|
String str3 = this.h;
|
|
String str4 = this.f;
|
|
String str5 = this.a;
|
|
String str6 = this.b;
|
|
String str7 = this.e;
|
|
StringBuilder sb = new StringBuilder("IdpFaceTecLivenessRequest(ndidType=");
|
|
sb.append(str);
|
|
sb.append(", requestId=");
|
|
sb.append(str2);
|
|
sb.append(", xDeviceKey=");
|
|
sb.append(str3);
|
|
sb.append(", xUserAgent=");
|
|
sb.append(str4);
|
|
sb.append(", faceScan=");
|
|
sb.append(str5);
|
|
sb.append(", auditTrailImage=");
|
|
sb.append(str6);
|
|
sb.append(", lowQualityAuditTrailImage=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
String str = this.d;
|
|
return (((((((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.h.hashCode()) * 31) + this.f.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C3999bN)) {
|
|
return false;
|
|
}
|
|
C3999bN c3999bN = (C3999bN) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c3999bN.c) && C14957gcv.b((Object) this.d, (Object) c3999bN.d) && C14957gcv.b((Object) this.h, (Object) c3999bN.h) && C14957gcv.b((Object) this.f, (Object) c3999bN.f) && C14957gcv.b((Object) this.a, (Object) c3999bN.a) && C14957gcv.b((Object) this.b, (Object) c3999bN.b) && C14957gcv.b((Object) this.e, (Object) c3999bN.e);
|
|
}
|
|
}
|