package o; import java.util.List; /* loaded from: classes3.dex */ public final class ENH { public final String a; public final Wcm b; public final Wcm c; public final String d; public final String e; public final String f; public final String g; public final BBP h; public final String i; public final String j; public final String k; public final String l; public final String m; public final String n; /* renamed from: o, reason: collision with root package name */ public final List f8142o; private final String p; public final String q; public ENH(String str, String str2, String str3, String str4, String str5, String str6, BBP bbp, String str7, Wcm wcm, Wcm wcm2, String str8, String str9, List list, String str10, String str11, String str12, String str13) { C14957gcv.e(str, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(bbp, ""); this.g = str; this.i = str2; this.j = str3; this.l = str4; this.e = str5; this.a = str6; this.h = bbp; this.p = str7; this.b = wcm; this.c = wcm2; this.q = str8; this.k = str9; this.f8142o = list; this.f = str10; this.n = str11; this.m = str12; this.d = str13; } public final String toString() { String str = this.g; String str2 = this.i; String str3 = this.j; String str4 = this.l; String str5 = this.e; String str6 = this.a; BBP bbp = this.h; String str7 = this.p; Wcm wcm = this.b; Wcm wcm2 = this.c; String str8 = this.q; String str9 = this.k; List list = this.f8142o; String str10 = this.f; String str11 = this.n; String str12 = this.m; String str13 = this.d; StringBuilder sb = new StringBuilder("LoanOffers(offerId="); sb.append(str); sb.append(", offerType="); sb.append(str2); sb.append(", offerDescription="); sb.append(str3); sb.append(", principal="); sb.append(str4); sb.append(", duration="); sb.append(str5); sb.append(", installmentAmount="); sb.append(str6); sb.append(", installmentFrequency="); sb.append(bbp); sb.append(", repaymentDate="); sb.append(str7); sb.append(", dutyStampFee="); sb.append(wcm); sb.append(", frontEndFee="); sb.append(wcm2); sb.append(", transferFee="); sb.append(str8); sb.append(", repaymentStartDate="); sb.append(str9); sb.append(", promotions="); sb.append(list); sb.append(", netAmountReceived="); sb.append(str10); sb.append(", sortSequence="); sb.append(str11); sb.append(", title="); sb.append(str12); sb.append(", iconPath="); sb.append(str13); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.g.hashCode(); String str = this.i; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.j; int hashCode3 = str2 == null ? 0 : str2.hashCode(); int hashCode4 = this.l.hashCode(); int hashCode5 = this.e.hashCode(); int hashCode6 = this.a.hashCode(); int hashCode7 = this.h.hashCode(); String str3 = this.p; int hashCode8 = str3 == null ? 0 : str3.hashCode(); Wcm wcm = this.b; int hashCode9 = wcm == null ? 0 : wcm.hashCode(); Wcm wcm2 = this.c; int hashCode10 = wcm2 == null ? 0 : wcm2.hashCode(); String str4 = this.q; int hashCode11 = str4 == null ? 0 : str4.hashCode(); String str5 = this.k; int hashCode12 = str5 == null ? 0 : str5.hashCode(); List list = this.f8142o; int hashCode13 = list == null ? 0 : list.hashCode(); String str6 = this.f; int hashCode14 = str6 == null ? 0 : str6.hashCode(); String str7 = this.n; int hashCode15 = str7 == null ? 0 : str7.hashCode(); String str8 = this.m; int hashCode16 = str8 == null ? 0 : str8.hashCode(); String str9 = 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) + hashCode15) * 31) + hashCode16) * 31) + (str9 != null ? str9.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof ENH)) { return false; } ENH enh = (ENH) obj; return C14957gcv.b((Object) this.g, (Object) enh.g) && C14957gcv.b((Object) this.i, (Object) enh.i) && C14957gcv.b((Object) this.j, (Object) enh.j) && C14957gcv.b((Object) this.l, (Object) enh.l) && C14957gcv.b((Object) this.e, (Object) enh.e) && C14957gcv.b((Object) this.a, (Object) enh.a) && C14957gcv.b(this.h, enh.h) && C14957gcv.b((Object) this.p, (Object) enh.p) && C14957gcv.b(this.b, enh.b) && C14957gcv.b(this.c, enh.c) && C14957gcv.b((Object) this.q, (Object) enh.q) && C14957gcv.b((Object) this.k, (Object) enh.k) && C14957gcv.b(this.f8142o, enh.f8142o) && C14957gcv.b((Object) this.f, (Object) enh.f) && C14957gcv.b((Object) this.n, (Object) enh.n) && C14957gcv.b((Object) this.m, (Object) enh.m) && C14957gcv.b((Object) this.d, (Object) enh.d); } }