100 lines
3.3 KiB
Java
100 lines
3.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import io.beid.beidk.definitions.BeIDParams;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class fMT {
|
|
|
|
@SerializedName("accountFrom")
|
|
public final String a;
|
|
|
|
@SerializedName("amount")
|
|
public final String b;
|
|
|
|
@SerializedName("function")
|
|
public final String c;
|
|
|
|
@SerializedName("accountTo")
|
|
public final String d;
|
|
|
|
@SerializedName("enrollType")
|
|
public final String e;
|
|
|
|
@SerializedName("limitAmount")
|
|
public final String f;
|
|
|
|
@SerializedName("validateFaceType")
|
|
public final String g;
|
|
|
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
|
public final String h;
|
|
|
|
@SerializedName("transactionDateTime")
|
|
public final String i;
|
|
|
|
public final String toString() {
|
|
String str = this.i;
|
|
String str2 = this.h;
|
|
String str3 = this.c;
|
|
String str4 = this.e;
|
|
String str5 = this.g;
|
|
String str6 = this.f;
|
|
String str7 = this.a;
|
|
String str8 = this.d;
|
|
String str9 = this.b;
|
|
StringBuilder sb = new StringBuilder("PayNowConfirmationEntity(transactionDateTime=");
|
|
sb.append(str);
|
|
sb.append(", transactionId=");
|
|
sb.append(str2);
|
|
sb.append(", function=");
|
|
sb.append(str3);
|
|
sb.append(", enrollType=");
|
|
sb.append(str4);
|
|
sb.append(", validateFaceType=");
|
|
sb.append(str5);
|
|
sb.append(", limitAmount=");
|
|
sb.append(str6);
|
|
sb.append(", accountFrom=");
|
|
sb.append(str7);
|
|
sb.append(", accountTo=");
|
|
sb.append(str8);
|
|
sb.append(", amount=");
|
|
sb.append(str9);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.i;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.h;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.c;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.e;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.g;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.f;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.a;
|
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.d;
|
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.b;
|
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str9 != null ? str9.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof fMT)) {
|
|
return false;
|
|
}
|
|
fMT fmt = (fMT) obj;
|
|
return C14957gcv.b((Object) this.i, (Object) fmt.i) && C14957gcv.b((Object) this.h, (Object) fmt.h) && C14957gcv.b((Object) this.c, (Object) fmt.c) && C14957gcv.b((Object) this.e, (Object) fmt.e) && C14957gcv.b((Object) this.g, (Object) fmt.g) && C14957gcv.b((Object) this.f, (Object) fmt.f) && C14957gcv.b((Object) this.a, (Object) fmt.a) && C14957gcv.b((Object) this.d, (Object) fmt.d) && C14957gcv.b((Object) this.b, (Object) fmt.b);
|
|
}
|
|
}
|