package o; import java.util.List; /* renamed from: o.Np, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0746Np { public final List a; public final String b; public final String c; public final List d; public final String e; public final String f; public final String g; public final List j; /* JADX WARN: Multi-variable type inference failed */ public C0746Np(List list, List list2, List list3, String str, String str2, String str3, String str4, String str5) { C14957gcv.e(list, ""); C14957gcv.e(list2, ""); C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); this.a = list; this.d = list2; this.j = list3; this.c = str; this.g = str2; this.f = str3; this.b = str4; this.e = str5; } public final String toString() { List list = this.a; List list2 = this.d; List list3 = this.j; String str = this.c; String str2 = this.g; String str3 = this.f; String str4 = this.b; String str5 = this.e; StringBuilder sb = new StringBuilder("HmlLoanReviewDetailsDisplay(loanInfo="); sb.append(list); sb.append(", accountInfo="); sb.append(list2); sb.append(", taxFeesInfo="); sb.append(list3); sb.append(", netTransferAmount="); sb.append(str); sb.append(", repaymentDate="); sb.append(str2); sb.append(", repaymentFrequency="); sb.append(str3); sb.append(", estatementMail="); sb.append(str4); sb.append(", attentionText="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.a.hashCode(); int hashCode2 = this.d.hashCode(); List list = this.j; return (((((((((((((hashCode * 31) + hashCode2) * 31) + (list == null ? 0 : list.hashCode())) * 31) + this.c.hashCode()) * 31) + this.g.hashCode()) * 31) + this.f.hashCode()) * 31) + this.b.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0746Np)) { return false; } C0746Np c0746Np = (C0746Np) obj; return C14957gcv.b(this.a, c0746Np.a) && C14957gcv.b(this.d, c0746Np.d) && C14957gcv.b(this.j, c0746Np.j) && C14957gcv.b((Object) this.c, (Object) c0746Np.c) && C14957gcv.b((Object) this.g, (Object) c0746Np.g) && C14957gcv.b((Object) this.f, (Object) c0746Np.f) && C14957gcv.b((Object) this.b, (Object) c0746Np.b) && C14957gcv.b((Object) this.e, (Object) c0746Np.e); } }