package o; import java.util.List; import org.threeten.bp.OffsetDateTime; /* renamed from: o.bGf, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C3777bGf { public final String a; public final String b; public final String c; public final String d; public String e; public C15612hBE f; public List g; public List h; public List i; public String j; public OffsetDateTime k; public String l; public final String m; public String n; /* renamed from: o, reason: collision with root package name */ public String f8539o; public C3777bGf(C15612hBE c15612hBE, String str, String str2, String str3, String str4, List list, List list2, List list3, OffsetDateTime offsetDateTime, String str5, String str6, String str7, String str8, String str9, String str10) { C14957gcv.e(c15612hBE, ""); this.f = c15612hBE; this.e = str; this.n = str2; this.f8539o = str3; this.j = str4; this.i = list; this.g = list2; this.h = list3; this.k = offsetDateTime; this.l = str5; this.c = str6; this.b = str7; this.m = str8; this.a = str9; this.d = str10; } public final String toString() { C15612hBE c15612hBE = this.f; String str = this.e; String str2 = this.n; String str3 = this.f8539o; String str4 = this.j; List list = this.i; List list2 = this.g; List list3 = this.h; OffsetDateTime offsetDateTime = this.k; String str5 = this.l; String str6 = this.c; String str7 = this.b; String str8 = this.m; String str9 = this.a; String str10 = this.d; StringBuilder sb = new StringBuilder("BulkTransferConfirmation(status="); sb.append(c15612hBE); sb.append(", 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(offsetDateTime); sb.append(", transactionId="); sb.append(str5); sb.append(", accountFrom="); sb.append(str6); sb.append(", groupId="); sb.append(str7); sb.append(", validateFaceType="); sb.append(str8); sb.append(", enrollType="); sb.append(str9); sb.append(", function="); sb.append(str10); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.f.hashCode(); String str = this.e; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.n; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f8539o; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.j; int hashCode5 = str4 == null ? 0 : str4.hashCode(); List list = this.i; int hashCode6 = list == null ? 0 : list.hashCode(); List list2 = this.g; int hashCode7 = list2 == null ? 0 : list2.hashCode(); List list3 = this.h; int hashCode8 = list3 == null ? 0 : list3.hashCode(); OffsetDateTime offsetDateTime = this.k; int hashCode9 = offsetDateTime == null ? 0 : offsetDateTime.hashCode(); String str5 = this.l; int hashCode10 = str5 == null ? 0 : str5.hashCode(); String str6 = this.c; int hashCode11 = str6 == null ? 0 : str6.hashCode(); String str7 = this.b; int hashCode12 = str7 == null ? 0 : str7.hashCode(); String str8 = this.m; int hashCode13 = str8 == null ? 0 : str8.hashCode(); String str9 = this.a; int hashCode14 = str9 == null ? 0 : str9.hashCode(); String str10 = 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) + (str10 != null ? str10.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C3777bGf)) { return false; } C3777bGf c3777bGf = (C3777bGf) obj; return C14957gcv.b(this.f, c3777bGf.f) && C14957gcv.b((Object) this.e, (Object) c3777bGf.e) && C14957gcv.b((Object) this.n, (Object) c3777bGf.n) && C14957gcv.b((Object) this.f8539o, (Object) c3777bGf.f8539o) && C14957gcv.b((Object) this.j, (Object) c3777bGf.j) && C14957gcv.b(this.i, c3777bGf.i) && C14957gcv.b(this.g, c3777bGf.g) && C14957gcv.b(this.h, c3777bGf.h) && C14957gcv.b(this.k, c3777bGf.k) && C14957gcv.b((Object) this.l, (Object) c3777bGf.l) && C14957gcv.b((Object) this.c, (Object) c3777bGf.c) && C14957gcv.b((Object) this.b, (Object) c3777bGf.b) && C14957gcv.b((Object) this.m, (Object) c3777bGf.m) && C14957gcv.b((Object) this.a, (Object) c3777bGf.a) && C14957gcv.b((Object) this.d, (Object) c3777bGf.d); } }