package o; import java.util.List; /* loaded from: classes3.dex */ public final class qqq extends Pag { public final Fut a; public final boolean b; public final String c; public final boolean d; public final String f; public final List h; public final String j; public qqq(boolean z, Fut fut, String str, String str2, List list, boolean z2, String str3) { this.b = z; this.a = fut; this.j = str; this.c = str2; this.h = list; this.d = z2; this.f = str3; } public final String toString() { boolean z = this.b; Fut fut = this.a; String str = this.j; String str2 = this.c; List list = this.h; boolean z2 = this.d; String str3 = this.f; StringBuilder sb = new StringBuilder("TempLimitCriteria(isPreApproved="); sb.append(z); sb.append(", additionalCreditLimit="); sb.append(fut); sb.append(", startDate="); sb.append(str); sb.append(", expiryDate="); sb.append(str2); sb.append(", reasons="); sb.append(list); sb.append(", isPreApprovedValid="); sb.append(z2); sb.append(", remarkReview="); sb.append(str3); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ /* JADX WARN: Type inference failed for: r0v1, types: [int] */ /* JADX WARN: Type inference failed for: r0v14 */ /* JADX WARN: Type inference failed for: r0v15 */ public final int hashCode() { boolean z = this.b; ?? r0 = z; if (z) { r0 = 1; } Fut fut = this.a; int hashCode = fut == null ? 0 : fut.hashCode(); String str = this.j; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode3 = str2 == null ? 0 : str2.hashCode(); List list = this.h; int hashCode4 = list == null ? 0 : list.hashCode(); boolean z2 = this.d; int i = z2 ? 1 : z2 ? 1 : 0; String str3 = this.f; return (((((((((((r0 * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof qqq)) { return false; } qqq qqqVar = (qqq) obj; return this.b == qqqVar.b && C14957gcv.b(this.a, qqqVar.a) && C14957gcv.b((Object) this.j, (Object) qqqVar.j) && C14957gcv.b((Object) this.c, (Object) qqqVar.c) && C14957gcv.b(this.h, qqqVar.h) && this.d == qqqVar.d && C14957gcv.b((Object) this.f, (Object) qqqVar.f); } }