package o; /* renamed from: o.Ix, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0533Ix extends AbstractC0518Im { public final String a; public final CharSequence b; public final RVV c; public final String d; public final T e; private final String f; /* renamed from: o.Ix$RVV */ /* loaded from: classes3.dex */ public enum RVV { REGULAR, MEDIUM } public /* synthetic */ C0533Ix(CharSequence charSequence, String str, Object obj, RVV rvv, String str2, int i) { this(charSequence, str, (i & 4) != 0 ? null : obj, (i & 16) != 0 ? RVV.REGULAR : rvv, (i & 32) != 0 ? "" : str2); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ private C0533Ix(CharSequence charSequence, String str, T t, RVV rvv, String str2) { super((byte) 0); C14957gcv.e(charSequence, ""); C14957gcv.e(str, ""); C14957gcv.e(rvv, ""); C14957gcv.e(str2, ""); this.b = charSequence; this.d = str; this.e = t; this.a = null; this.c = rvv; this.f = str2; } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0533Ix)) { return false; } C0533Ix c0533Ix = (C0533Ix) obj; return C14957gcv.b(this.b, c0533Ix.b) && C14957gcv.b((Object) this.d, (Object) c0533Ix.d) && C14957gcv.b(this.e, c0533Ix.e) && C14957gcv.b((Object) this.a, (Object) c0533Ix.a) && this.c == c0533Ix.c && C14957gcv.b((Object) this.f, (Object) c0533Ix.f); } public final int hashCode() { int hashCode = this.b.hashCode(); int hashCode2 = this.d.hashCode(); T t = this.e; return (((((((hashCode * 31) + hashCode2) * 31) + (t == null ? 0 : t.hashCode())) * 961) + this.c.hashCode()) * 31) + this.f.hashCode(); } public final String toString() { CharSequence charSequence = this.b; String str = this.d; T t = this.e; RVV rvv = this.c; String str2 = this.f; StringBuilder sb = new StringBuilder("TitleLabelItemDisplay(title="); sb.append((Object) charSequence); sb.append(", label="); sb.append(str); sb.append(", value="); sb.append(t); sb.append(", remark="); sb.append((String) null); sb.append(", titleTextStyle="); sb.append(rvv); sb.append(", key="); sb.append(str2); sb.append(")"); return sb.toString(); } @Override // o.AbstractC0518Im public final String a() { return this.f; } }