package com.strmr.ps.data.remote.model.mdblist;

import androidx.media3.container.NalUnitUtil;
import androidx.media3.extractor.text.ttml.TtmlNode;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.kp6;
import defpackage.n41;
import defpackage.pq6;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000 \n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0015\n\u0002\u0010\u000b\n\u0002\b\u0004\b\u0086\b\u0018\u00002\u00020\u0001B9\u0012\b\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005\u0012\b\u0010\u0006\u001a\u0004\u0018\u00010\u0005\u0012\b\u0010\u0007\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\b\u001a\u0004\u0018\u00010\u0005¢\u0006\u0004\b\t\u0010\nJ\u0010\u0010\u0013\u001a\u0004\u0018\u00010\u0003HÆ\u0003¢\u0006\u0002\u0010\fJ\u000b\u0010\u0014\u001a\u0004\u0018\u00010\u0005HÆ\u0003J\u000b\u0010\u0015\u001a\u0004\u0018\u00010\u0005HÆ\u0003J\u0010\u0010\u0016\u001a\u0004\u0018\u00010\u0003HÆ\u0003¢\u0006\u0002\u0010\fJ\u000b\u0010\u0017\u001a\u0004\u0018\u00010\u0005HÆ\u0003JJ\u0010\u0018\u001a\u00020\u00002\n\b\u0002\u0010\u0002\u001a\u0004\u0018\u00010\u00032\n\b\u0002\u0010\u0004\u001a\u0004\u0018\u00010\u00052\n\b\u0002\u0010\u0006\u001a\u0004\u0018\u00010\u00052\n\b\u0002\u0010\u0007\u001a\u0004\u0018\u00010\u00032\n\b\u0002\u0010\b\u001a\u0004\u0018\u00010\u0005HÆ\u0001¢\u0006\u0002\u0010\u0019J\u0013\u0010\u001a\u001a\u00020\u001b2\b\u0010\u001c\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u001d\u001a\u00020\u0003HÖ\u0001J\t\u0010\u001e\u001a\u00020\u0005HÖ\u0001R\u001a\u0010\u0002\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\n\n\u0002\u0010\r\u001a\u0004\b\u000b\u0010\fR\u0018\u0010\u0004\u001a\u0004\u0018\u00010\u00058\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000e\u0010\u000fR\u0018\u0010\u0006\u001a\u0004\u0018\u00010\u00058\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0010\u0010\u000fR\u001a\u0010\u0007\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\n\n\u0002\u0010\r\u001a\u0004\b\u0011\u0010\fR\u0018\u0010\b\u001a\u0004\u0018\u00010\u00058\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0012\u0010\u000f¨\u0006\u001f"}, d2 = {"Lcom/strmr/ps/data/remote/model/mdblist/MdbListItem;", "", "tmdbId", "", "imdbId", "", "title", "year", "mediaType", "<init>", "(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)V", "getTmdbId", "()Ljava/lang/Integer;", "Ljava/lang/Integer;", "getImdbId", "()Ljava/lang/String;", "getTitle", "getYear", "getMediaType", "component1", "component2", "component3", "component4", "component5", "copy", "(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Lcom/strmr/ps/data/remote/model/mdblist/MdbListItem;", "equals", "", "other", "hashCode", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class MdbListItem {

    @SerializedName("imdb_id")
    @pq6
    private final String imdbId;

    @SerializedName("mediatype")
    @pq6
    private final String mediaType;

    @SerializedName("title")
    @pq6
    private final String title;

    @SerializedName(TtmlNode.ATTR_ID)
    @pq6
    private final Integer tmdbId;

    @SerializedName("release_year")
    @pq6
    private final Integer year;

    public MdbListItem(@pq6 Integer num, @pq6 String str, @pq6 String str2, @pq6 Integer num2, @pq6 String str3) {
        this.tmdbId = num;
        this.imdbId = str;
        this.title = str2;
        this.year = num2;
        this.mediaType = str3;
    }

    public static /* synthetic */ MdbListItem copy$default(MdbListItem mdbListItem, Integer num, String str, String str2, Integer num2, String str3, int i, Object obj) {
        if ((i & 1) != 0) {
            num = mdbListItem.tmdbId;
        }
        if ((i & 2) != 0) {
            str = mdbListItem.imdbId;
        }
        if ((i & 4) != 0) {
            str2 = mdbListItem.title;
        }
        if ((i & 8) != 0) {
            num2 = mdbListItem.year;
        }
        if ((i & 16) != 0) {
            str3 = mdbListItem.mediaType;
        }
        String str4 = str3;
        String str5 = str2;
        return mdbListItem.copy(num, str, str5, num2, str4);
    }

    @pq6
    /* JADX INFO: renamed from: component1, reason: from getter */
    public final Integer getTmdbId() {
        return this.tmdbId;
    }

    @pq6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final String getImdbId() {
        return this.imdbId;
    }

    @pq6
    /* JADX INFO: renamed from: component3, reason: from getter */
    public final String getTitle() {
        return this.title;
    }

    @pq6
    /* JADX INFO: renamed from: component4, reason: from getter */
    public final Integer getYear() {
        return this.year;
    }

    @pq6
    /* JADX INFO: renamed from: component5, reason: from getter */
    public final String getMediaType() {
        return this.mediaType;
    }

    @kp6
    public final MdbListItem copy(@pq6 Integer tmdbId, @pq6 String imdbId, @pq6 String title, @pq6 Integer year, @pq6 String mediaType) {
        return new MdbListItem(tmdbId, imdbId, title, year, mediaType);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof MdbListItem)) {
            return false;
        }
        MdbListItem mdbListItem = (MdbListItem) other;
        return cr4.b(this.tmdbId, mdbListItem.tmdbId) && cr4.b(this.imdbId, mdbListItem.imdbId) && cr4.b(this.title, mdbListItem.title) && cr4.b(this.year, mdbListItem.year) && cr4.b(this.mediaType, mdbListItem.mediaType);
    }

    @pq6
    public final String getImdbId() {
        return this.imdbId;
    }

    @pq6
    public final String getMediaType() {
        return this.mediaType;
    }

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

    @pq6
    public final Integer getTmdbId() {
        return this.tmdbId;
    }

    @pq6
    public final Integer getYear() {
        return this.year;
    }

    public int hashCode() {
        Integer num = this.tmdbId;
        int iHashCode = (num == null ? 0 : num.hashCode()) * 31;
        String str = this.imdbId;
        int iHashCode2 = (iHashCode + (str == null ? 0 : str.hashCode())) * 31;
        String str2 = this.title;
        int iHashCode3 = (iHashCode2 + (str2 == null ? 0 : str2.hashCode())) * 31;
        Integer num2 = this.year;
        int iHashCode4 = (iHashCode3 + (num2 == null ? 0 : num2.hashCode())) * 31;
        String str3 = this.mediaType;
        return iHashCode4 + (str3 != null ? str3.hashCode() : 0);
    }

    @kp6
    public String toString() {
        Integer num = this.tmdbId;
        String str = this.imdbId;
        String str2 = this.title;
        Integer num2 = this.year;
        String str3 = this.mediaType;
        StringBuilder sb = new StringBuilder("MdbListItem(tmdbId=");
        sb.append(num);
        sb.append(", imdbId=");
        sb.append(str);
        sb.append(", title=");
        sb.append(str2);
        sb.append(", year=");
        sb.append(num2);
        sb.append(", mediaType=");
        return n41.s(sb, str3, ")");
    }
}
