package com.debridstream.tv.data.home;

import W.a;
import androidx.compose.runtime.internal.StabilityInferred;
import androidx.media3.exoplayer.DecoderReuseEvaluation;
import java.util.List;
import kotlin.jvm.internal.h;
import kotlin.jvm.internal.o;
import q.AbstractC2761L;
import x4.y;

/* JADX INFO: loaded from: classes.dex */
@StabilityInferred(parameters = 0)
public final class HomeMetaItem {
    public static final int $stable = 8;
    private final String backdropUrl;
    private final String certificate;
    private final String id;
    private final String logoUrl;
    private final List<String> originCountries;
    private final String originalLanguage;
    private final String overview;
    private final String posterUrl;
    private final String primaryGenre;
    private final double rating;
    private final int runTimeMinutes;
    private final String secondaryGenre;
    private final String title;
    private final int tmdbId;
    private final String type;
    private final String year;

    public HomeMetaItem(String id, int i6, String type, String title, String overview, String year, double d6, String str, String str2, String str3, String certificate, int i7, String primaryGenre, String secondaryGenre, List<String> originCountries, String originalLanguage) {
        o.h(id, "id");
        o.h(type, "type");
        o.h(title, "title");
        o.h(overview, "overview");
        o.h(year, "year");
        o.h(certificate, "certificate");
        o.h(primaryGenre, "primaryGenre");
        o.h(secondaryGenre, "secondaryGenre");
        o.h(originCountries, "originCountries");
        o.h(originalLanguage, "originalLanguage");
        this.id = id;
        this.tmdbId = i6;
        this.type = type;
        this.title = title;
        this.overview = overview;
        this.year = year;
        this.rating = d6;
        this.posterUrl = str;
        this.backdropUrl = str2;
        this.logoUrl = str3;
        this.certificate = certificate;
        this.runTimeMinutes = i7;
        this.primaryGenre = primaryGenre;
        this.secondaryGenre = secondaryGenre;
        this.originCountries = originCountries;
        this.originalLanguage = originalLanguage;
    }

    public final String component1() {
        return this.id;
    }

    public final String component10() {
        return this.logoUrl;
    }

    public final String component11() {
        return this.certificate;
    }

    public final int component12() {
        return this.runTimeMinutes;
    }

    public final String component13() {
        return this.primaryGenre;
    }

    public final String component14() {
        return this.secondaryGenre;
    }

    public final List<String> component15() {
        return this.originCountries;
    }

    public final String component16() {
        return this.originalLanguage;
    }

    public final int component2() {
        return this.tmdbId;
    }

    public final String component3() {
        return this.type;
    }

    public final String component4() {
        return this.title;
    }

    public final String component5() {
        return this.overview;
    }

    public final String component6() {
        return this.year;
    }

    public final double component7() {
        return this.rating;
    }

    public final String component8() {
        return this.posterUrl;
    }

    public final String component9() {
        return this.backdropUrl;
    }

    public final HomeMetaItem copy(String id, int i6, String type, String title, String overview, String year, double d6, String str, String str2, String str3, String certificate, int i7, String primaryGenre, String secondaryGenre, List<String> originCountries, String originalLanguage) {
        o.h(id, "id");
        o.h(type, "type");
        o.h(title, "title");
        o.h(overview, "overview");
        o.h(year, "year");
        o.h(certificate, "certificate");
        o.h(primaryGenre, "primaryGenre");
        o.h(secondaryGenre, "secondaryGenre");
        o.h(originCountries, "originCountries");
        o.h(originalLanguage, "originalLanguage");
        return new HomeMetaItem(id, i6, type, title, overview, year, d6, str, str2, str3, certificate, i7, primaryGenre, secondaryGenre, originCountries, originalLanguage);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof HomeMetaItem)) {
            return false;
        }
        HomeMetaItem homeMetaItem = (HomeMetaItem) obj;
        return o.c(this.id, homeMetaItem.id) && this.tmdbId == homeMetaItem.tmdbId && o.c(this.type, homeMetaItem.type) && o.c(this.title, homeMetaItem.title) && o.c(this.overview, homeMetaItem.overview) && o.c(this.year, homeMetaItem.year) && Double.compare(this.rating, homeMetaItem.rating) == 0 && o.c(this.posterUrl, homeMetaItem.posterUrl) && o.c(this.backdropUrl, homeMetaItem.backdropUrl) && o.c(this.logoUrl, homeMetaItem.logoUrl) && o.c(this.certificate, homeMetaItem.certificate) && this.runTimeMinutes == homeMetaItem.runTimeMinutes && o.c(this.primaryGenre, homeMetaItem.primaryGenre) && o.c(this.secondaryGenre, homeMetaItem.secondaryGenre) && o.c(this.originCountries, homeMetaItem.originCountries) && o.c(this.originalLanguage, homeMetaItem.originalLanguage);
    }

    public final String getBackdropUrl() {
        return this.backdropUrl;
    }

    public final String getCertificate() {
        return this.certificate;
    }

    public final String getId() {
        return this.id;
    }

    public final String getLogoUrl() {
        return this.logoUrl;
    }

    public final List<String> getOriginCountries() {
        return this.originCountries;
    }

    public final String getOriginalLanguage() {
        return this.originalLanguage;
    }

    public final String getOverview() {
        return this.overview;
    }

    public final String getPosterUrl() {
        return this.posterUrl;
    }

    public final String getPrimaryGenre() {
        return this.primaryGenre;
    }

    public final double getRating() {
        return this.rating;
    }

    public final int getRunTimeMinutes() {
        return this.runTimeMinutes;
    }

    public final String getSecondaryGenre() {
        return this.secondaryGenre;
    }

    public final String getTitle() {
        return this.title;
    }

    public final int getTmdbId() {
        return this.tmdbId;
    }

    public final String getType() {
        return this.type;
    }

    public final String getYear() {
        return this.year;
    }

    public int hashCode() {
        int iHashCode = (Double.hashCode(this.rating) + AbstractC2761L.b(AbstractC2761L.b(AbstractC2761L.b(AbstractC2761L.b(AbstractC2761L.a(this.tmdbId, this.id.hashCode() * 31, 31), 31, this.type), 31, this.title), 31, this.overview), 31, this.year)) * 31;
        String str = this.posterUrl;
        int iHashCode2 = (iHashCode + (str == null ? 0 : str.hashCode())) * 31;
        String str2 = this.backdropUrl;
        int iHashCode3 = (iHashCode2 + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.logoUrl;
        return this.originalLanguage.hashCode() + AbstractC2761L.c(this.originCountries, AbstractC2761L.b(AbstractC2761L.b(AbstractC2761L.a(this.runTimeMinutes, AbstractC2761L.b((iHashCode3 + (str3 != null ? str3.hashCode() : 0)) * 31, 31, this.certificate), 31), 31, this.primaryGenre), 31, this.secondaryGenre), 31);
    }

    public final boolean isLikelyAnime() {
        return a.o0(this, y.f26065a);
    }

    public String toString() {
        String str = this.id;
        int i6 = this.tmdbId;
        String str2 = this.type;
        String str3 = this.title;
        String str4 = this.overview;
        String str5 = this.year;
        double d6 = this.rating;
        String str6 = this.posterUrl;
        String str7 = this.backdropUrl;
        String str8 = this.logoUrl;
        String str9 = this.certificate;
        int i7 = this.runTimeMinutes;
        String str10 = this.primaryGenre;
        String str11 = this.secondaryGenre;
        List<String> list = this.originCountries;
        String str12 = this.originalLanguage;
        StringBuilder sbS = Z0.o.s(i6, "HomeMetaItem(id=", str, ", tmdbId=", ", type=");
        A0.a.w(sbS, str2, ", title=", str3, ", overview=");
        A0.a.w(sbS, str4, ", year=", str5, ", rating=");
        sbS.append(d6);
        sbS.append(", posterUrl=");
        sbS.append(str6);
        A0.a.w(sbS, ", backdropUrl=", str7, ", logoUrl=", str8);
        sbS.append(", certificate=");
        sbS.append(str9);
        sbS.append(", runTimeMinutes=");
        sbS.append(i7);
        A0.a.w(sbS, ", primaryGenre=", str10, ", secondaryGenre=", str11);
        sbS.append(", originCountries=");
        sbS.append(list);
        sbS.append(", originalLanguage=");
        sbS.append(str12);
        sbS.append(")");
        return sbS.toString();
    }

    public /* synthetic */ HomeMetaItem(String str, int i6, String str2, String str3, String str4, String str5, double d6, String str6, String str7, String str8, String str9, int i7, String str10, String str11, List list, String str12, int i8, h hVar) {
        this(str, i6, str2, str3, str4, str5, d6, str6, str7, str8, str9, i7, str10, (i8 & 8192) != 0 ? "" : str11, (i8 & 16384) != 0 ? y.f26065a : list, (i8 & DecoderReuseEvaluation.DISCARD_REASON_AUDIO_BYPASS_POSSIBLE) != 0 ? "" : str12);
    }
}
