package o; /* renamed from: o.Oi, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0775Oi extends AbstractC0777Oj { public final String a; public final String b; public final QIg c; public final EBL d; public final String e; public final int f; public final Integer g; private final String h; public final Integer i; public final String j; private final EnumC5730bya l; public /* synthetic */ C0775Oi(String str, EBL ebl, QIg qIg, String str2, String str3, String str4, String str5, Integer num, Integer num2, int i) { this(str, ebl, qIg, str2, str3, str4, str5, num, num2, i, EnumC5730bya.ITEM); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ private C0775Oi(String str, EBL ebl, QIg qIg, String str2, String str3, String str4, String str5, Integer num, Integer num2, int i, EnumC5730bya enumC5730bya) { super((byte) 0); C14957gcv.e(str, ""); C14957gcv.e(ebl, ""); C14957gcv.e(qIg, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(enumC5730bya, ""); this.a = str; this.d = ebl; this.c = qIg; this.e = str2; this.j = str3; this.h = str4; this.b = str5; this.i = num; this.g = num2; this.f = i; this.l = enumC5730bya; } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0775Oi)) { return false; } C0775Oi c0775Oi = (C0775Oi) obj; return C14957gcv.b((Object) this.a, (Object) c0775Oi.a) && this.d == c0775Oi.d && this.c == c0775Oi.c && C14957gcv.b((Object) this.e, (Object) c0775Oi.e) && C14957gcv.b((Object) this.j, (Object) c0775Oi.j) && C14957gcv.b((Object) this.h, (Object) c0775Oi.h) && C14957gcv.b((Object) this.b, (Object) c0775Oi.b) && C14957gcv.b(this.i, c0775Oi.i) && C14957gcv.b(this.g, c0775Oi.g) && this.f == c0775Oi.f && this.l == c0775Oi.l; } public final int hashCode() { int hashCode = this.a.hashCode(); int hashCode2 = this.d.hashCode(); int hashCode3 = this.c.hashCode(); int hashCode4 = this.e.hashCode(); int hashCode5 = this.j.hashCode(); int hashCode6 = this.h.hashCode(); String str = this.b; int hashCode7 = str == null ? 0 : str.hashCode(); Integer num = this.i; int hashCode8 = num == null ? 0 : num.hashCode(); Integer num2 = this.g; return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (num2 != null ? num2.hashCode() : 0)) * 31) + Integer.hashCode(this.f)) * 31) + this.l.hashCode(); } public final String toString() { String str = this.a; EBL ebl = this.d; QIg qIg = this.c; String str2 = this.e; String str3 = this.j; String str4 = this.h; String str5 = this.b; Integer num = this.i; Integer num2 = this.g; int i = this.f; EnumC5730bya enumC5730bya = this.l; StringBuilder sb = new StringBuilder("HmlDocumentItemDisplay(documentDesc="); sb.append(str); sb.append(", documentStatus="); sb.append(ebl); sb.append(", documentCode="); sb.append(qIg); sb.append(", documentType="); sb.append(str2); sb.append(", groupLabel="); sb.append(str3); sb.append(", documentName="); sb.append(str4); sb.append(", documentDetails="); sb.append(str5); sb.append(", numUploadedForEachDocType="); sb.append(num); sb.append(", minQuantity="); sb.append(num2); sb.append(", documentUploadedQuantity="); sb.append(i); sb.append(", type="); sb.append(enumC5730bya); sb.append(")"); return sb.toString(); } @Override // o.AbstractC0777Oj public final EnumC5730bya e() { return this.l; } }