package h3;

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

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

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

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

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

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

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

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

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

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

    public C2209w(String str, List items, boolean z6, boolean z7, String str2, boolean z8, int i6, boolean z9) {
        kotlin.jvm.internal.o.h(items, "items");
        this.f18631a = str;
        this.f18632b = items;
        this.f18633c = z6;
        this.f18634d = z7;
        this.f18635e = str2;
        this.f18636f = z8;
        this.f18637g = i6;
        this.f18638h = z9;
    }

    public static C2209w a(C2209w c2209w, List list, boolean z6, boolean z7, String str, boolean z8, int i6, boolean z9, int i7) {
        List items = list;
        String str2 = c2209w.f18631a;
        if ((i7 & 2) != 0) {
            items = c2209w.f18632b;
        }
        if ((i7 & 4) != 0) {
            z6 = c2209w.f18633c;
        }
        if ((i7 & 8) != 0) {
            z7 = c2209w.f18634d;
        }
        if ((i7 & 16) != 0) {
            str = c2209w.f18635e;
        }
        if ((i7 & 32) != 0) {
            z8 = c2209w.f18636f;
        }
        if ((i7 & 64) != 0) {
            i6 = c2209w.f18637g;
        }
        if ((i7 & 128) != 0) {
            z9 = c2209w.f18638h;
        }
        boolean z10 = z9;
        c2209w.getClass();
        kotlin.jvm.internal.o.h(items, "items");
        int i8 = i6;
        boolean z11 = z8;
        String str3 = str;
        boolean z12 = z7;
        return new C2209w(str2, items, z6, z12, str3, z11, i8, z10);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2209w)) {
            return false;
        }
        C2209w c2209w = (C2209w) obj;
        return kotlin.jvm.internal.o.c(this.f18631a, c2209w.f18631a) && kotlin.jvm.internal.o.c(this.f18632b, c2209w.f18632b) && this.f18633c == c2209w.f18633c && this.f18634d == c2209w.f18634d && kotlin.jvm.internal.o.c(this.f18635e, c2209w.f18635e) && this.f18636f == c2209w.f18636f && this.f18637g == c2209w.f18637g && this.f18638h == c2209w.f18638h;
    }

    public final int hashCode() {
        int iF = com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f(AbstractC2761L.c(this.f18632b, this.f18631a.hashCode() * 31, 31), 31, this.f18633c), 31, this.f18634d);
        String str = this.f18635e;
        return Boolean.hashCode(this.f18638h) + AbstractC2761L.a(this.f18637g, com.google.android.recaptcha.internal.a.f((iF + (str == null ? 0 : str.hashCode())) * 31, 31, this.f18636f), 31);
    }

    public final String toString() {
        return "CatalogBrowseUiState(title=" + this.f18631a + ", items=" + this.f18632b + ", loading=" + this.f18633c + ", loadingMore=" + this.f18634d + ", error=" + this.f18635e + ", hasMore=" + this.f18636f + ", nextPage=" + this.f18637g + ", tmdbFallbackActiveForRelated=" + this.f18638h + ")";
    }
}
