package V2;

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

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

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

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

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

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

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

    public C0671h3(String str, String str2, boolean z6, int i6, List list) {
        this.f7798a = str;
        this.f7799b = str2;
        this.f7800c = z6;
        this.f7801d = i6;
        this.f7802e = list;
    }

    public static C0671h3 a(C0671h3 c0671h3, int i6, ArrayList arrayList, int i7) {
        String str = c0671h3.f7798a;
        String str2 = c0671h3.f7799b;
        boolean z6 = (i7 & 4) != 0 ? c0671h3.f7800c : false;
        if ((i7 & 8) != 0) {
            i6 = c0671h3.f7801d;
        }
        int i8 = i6;
        List list = arrayList;
        if ((i7 & 16) != 0) {
            list = c0671h3.f7802e;
        }
        List links = list;
        c0671h3.getClass();
        kotlin.jvm.internal.o.h(links, "links");
        return new C0671h3(str, str2, z6, i8, links);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0671h3)) {
            return false;
        }
        C0671h3 c0671h3 = (C0671h3) obj;
        return kotlin.jvm.internal.o.c(this.f7798a, c0671h3.f7798a) && kotlin.jvm.internal.o.c(this.f7799b, c0671h3.f7799b) && this.f7800c == c0671h3.f7800c && this.f7801d == c0671h3.f7801d && kotlin.jvm.internal.o.c(this.f7802e, c0671h3.f7802e);
    }

    public final int hashCode() {
        String str = this.f7798a;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.f7799b;
        return this.f7802e.hashCode() + AbstractC2761L.a(this.f7801d, com.google.android.recaptcha.internal.a.f((iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31, 31, this.f7800c), 31);
    }

    public final String toString() {
        return "ScraperResultsUiState(imdbId=" + this.f7798a + ", type=" + this.f7799b + ", isLoading=" + this.f7800c + ", totalCount=" + this.f7801d + ", links=" + this.f7802e + ")";
    }

    public /* synthetic */ C0671h3() {
        this(null, null, false, 0, x4.y.f26065a);
    }
}
