package a3;

import java.util.Locale;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class Y {

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

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

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

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

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

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

    public Y(String imdbId, String str, Integer num, Integer num2, boolean z6) {
        kotlin.jvm.internal.o.h(imdbId, "imdbId");
        this.f10604a = imdbId;
        this.f10605b = str;
        this.f10606c = num;
        this.f10607d = num2;
        this.f10608e = z6;
        String lowerCase = S4.p.o1(str).toString().toLowerCase(Locale.ROOT);
        kotlin.jvm.internal.o.g(lowerCase, "toLowerCase(...)");
        this.f10609f = S4.p.Q0(lowerCase) ? "movie" : lowerCase;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof Y)) {
            return false;
        }
        Y y6 = (Y) obj;
        return kotlin.jvm.internal.o.c(this.f10604a, y6.f10604a) && kotlin.jvm.internal.o.c(this.f10605b, y6.f10605b) && kotlin.jvm.internal.o.c(this.f10606c, y6.f10606c) && kotlin.jvm.internal.o.c(this.f10607d, y6.f10607d) && this.f10608e == y6.f10608e;
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(this.f10604a.hashCode() * 31, 31, this.f10605b);
        Integer num = this.f10606c;
        int iHashCode = (iB + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f10607d;
        return Boolean.hashCode(this.f10608e) + ((iHashCode + (num2 != null ? num2.hashCode() : 0)) * 31);
    }

    public final String toString() {
        return "ScrapeTargetKey(imdbId=" + this.f10604a + ", type=" + this.f10605b + ", seasonNo=" + this.f10606c + ", episodeNo=" + this.f10607d + ", isLikelyAnime=" + this.f10608e + ")";
    }
}
