package o; import java.util.List; /* renamed from: o.Kj, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0600Kj { public final String a; public final List b; public final String c; public final String d; public final String e; public final List g; public final C0616Ks i; public final String j; public /* synthetic */ C0600Kj(List list, List list2, String str, String str2, C0616Ks c0616Ks, int i) { this(list, list2, str, str2, (i & 16) != 0 ? null : c0616Ks, null, null, null); } /* JADX WARN: Multi-variable type inference failed */ public C0600Kj(List list, List list2, String str, String str2, C0616Ks c0616Ks, String str3, String str4, String str5) { C14957gcv.e(list, ""); C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.g = list; this.b = list2; this.a = str; this.e = str2; this.i = c0616Ks; this.j = str3; this.c = str4; this.d = str5; } public final String toString() { List list = this.g; List list2 = this.b; String str = this.a; String str2 = this.e; C0616Ks c0616Ks = this.i; String str3 = this.j; String str4 = this.c; String str5 = this.d; StringBuilder sb = new StringBuilder("EasycashSummaryDisplay(summary="); sb.append(list); sb.append(", successful="); sb.append(list2); sb.append(", disclaimerHeader="); sb.append(str); sb.append(", disclaimerDescription="); sb.append(str2); sb.append(", successfulDetailDisplay="); sb.append(c0616Ks); sb.append(", tenor="); sb.append(str3); sb.append(", amount="); sb.append(str4); sb.append(", income="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.g.hashCode(); List list = this.b; int hashCode2 = list == null ? 0 : list.hashCode(); int hashCode3 = this.a.hashCode(); int hashCode4 = this.e.hashCode(); C0616Ks c0616Ks = this.i; int hashCode5 = c0616Ks == null ? 0 : c0616Ks.hashCode(); String str = this.j; int hashCode6 = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode7 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0600Kj)) { return false; } C0600Kj c0600Kj = (C0600Kj) obj; return C14957gcv.b(this.g, c0600Kj.g) && C14957gcv.b(this.b, c0600Kj.b) && C14957gcv.b((Object) this.a, (Object) c0600Kj.a) && C14957gcv.b((Object) this.e, (Object) c0600Kj.e) && C14957gcv.b(this.i, c0600Kj.i) && C14957gcv.b((Object) this.j, (Object) c0600Kj.j) && C14957gcv.b((Object) this.c, (Object) c0600Kj.c) && C14957gcv.b((Object) this.d, (Object) c0600Kj.d); } }