package o; /* renamed from: o.Fq, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0397Fq extends AbstractC0399Fs { public final String b; public final String d; public final String e; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public C0397Fq(String str, String str2, String str3) { super((byte) 0); C14957gcv.e(str, ""); C14957gcv.e(str3, ""); this.d = str; this.b = str2; this.e = str3; } public final String toString() { String str = this.d; String str2 = this.b; String str3 = this.e; StringBuilder sb = new StringBuilder("LoadedInstructionDisplay(iconTopUrl="); sb.append(str); sb.append(", iconBottomUrl="); sb.append(str2); sb.append(", text="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.d.hashCode(); String str = this.b; return (((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0397Fq)) { return false; } C0397Fq c0397Fq = (C0397Fq) obj; return C14957gcv.b((Object) this.d, (Object) c0397Fq.d) && C14957gcv.b((Object) this.b, (Object) c0397Fq.b) && C14957gcv.b((Object) this.e, (Object) c0397Fq.e); } }