package h3;

import v0.C3068f;

/* JADX INFO: renamed from: h3.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2082b {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f17733a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f17734b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final C3068f f17735c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final String f17736d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final boolean f17737e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final boolean f17738f;

    public /* synthetic */ C2082b(String str, String str2, C3068f c3068f, String str3, boolean z6, int i6) {
        this(str, (i6 & 2) != 0 ? null : str2, c3068f, (i6 & 8) != 0 ? null : str3, (i6 & 16) == 0, (i6 & 32) != 0 ? false : z6);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2082b)) {
            return false;
        }
        C2082b c2082b = (C2082b) obj;
        return kotlin.jvm.internal.o.c(this.f17733a, c2082b.f17733a) && kotlin.jvm.internal.o.c(this.f17734b, c2082b.f17734b) && kotlin.jvm.internal.o.c(this.f17735c, c2082b.f17735c) && kotlin.jvm.internal.o.c(this.f17736d, c2082b.f17736d) && this.f17737e == c2082b.f17737e && this.f17738f == c2082b.f17738f;
    }

    public final int hashCode() {
        int iHashCode = this.f17733a.hashCode() * 31;
        String str = this.f17734b;
        int iHashCode2 = (iHashCode + (str == null ? 0 : str.hashCode())) * 31;
        C3068f c3068f = this.f17735c;
        int iHashCode3 = (iHashCode2 + (c3068f == null ? 0 : c3068f.hashCode())) * 31;
        String str2 = this.f17736d;
        return Boolean.hashCode(this.f17738f) + com.google.android.recaptcha.internal.a.f((iHashCode3 + (str2 != null ? str2.hashCode() : 0)) * 31, 31, this.f17737e);
    }

    public final String toString() {
        return "CatRow(title=" + this.f17733a + ", subtitle=" + this.f17734b + ", icon=" + this.f17735c + ", section=" + this.f17736d + ", isToggle=" + this.f17737e + ", toggleChecked=" + this.f17738f + ")";
    }

    public C2082b(String str, String str2, C3068f c3068f, String str3, boolean z6, boolean z7) {
        this.f17733a = str;
        this.f17734b = str2;
        this.f17735c = c3068f;
        this.f17736d = str3;
        this.f17737e = z6;
        this.f17738f = z7;
    }
}
