package o; import com.google.gson.annotations.SerializedName; import com.scb.phone.data.entity.transfer.SingleDataEntity; import java.util.List; /* loaded from: classes3.dex */ public final class VXo extends C16562pOe { @SerializedName("otherList") public final List> a; @SerializedName("groupName") public final String b; @SerializedName("groupId") public final String c; @SerializedName("accountFromName") public final String d; @SerializedName("amount") public final String e; @SerializedName("scbList") public final List> f; @SerializedName("ownList") public final List> g; @SerializedName("totalFee") public final String h; @SerializedName("transactionToken") public final String i; @SerializedName("totalAmount") public final String j; @SerializedName("warningHeader") public final String l; @SerializedName("transactionType") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("warningMsg") public final String f8418o; public final String toString() { String str = this.d; String str2 = this.c; String str3 = this.b; String str4 = this.e; String str5 = this.h; String str6 = this.j; String str7 = this.i; List> list = this.g; List> list2 = this.a; List> list3 = this.f; String str8 = this.l; String str9 = this.f8418o; String str10 = this.n; StringBuilder sb = new StringBuilder("BulkTransferVerificationEntity(accountFromName="); sb.append(str); sb.append(", groupId="); sb.append(str2); sb.append(", groupName="); sb.append(str3); sb.append(", amount="); sb.append(str4); sb.append(", totalFee="); sb.append(str5); sb.append(", totalAmount="); sb.append(str6); sb.append(", transactionToken="); sb.append(str7); sb.append(", ownList="); sb.append(list); sb.append(", otherList="); sb.append(list2); sb.append(", scbList="); sb.append(list3); sb.append(", warningHeader="); sb.append(str8); sb.append(", warningMsg="); sb.append(str9); sb.append(", transactionType="); sb.append(str10); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode3 = str3 == null ? 0 : str3.hashCode(); int hashCode4 = this.e.hashCode(); int hashCode5 = this.h.hashCode(); int hashCode6 = this.j.hashCode(); int hashCode7 = this.i.hashCode(); List> list = this.g; int hashCode8 = list == null ? 0 : list.hashCode(); List> list2 = this.a; int hashCode9 = list2 == null ? 0 : list2.hashCode(); List> list3 = this.f; int hashCode10 = list3 == null ? 0 : list3.hashCode(); String str4 = this.l; int hashCode11 = str4 == null ? 0 : str4.hashCode(); String str5 = this.f8418o; int hashCode12 = str5 == null ? 0 : str5.hashCode(); String str6 = this.n; 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) + (str6 != null ? str6.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof VXo)) { return false; } VXo vXo = (VXo) obj; return C14957gcv.b((Object) this.d, (Object) vXo.d) && C14957gcv.b((Object) this.c, (Object) vXo.c) && C14957gcv.b((Object) this.b, (Object) vXo.b) && C14957gcv.b((Object) this.e, (Object) vXo.e) && C14957gcv.b((Object) this.h, (Object) vXo.h) && C14957gcv.b((Object) this.j, (Object) vXo.j) && C14957gcv.b((Object) this.i, (Object) vXo.i) && C14957gcv.b(this.g, vXo.g) && C14957gcv.b(this.a, vXo.a) && C14957gcv.b(this.f, vXo.f) && C14957gcv.b((Object) this.l, (Object) vXo.l) && C14957gcv.b((Object) this.f8418o, (Object) vXo.f8418o) && C14957gcv.b((Object) this.n, (Object) vXo.n); } }