package o; import java.util.List; import org.threeten.bp.OffsetDateTime; /* loaded from: classes3.dex */ public final class TPf { public final C15890jRd a; public final RVV b; public final String c; public final List d; public final List e; public final String i; public TPf(RVV rvv, C15890jRd c15890jRd, String str, List list, String str2, List list2) { C14957gcv.e(rvv, ""); C14957gcv.e(c15890jRd, ""); C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(list2, ""); this.b = rvv; this.a = c15890jRd; this.c = str; this.d = list; this.i = str2; this.e = list2; } /* loaded from: classes3.dex */ public static final class RVV { public final double a; public final double b; public final double c; public final String d; public final double e; public final String f; public final double g; public final String h; public final String i; public final double j; public final String k; public RVV(String str, String str2, String str3, String str4, String str5, double d, double d2, double d3, double d4, double d5, double d6) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); this.f = str; this.d = str2; this.h = str3; this.k = str4; this.i = str5; this.a = d; this.b = d2; this.g = d3; this.c = d4; this.e = d5; this.j = d6; } public final String toString() { String str = this.f; String str2 = this.d; String str3 = this.h; String str4 = this.k; String str5 = this.i; double d = this.a; double d2 = this.b; double d3 = this.g; double d4 = this.c; double d5 = this.e; double d6 = this.j; StringBuilder sb = new StringBuilder("ClosingAccount(name="); sb.append(str); sb.append(", branch="); sb.append(str2); sb.append(", number="); sb.append(str3); sb.append(", type="); sb.append(str4); sb.append(", subAttribute="); sb.append(str5); sb.append(", balance="); sb.append(d); sb.append(", interest="); sb.append(d2); sb.append(", tax="); sb.append(d3); sb.append(", closingFee="); sb.append(d4); sb.append(", irFee="); sb.append(d5); sb.append(", netAmount="); sb.append(d6); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((((((((this.f.hashCode() * 31) + this.d.hashCode()) * 31) + this.h.hashCode()) * 31) + this.k.hashCode()) * 31) + this.i.hashCode()) * 31) + Double.hashCode(this.a)) * 31) + Double.hashCode(this.b)) * 31) + Double.hashCode(this.g)) * 31) + Double.hashCode(this.c)) * 31) + Double.hashCode(this.e)) * 31) + Double.hashCode(this.j); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof RVV)) { return false; } RVV rvv = (RVV) obj; return C14957gcv.b((Object) this.f, (Object) rvv.f) && C14957gcv.b((Object) this.d, (Object) rvv.d) && C14957gcv.b((Object) this.h, (Object) rvv.h) && C14957gcv.b((Object) this.k, (Object) rvv.k) && C14957gcv.b((Object) this.i, (Object) rvv.i) && Double.compare(this.a, rvv.a) == 0 && Double.compare(this.b, rvv.b) == 0 && Double.compare(this.g, rvv.g) == 0 && Double.compare(this.c, rvv.c) == 0 && Double.compare(this.e, rvv.e) == 0 && Double.compare(this.j, rvv.j) == 0; } } /* loaded from: classes3.dex */ public static final class IeS { public final double a; public final double b; public final OffsetDateTime c; public final OffsetDateTime d; public final double e; public final String f; public final double g; public final double h; public IeS(String str, OffsetDateTime offsetDateTime, double d, double d2, double d3, OffsetDateTime offsetDateTime2, double d4, double d5) { C14957gcv.e(str, ""); this.f = str; this.c = offsetDateTime; this.b = d; this.a = d2; this.e = d3; this.d = offsetDateTime2; this.h = d4; this.g = d5; } public final String toString() { String str = this.f; OffsetDateTime offsetDateTime = this.c; double d = this.b; double d2 = this.a; double d3 = this.e; OffsetDateTime offsetDateTime2 = this.d; double d4 = this.h; double d5 = this.g; StringBuilder sb = new StringBuilder("SubDeposit(number="); sb.append(str); sb.append(", date="); sb.append(offsetDateTime); sb.append(", deposit="); sb.append(d); sb.append(", interest="); sb.append(d2); sb.append(", interestRate="); sb.append(d3); sb.append(", maturityDate="); sb.append(offsetDateTime2); sb.append(", tax="); sb.append(d4); sb.append(", totalAmount="); sb.append(d5); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.f.hashCode(); OffsetDateTime offsetDateTime = this.c; int hashCode2 = offsetDateTime == null ? 0 : offsetDateTime.hashCode(); int hashCode3 = Double.hashCode(this.b); int hashCode4 = Double.hashCode(this.a); int hashCode5 = Double.hashCode(this.e); OffsetDateTime offsetDateTime2 = this.d; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (offsetDateTime2 != null ? offsetDateTime2.hashCode() : 0)) * 31) + Double.hashCode(this.h)) * 31) + Double.hashCode(this.g); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof IeS)) { return false; } IeS ieS = (IeS) obj; return C14957gcv.b((Object) this.f, (Object) ieS.f) && C14957gcv.b(this.c, ieS.c) && Double.compare(this.b, ieS.b) == 0 && Double.compare(this.a, ieS.a) == 0 && Double.compare(this.e, ieS.e) == 0 && C14957gcv.b(this.d, ieS.d) && Double.compare(this.h, ieS.h) == 0 && Double.compare(this.g, ieS.g) == 0; } } public final String toString() { RVV rvv = this.b; C15890jRd c15890jRd = this.a; String str = this.c; List list = this.d; String str2 = this.i; List list2 = this.e; StringBuilder sb = new StringBuilder("CloseAccountEligibilityValidation(closingAccount="); sb.append(rvv); sb.append(", receivingAccount="); sb.append(c15890jRd); sb.append(", email="); sb.append(str); sb.append(", subDeposit="); sb.append(list); sb.append(", transactionToken="); sb.append(str2); sb.append(", remarks="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.b.hashCode(); int hashCode2 = this.a.hashCode(); int hashCode3 = this.c.hashCode(); List list = this.d; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list == null ? 0 : list.hashCode())) * 31) + this.i.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof TPf)) { return false; } TPf tPf = (TPf) obj; return C14957gcv.b(this.b, tPf.b) && C14957gcv.b(this.a, tPf.a) && C14957gcv.b((Object) this.c, (Object) tPf.c) && C14957gcv.b(this.d, tPf.d) && C14957gcv.b((Object) this.i, (Object) tPf.i) && C14957gcv.b(this.e, tPf.e); } }