143 lines
5.2 KiB
Java
143 lines
5.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
|
import io.beid.beidk.definitions.BeIDParams;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class yqh extends C16562pOe {
|
|
|
|
@SerializedName("groupId")
|
|
public final String a;
|
|
|
|
@SerializedName("function")
|
|
public final String b;
|
|
|
|
@SerializedName("enrollType")
|
|
public final String c;
|
|
|
|
@SerializedName("accountFrom")
|
|
public final String d;
|
|
|
|
@SerializedName("amount")
|
|
public final String e;
|
|
|
|
@SerializedName("scbList")
|
|
public final List<SingleDataEntity<XvE>> f;
|
|
|
|
@SerializedName("remainingBalance")
|
|
public final String g;
|
|
|
|
@SerializedName("ownList")
|
|
public final List<SingleDataEntity<XvE>> h;
|
|
|
|
@SerializedName("otherList")
|
|
public final List<SingleDataEntity<XvE>> i;
|
|
|
|
@SerializedName("totalAmount")
|
|
public final String j;
|
|
|
|
@SerializedName("validateFaceType")
|
|
public final String k;
|
|
|
|
@SerializedName("transactionDateTime")
|
|
public final String l;
|
|
|
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
|
public final String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("totalFee")
|
|
public final String f9328o;
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.f9328o;
|
|
String str3 = this.j;
|
|
String str4 = this.g;
|
|
List<SingleDataEntity<XvE>> list = this.h;
|
|
List<SingleDataEntity<XvE>> list2 = this.i;
|
|
List<SingleDataEntity<XvE>> list3 = this.f;
|
|
String str5 = this.l;
|
|
String str6 = this.n;
|
|
String str7 = this.d;
|
|
String str8 = this.a;
|
|
String str9 = this.k;
|
|
String str10 = this.c;
|
|
String str11 = this.b;
|
|
StringBuilder sb = new StringBuilder("BulkTransferConfirmationEntity(amount=");
|
|
sb.append(str);
|
|
sb.append(", totalFee=");
|
|
sb.append(str2);
|
|
sb.append(", totalAmount=");
|
|
sb.append(str3);
|
|
sb.append(", remainingBalance=");
|
|
sb.append(str4);
|
|
sb.append(", ownList=");
|
|
sb.append(list);
|
|
sb.append(", otherList=");
|
|
sb.append(list2);
|
|
sb.append(", scbList=");
|
|
sb.append(list3);
|
|
sb.append(", transactionDateTime=");
|
|
sb.append(str5);
|
|
sb.append(", transactionId=");
|
|
sb.append(str6);
|
|
sb.append(", accountFrom=");
|
|
sb.append(str7);
|
|
sb.append(", groupId=");
|
|
sb.append(str8);
|
|
sb.append(", validateFaceType=");
|
|
sb.append(str9);
|
|
sb.append(", enrollType=");
|
|
sb.append(str10);
|
|
sb.append(", function=");
|
|
sb.append(str11);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.f9328o;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.j;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.g;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
List<SingleDataEntity<XvE>> list = this.h;
|
|
int hashCode5 = list == null ? 0 : list.hashCode();
|
|
List<SingleDataEntity<XvE>> list2 = this.i;
|
|
int hashCode6 = list2 == null ? 0 : list2.hashCode();
|
|
List<SingleDataEntity<XvE>> list3 = this.f;
|
|
int hashCode7 = list3 == null ? 0 : list3.hashCode();
|
|
String str5 = this.l;
|
|
int hashCode8 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.n;
|
|
int hashCode9 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.d;
|
|
int hashCode10 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.a;
|
|
int hashCode11 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.k;
|
|
int hashCode12 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.c;
|
|
int hashCode13 = str10 == null ? 0 : str10.hashCode();
|
|
String str11 = this.b;
|
|
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) + (str11 != null ? str11.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof yqh)) {
|
|
return false;
|
|
}
|
|
yqh yqhVar = (yqh) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) yqhVar.e) && C14957gcv.b((Object) this.f9328o, (Object) yqhVar.f9328o) && C14957gcv.b((Object) this.j, (Object) yqhVar.j) && C14957gcv.b((Object) this.g, (Object) yqhVar.g) && C14957gcv.b(this.h, yqhVar.h) && C14957gcv.b(this.i, yqhVar.i) && C14957gcv.b(this.f, yqhVar.f) && C14957gcv.b((Object) this.l, (Object) yqhVar.l) && C14957gcv.b((Object) this.n, (Object) yqhVar.n) && C14957gcv.b((Object) this.d, (Object) yqhVar.d) && C14957gcv.b((Object) this.a, (Object) yqhVar.a) && C14957gcv.b((Object) this.k, (Object) yqhVar.k) && C14957gcv.b((Object) this.c, (Object) yqhVar.c) && C14957gcv.b((Object) this.b, (Object) yqhVar.b);
|
|
}
|
|
}
|