package h3;

import java.util.List;
import q.AbstractC2761L;

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final int f17898h;

    public C2105e2(List catalogs, C2099d2 c2099d2, List items, boolean z6, boolean z7, String str, boolean z8, int i6) {
        kotlin.jvm.internal.o.h(catalogs, "catalogs");
        kotlin.jvm.internal.o.h(items, "items");
        this.f17891a = catalogs;
        this.f17892b = c2099d2;
        this.f17893c = items;
        this.f17894d = z6;
        this.f17895e = z7;
        this.f17896f = str;
        this.f17897g = z8;
        this.f17898h = i6;
    }

    public static C2105e2 a(C2105e2 c2105e2, List list, C2099d2 c2099d2, List list2, boolean z6, boolean z7, String str, boolean z8, int i6, int i7) {
        if ((i7 & 1) != 0) {
            list = c2105e2.f17891a;
        }
        List catalogs = list;
        if ((i7 & 2) != 0) {
            c2099d2 = c2105e2.f17892b;
        }
        C2099d2 c2099d22 = c2099d2;
        if ((i7 & 4) != 0) {
            list2 = c2105e2.f17893c;
        }
        List items = list2;
        if ((i7 & 8) != 0) {
            z6 = c2105e2.f17894d;
        }
        boolean z9 = z6;
        if ((i7 & 16) != 0) {
            z7 = c2105e2.f17895e;
        }
        boolean z10 = z7;
        if ((i7 & 32) != 0) {
            str = c2105e2.f17896f;
        }
        String str2 = str;
        boolean z11 = (i7 & 64) != 0 ? c2105e2.f17897g : z8;
        int i8 = (i7 & 128) != 0 ? c2105e2.f17898h : i6;
        c2105e2.getClass();
        kotlin.jvm.internal.o.h(catalogs, "catalogs");
        kotlin.jvm.internal.o.h(items, "items");
        return new C2105e2(catalogs, c2099d22, items, z9, z10, str2, z11, i8);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2105e2)) {
            return false;
        }
        C2105e2 c2105e2 = (C2105e2) obj;
        return kotlin.jvm.internal.o.c(this.f17891a, c2105e2.f17891a) && kotlin.jvm.internal.o.c(this.f17892b, c2105e2.f17892b) && kotlin.jvm.internal.o.c(this.f17893c, c2105e2.f17893c) && this.f17894d == c2105e2.f17894d && this.f17895e == c2105e2.f17895e && kotlin.jvm.internal.o.c(this.f17896f, c2105e2.f17896f) && this.f17897g == c2105e2.f17897g && this.f17898h == c2105e2.f17898h;
    }

    public final int hashCode() {
        int iHashCode = this.f17891a.hashCode() * 31;
        C2099d2 c2099d2 = this.f17892b;
        int iF = com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f(AbstractC2761L.c(this.f17893c, (iHashCode + (c2099d2 == null ? 0 : c2099d2.hashCode())) * 31, 31), 31, this.f17894d), 31, this.f17895e);
        String str = this.f17896f;
        return Integer.hashCode(this.f17898h) + com.google.android.recaptcha.internal.a.f((iF + (str != null ? str.hashCode() : 0)) * 31, 31, this.f17897g);
    }

    public final String toString() {
        return "SearchRecommendationsUiState(catalogs=" + this.f17891a + ", selected=" + this.f17892b + ", items=" + this.f17893c + ", loading=" + this.f17894d + ", loadingMore=" + this.f17895e + ", error=" + this.f17896f + ", hasMore=" + this.f17897g + ", nextPage=" + this.f17898h + ")";
    }
}
