package o; import java.util.List; /* renamed from: o.dyf, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C10220dyf { public final List a; public final String b; public final String c; public final String d; public final String e; public final Boolean h; public C10220dyf(String str, Boolean bool, String str2, String str3, String str4, List list) { C14957gcv.e(list, ""); this.d = str; this.h = bool; this.e = str2; this.b = str3; this.c = str4; this.a = list; } public final String toString() { String str = this.d; Boolean bool = this.h; String str2 = this.e; String str3 = this.b; String str4 = this.c; List list = this.a; StringBuilder sb = new StringBuilder("AutoResult(isSuccess="); sb.append(str); sb.append(", ncbInquiredFlag="); sb.append(bool); sb.append(", header="); sb.append(str2); sb.append(", description="); sb.append(str3); sb.append(", loanInformation="); sb.append(str4); sb.append(", detail="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); Boolean bool = this.h; int hashCode2 = bool == null ? 0 : bool.hashCode(); String str2 = this.e; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.c; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0)) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C10220dyf)) { return false; } C10220dyf c10220dyf = (C10220dyf) obj; return C14957gcv.b((Object) this.d, (Object) c10220dyf.d) && C14957gcv.b(this.h, c10220dyf.h) && C14957gcv.b((Object) this.e, (Object) c10220dyf.e) && C14957gcv.b((Object) this.b, (Object) c10220dyf.b) && C14957gcv.b((Object) this.c, (Object) c10220dyf.c) && C14957gcv.b(this.a, c10220dyf.a); } }