package o; import java.util.List; /* renamed from: o.Oo, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0786Oo { public final String a; public final boolean c; public final List d; /* JADX WARN: Multi-variable type inference failed */ public C0786Oo(boolean z, String str, List list) { C14957gcv.e(list, ""); this.c = z; this.a = str; this.d = list; } public final String toString() { boolean z = this.c; String str = this.a; List list = this.d; StringBuilder sb = new StringBuilder("HmlProductCatalogueDisplay(promoFlag="); sb.append(z); sb.append(", description="); sb.append(str); sb.append(", options="); sb.append(list); 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: r0v6 */ /* JADX WARN: Type inference failed for: r0v7 */ public final int hashCode() { boolean z = this.c; ?? r0 = z; if (z) { r0 = 1; } String str = this.a; return (((r0 * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0786Oo)) { return false; } C0786Oo c0786Oo = (C0786Oo) obj; return this.c == c0786Oo.c && C14957gcv.b((Object) this.a, (Object) c0786Oo.a) && C14957gcv.b(this.d, c0786Oo.d); } }