package o; import java.util.List; /* renamed from: o.Od, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0769Od { public final HBt b; public final List c; public final String e; public C0769Od(String str, HBt hBt, List list) { C14957gcv.e(str, ""); C14957gcv.e(hBt, ""); C14957gcv.e(list, ""); this.e = str; this.b = hBt; this.c = list; } /* renamed from: o.Od$HBt */ /* loaded from: classes3.dex */ public static final class HBt { public final String a; public final String e; public HBt(String str, String str2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.a = str; this.e = str2; } public final String toString() { String str = this.a; String str2 = this.e; StringBuilder sb = new StringBuilder("Instruction(imagePath="); sb.append(str); sb.append(", details="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.a.hashCode() * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof HBt)) { return false; } HBt hBt = (HBt) obj; return C14957gcv.b((Object) this.a, (Object) hBt.a) && C14957gcv.b((Object) this.e, (Object) hBt.e); } } public final String toString() { String str = this.e; HBt hBt = this.b; List list = this.c; StringBuilder sb = new StringBuilder("HmlDocumentInstructionsDisplay(header="); sb.append(str); sb.append(", instruction="); sb.append(hBt); sb.append(", tips="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0769Od)) { return false; } C0769Od c0769Od = (C0769Od) obj; return C14957gcv.b((Object) this.e, (Object) c0769Od.e) && C14957gcv.b(this.b, c0769Od.b) && C14957gcv.b(this.c, c0769Od.c); } }