package V2;

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

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

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

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

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final long f7692k;

    public C0636a3(String str, String str2, Integer num, Integer num2, boolean z6, String str3, String str4, boolean z7, int i6, List list, long j4) {
        this.f7682a = str;
        this.f7683b = str2;
        this.f7684c = num;
        this.f7685d = num2;
        this.f7686e = z6;
        this.f7687f = str3;
        this.f7688g = str4;
        this.f7689h = z7;
        this.f7690i = i6;
        this.f7691j = list;
        this.f7692k = j4;
    }

    public static C0636a3 a(C0636a3 c0636a3, int i6, List list, int i7) {
        String str = c0636a3.f7682a;
        String str2 = c0636a3.f7683b;
        Integer num = c0636a3.f7684c;
        Integer num2 = c0636a3.f7685d;
        boolean z6 = c0636a3.f7686e;
        String str3 = c0636a3.f7687f;
        String str4 = c0636a3.f7688g;
        boolean z7 = (i7 & 128) != 0 ? c0636a3.f7689h : false;
        if ((i7 & 256) != 0) {
            i6 = c0636a3.f7690i;
        }
        int i8 = i6;
        List links = (i7 & 512) != 0 ? c0636a3.f7691j : list;
        long j4 = c0636a3.f7692k;
        c0636a3.getClass();
        kotlin.jvm.internal.o.h(links, "links");
        return new C0636a3(str, str2, num, num2, z6, str3, str4, z7, i8, links, j4);
    }

    public final String b() {
        return this.f7682a;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0636a3)) {
            return false;
        }
        C0636a3 c0636a3 = (C0636a3) obj;
        return kotlin.jvm.internal.o.c(this.f7682a, c0636a3.f7682a) && kotlin.jvm.internal.o.c(this.f7683b, c0636a3.f7683b) && kotlin.jvm.internal.o.c(this.f7684c, c0636a3.f7684c) && kotlin.jvm.internal.o.c(this.f7685d, c0636a3.f7685d) && this.f7686e == c0636a3.f7686e && kotlin.jvm.internal.o.c(this.f7687f, c0636a3.f7687f) && kotlin.jvm.internal.o.c(this.f7688g, c0636a3.f7688g) && this.f7689h == c0636a3.f7689h && this.f7690i == c0636a3.f7690i && kotlin.jvm.internal.o.c(this.f7691j, c0636a3.f7691j) && this.f7692k == c0636a3.f7692k;
    }

    public final int hashCode() {
        String str = this.f7682a;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.f7683b;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        Integer num = this.f7684c;
        int iHashCode3 = (iHashCode2 + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f7685d;
        int iF = com.google.android.recaptcha.internal.a.f((iHashCode3 + (num2 == null ? 0 : num2.hashCode())) * 31, 31, this.f7686e);
        String str3 = this.f7687f;
        int iHashCode4 = (iF + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.f7688g;
        return Long.hashCode(this.f7692k) + AbstractC2761L.c(this.f7691j, AbstractC2761L.a(this.f7690i, com.google.android.recaptcha.internal.a.f((iHashCode4 + (str4 != null ? str4.hashCode() : 0)) * 31, 31, this.f7689h), 31), 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ScraperResultsState(imdbId=");
        sb.append(this.f7682a);
        sb.append(", type=");
        sb.append(this.f7683b);
        sb.append(", seasonNo=");
        sb.append(this.f7684c);
        sb.append(", episodeNo=");
        sb.append(this.f7685d);
        sb.append(", isLikelyAnime=");
        sb.append(this.f7686e);
        sb.append(", strictFilterTitle=");
        sb.append(this.f7687f);
        sb.append(", catalogueTitle=");
        sb.append(this.f7688g);
        sb.append(", isLoading=");
        sb.append(this.f7689h);
        sb.append(", totalCount=");
        sb.append(this.f7690i);
        sb.append(", links=");
        sb.append(this.f7691j);
        sb.append(", scrapeStartedAtElapsedMs=");
        return Z0.o.k(this.f7692k, ")", sb);
    }

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