212 lines
7.7 KiB
Java
212 lines
7.7 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.fA, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C12537fA {
|
|
|
|
@SerializedName("auditTrailImage")
|
|
private final String a;
|
|
|
|
@SerializedName("accountFrom")
|
|
private final String b;
|
|
|
|
@SerializedName("accountTo")
|
|
private final String c;
|
|
|
|
@SerializedName("accountType")
|
|
private final String d;
|
|
|
|
@SerializedName("amount")
|
|
private final String e;
|
|
|
|
@SerializedName("enrollType")
|
|
private final String f;
|
|
|
|
@SerializedName("function")
|
|
private final String g;
|
|
|
|
@SerializedName("groupId")
|
|
private final String h;
|
|
|
|
@SerializedName("faceScan")
|
|
private final String i;
|
|
|
|
@SerializedName("consentType")
|
|
private final String j;
|
|
|
|
@SerializedName("sourceModule")
|
|
private final String k;
|
|
|
|
@SerializedName("subFunction")
|
|
private final String l;
|
|
|
|
@SerializedName("limitType")
|
|
private final String m;
|
|
|
|
@SerializedName("lowQualityAuditTrailImage")
|
|
private final String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("tilesVersion")
|
|
private final String f9091o;
|
|
|
|
@SerializedName("xDeviceKey")
|
|
private final String p;
|
|
|
|
@SerializedName("transferTransactionToken")
|
|
private final String q;
|
|
|
|
@SerializedName("xUserAgent")
|
|
private final String r;
|
|
|
|
@SerializedName("transactionToken")
|
|
private final String s;
|
|
|
|
@SerializedName("validateFaceType")
|
|
private final String t;
|
|
|
|
public C12537fA(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, String str15, String str16, String str17, String str18, String str19, String str20) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str14, "");
|
|
this.p = str;
|
|
this.r = str2;
|
|
this.i = str3;
|
|
this.a = str4;
|
|
this.n = str5;
|
|
this.k = str6;
|
|
this.s = str7;
|
|
this.q = str8;
|
|
this.b = str9;
|
|
this.c = str10;
|
|
this.e = str11;
|
|
this.t = str12;
|
|
this.f = str13;
|
|
this.g = str14;
|
|
this.l = str15;
|
|
this.m = str16;
|
|
this.j = str17;
|
|
this.f9091o = str18;
|
|
this.h = str19;
|
|
this.d = str20;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.p;
|
|
String str2 = this.r;
|
|
String str3 = this.i;
|
|
String str4 = this.a;
|
|
String str5 = this.n;
|
|
String str6 = this.k;
|
|
String str7 = this.s;
|
|
String str8 = this.q;
|
|
String str9 = this.b;
|
|
String str10 = this.c;
|
|
String str11 = this.e;
|
|
String str12 = this.t;
|
|
String str13 = this.f;
|
|
String str14 = this.g;
|
|
String str15 = this.l;
|
|
String str16 = this.m;
|
|
String str17 = this.j;
|
|
String str18 = this.f9091o;
|
|
String str19 = this.h;
|
|
String str20 = this.d;
|
|
StringBuilder sb = new StringBuilder("TransferVerifyByFaceRequest(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(", sourceModule=");
|
|
sb.append(str6);
|
|
sb.append(", transactionToken=");
|
|
sb.append(str7);
|
|
sb.append(", transferTransactionToken=");
|
|
sb.append(str8);
|
|
sb.append(", accountFrom=");
|
|
sb.append(str9);
|
|
sb.append(", accountTo=");
|
|
sb.append(str10);
|
|
sb.append(", amount=");
|
|
sb.append(str11);
|
|
sb.append(", validateFaceType=");
|
|
sb.append(str12);
|
|
sb.append(", enrollType=");
|
|
sb.append(str13);
|
|
sb.append(", function=");
|
|
sb.append(str14);
|
|
sb.append(", subFunction=");
|
|
sb.append(str15);
|
|
sb.append(", limitType=");
|
|
sb.append(str16);
|
|
sb.append(", consentType=");
|
|
sb.append(str17);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str18);
|
|
sb.append(", groupId=");
|
|
sb.append(str19);
|
|
sb.append(", accountType=");
|
|
sb.append(str20);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.p.hashCode();
|
|
int hashCode2 = this.r.hashCode();
|
|
int hashCode3 = this.i.hashCode();
|
|
int hashCode4 = this.a.hashCode();
|
|
int hashCode5 = this.n.hashCode();
|
|
int hashCode6 = this.k.hashCode();
|
|
String str = this.s;
|
|
int hashCode7 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.q;
|
|
int hashCode8 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode9 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
int hashCode10 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.e;
|
|
int hashCode11 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.t;
|
|
int hashCode12 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.f;
|
|
int hashCode13 = str7 == null ? 0 : str7.hashCode();
|
|
int hashCode14 = this.g.hashCode();
|
|
String str8 = this.l;
|
|
int hashCode15 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.m;
|
|
int hashCode16 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.j;
|
|
int hashCode17 = str10 == null ? 0 : str10.hashCode();
|
|
String str11 = this.f9091o;
|
|
int hashCode18 = str11 == null ? 0 : str11.hashCode();
|
|
String str12 = this.h;
|
|
int hashCode19 = str12 == null ? 0 : str12.hashCode();
|
|
String str13 = this.d;
|
|
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) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + hashCode19) * 31) + (str13 != null ? str13.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C12537fA)) {
|
|
return false;
|
|
}
|
|
C12537fA c12537fA = (C12537fA) obj;
|
|
return C14957gcv.b((Object) this.p, (Object) c12537fA.p) && C14957gcv.b((Object) this.r, (Object) c12537fA.r) && C14957gcv.b((Object) this.i, (Object) c12537fA.i) && C14957gcv.b((Object) this.a, (Object) c12537fA.a) && C14957gcv.b((Object) this.n, (Object) c12537fA.n) && C14957gcv.b((Object) this.k, (Object) c12537fA.k) && C14957gcv.b((Object) this.s, (Object) c12537fA.s) && C14957gcv.b((Object) this.q, (Object) c12537fA.q) && C14957gcv.b((Object) this.b, (Object) c12537fA.b) && C14957gcv.b((Object) this.c, (Object) c12537fA.c) && C14957gcv.b((Object) this.e, (Object) c12537fA.e) && C14957gcv.b((Object) this.t, (Object) c12537fA.t) && C14957gcv.b((Object) this.f, (Object) c12537fA.f) && C14957gcv.b((Object) this.g, (Object) c12537fA.g) && C14957gcv.b((Object) this.l, (Object) c12537fA.l) && C14957gcv.b((Object) this.m, (Object) c12537fA.m) && C14957gcv.b((Object) this.j, (Object) c12537fA.j) && C14957gcv.b((Object) this.f9091o, (Object) c12537fA.f9091o) && C14957gcv.b((Object) this.h, (Object) c12537fA.h) && C14957gcv.b((Object) this.d, (Object) c12537fA.d);
|
|
}
|
|
}
|