package o; import java.util.List; import org.threeten.bp.OffsetDateTime; /* renamed from: o.hZO, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C15658hZO { public final int a; public final Sts b; public final bTI c; public final Sts d; public final String e; public final String f; public final IeS g; public final String h; public final String i; public final String j; public final String k; public final List m; public final OffsetDateTime n; /* renamed from: o, reason: collision with root package name */ public final HBt f9158o; public C15658hZO(String str, int i, String str2, IeS ieS, HBt hBt, Sts sts, Sts sts2, String str3, String str4, OffsetDateTime offsetDateTime, String str5, String str6, List list, bTI bti) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(ieS, ""); C14957gcv.e(hBt, ""); C14957gcv.e(sts, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(offsetDateTime, ""); C14957gcv.e(str5, ""); C14957gcv.e(list, ""); C14957gcv.e(bti, ""); this.i = str; this.a = i; this.f = str2; this.g = ieS; this.f9158o = hBt; this.b = sts; this.d = sts2; this.k = str3; this.h = str4; this.n = offsetDateTime; this.j = str5; this.e = str6; this.m = list; this.c = bti; } /* renamed from: o.hZO$IeS */ /* loaded from: classes3.dex */ public static final class IeS { public final String a; private final String b; private final String c; public final String d; public final String e; public IeS(String str, String str2, String str3, String str4, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); this.c = str; this.b = str2; this.e = str3; this.a = str4; this.d = str5; } public final String toString() { String str = this.c; String str2 = this.b; String str3 = this.e; String str4 = this.a; String str5 = this.d; StringBuilder sb = new StringBuilder("Installment(code="); sb.append(str); sb.append(", description="); sb.append(str2); sb.append(", unit="); sb.append(str3); sb.append(", perUnit="); sb.append(str4); sb.append(", everyUnit="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((this.c.hashCode() * 31) + this.b.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode(); } 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.c, (Object) ieS.c) && C14957gcv.b((Object) this.b, (Object) ieS.b) && C14957gcv.b((Object) this.e, (Object) ieS.e) && C14957gcv.b((Object) this.a, (Object) ieS.a) && C14957gcv.b((Object) this.d, (Object) ieS.d); } } /* renamed from: o.hZO$Sts */ /* loaded from: classes3.dex */ public static final class Sts { public final double a; public final String b; public Sts(double d, String str) { C14957gcv.e(str, ""); this.a = d; this.b = str; } public final String toString() { double d = this.a; String str = this.b; StringBuilder sb = new StringBuilder("DutyStampFee(rate="); sb.append(d); sb.append(", amount="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { return (Double.hashCode(this.a) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Sts)) { return false; } Sts sts = (Sts) obj; return Double.compare(this.a, sts.a) == 0 && C14957gcv.b((Object) this.b, (Object) sts.b); } } /* renamed from: o.hZO$HBt */ /* loaded from: classes3.dex */ public static final class HBt { public final String b; private final int c; public HBt(int i, String str) { C14957gcv.e(str, ""); this.c = i; this.b = str; } public final String toString() { int i = this.c; String str = this.b; StringBuilder sb = new StringBuilder("RepaymentDate(code="); sb.append(i); sb.append(", description="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { return (Integer.hashCode(this.c) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof HBt)) { return false; } HBt hBt = (HBt) obj; return this.c == hBt.c && C14957gcv.b((Object) this.b, (Object) hBt.b); } } public final String toString() { String str = this.i; int i = this.a; String str2 = this.f; IeS ieS = this.g; HBt hBt = this.f9158o; Sts sts = this.b; Sts sts2 = this.d; String str3 = this.k; String str4 = this.h; OffsetDateTime offsetDateTime = this.n; String str5 = this.j; String str6 = this.e; List list = this.m; bTI bti = this.c; StringBuilder sb = new StringBuilder("HmlSetup(principal="); sb.append(str); sb.append(", duration="); sb.append(i); sb.append(", installmentAmount="); sb.append(str2); sb.append(", installment="); sb.append(ieS); sb.append(", repaymentDate="); sb.append(hBt); sb.append(", dutyStampFee="); sb.append(sts); sb.append(", frontEndFee="); sb.append(sts2); sb.append(", transferFee="); sb.append(str3); sb.append(", netTransferAmount="); sb.append(str4); sb.append(", repaymentStartDate="); sb.append(offsetDateTime); sb.append(", productType="); sb.append(str5); sb.append(", email="); sb.append(str6); sb.append(", promotion="); sb.append(list); sb.append(", customerType="); sb.append(bti); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.i.hashCode(); int hashCode2 = Integer.hashCode(this.a); int hashCode3 = this.f.hashCode(); int hashCode4 = this.g.hashCode(); int hashCode5 = this.f9158o.hashCode(); int hashCode6 = this.b.hashCode(); Sts sts = this.d; int hashCode7 = sts == null ? 0 : sts.hashCode(); int hashCode8 = this.k.hashCode(); int hashCode9 = this.h.hashCode(); int hashCode10 = this.n.hashCode(); int hashCode11 = this.j.hashCode(); String str = this.e; return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (str != null ? str.hashCode() : 0)) * 31) + this.m.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C15658hZO)) { return false; } C15658hZO c15658hZO = (C15658hZO) obj; return C14957gcv.b((Object) this.i, (Object) c15658hZO.i) && this.a == c15658hZO.a && C14957gcv.b((Object) this.f, (Object) c15658hZO.f) && C14957gcv.b(this.g, c15658hZO.g) && C14957gcv.b(this.f9158o, c15658hZO.f9158o) && C14957gcv.b(this.b, c15658hZO.b) && C14957gcv.b(this.d, c15658hZO.d) && C14957gcv.b((Object) this.k, (Object) c15658hZO.k) && C14957gcv.b((Object) this.h, (Object) c15658hZO.h) && C14957gcv.b(this.n, c15658hZO.n) && C14957gcv.b((Object) this.j, (Object) c15658hZO.j) && C14957gcv.b((Object) this.e, (Object) c15658hZO.e) && C14957gcv.b(this.m, c15658hZO.m) && this.c == c15658hZO.c; } }