package o; import java.util.List; /* renamed from: o.dMU, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C8472dMU { public final String a; public final String b; public List c; public final String d; public final String e; public final String h; public zLE i; public final String j; public C8472dMU(zLE zle, List list, String str, String str2, String str3, String str4, String str5, String str6) { C14957gcv.e(zle, ""); this.i = zle; this.c = list; this.j = str; this.h = str2; this.e = str3; this.a = str4; this.b = str5; this.d = str6; } public final String toString() { zLE zle = this.i; List list = this.c; String str = this.j; String str2 = this.h; String str3 = this.e; String str4 = this.a; String str5 = this.b; String str6 = this.d; StringBuilder sb = new StringBuilder("EasycashAutoInsuranceInfoInquiry(masterData="); sb.append(zle); sb.append(", details="); sb.append(list); sb.append(", termsOfInsurance="); sb.append(str); sb.append(", insuranceAnnouncements="); sb.append(str2); sb.append(", garageSelected="); sb.append(str3); sb.append(", displayAnnouncementsFlag="); sb.append(str4); sb.append(", calendarStartDateInsuranceExpire="); sb.append(str5); sb.append(", calendarEndDateInsuranceExpire="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.i.hashCode(); List list = this.c; int hashCode2 = list == null ? 0 : list.hashCode(); String str = this.j; int hashCode3 = str == null ? 0 : str.hashCode(); String str2 = this.h; int hashCode4 = str2 == null ? 0 : str2.hashCode(); String str3 = this.e; int hashCode5 = str3 == null ? 0 : str3.hashCode(); String str4 = this.a; int hashCode6 = str4 == null ? 0 : str4.hashCode(); String str5 = this.b; int hashCode7 = str5 == null ? 0 : str5.hashCode(); String str6 = this.d; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str6 != null ? str6.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C8472dMU)) { return false; } C8472dMU c8472dMU = (C8472dMU) obj; return C14957gcv.b(this.i, c8472dMU.i) && C14957gcv.b(this.c, c8472dMU.c) && C14957gcv.b((Object) this.j, (Object) c8472dMU.j) && C14957gcv.b((Object) this.h, (Object) c8472dMU.h) && C14957gcv.b((Object) this.e, (Object) c8472dMU.e) && C14957gcv.b((Object) this.a, (Object) c8472dMU.a) && C14957gcv.b((Object) this.b, (Object) c8472dMU.b) && C14957gcv.b((Object) this.d, (Object) c8472dMU.d); } }