package com.strmr.ps.data.model.tmdb;

import androidx.media3.container.NalUnitUtil;
import androidx.media3.exoplayer.rtsp.SessionDescription;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.fi7;
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\u000e\n\u0002\b\r\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b\u0086\b\u0018\u00002\u00020\u0001B%\u0012\b\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0005\u001a\u0004\u0018\u00010\u0003¢\u0006\u0004\b\u0006\u0010\u0007J\u000b\u0010\f\u001a\u0004\u0018\u00010\u0003HÆ\u0003J\u000b\u0010\r\u001a\u0004\u0018\u00010\u0003HÆ\u0003J\u000b\u0010\u000e\u001a\u0004\u0018\u00010\u0003HÆ\u0003J-\u0010\u000f\u001a\u00020\u00002\n\b\u0002\u0010\u0002\u001a\u0004\u0018\u00010\u00032\n\b\u0002\u0010\u0004\u001a\u0004\u0018\u00010\u00032\n\b\u0002\u0010\u0005\u001a\u0004\u0018\u00010\u0003HÆ\u0001J\u0013\u0010\u0010\u001a\u00020\u00112\b\u0010\u0012\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0013\u001a\u00020\u0014HÖ\u0001J\t\u0010\u0015\u001a\u00020\u0003HÖ\u0001R\u0018\u0010\u0002\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\b\u0010\tR\u0018\u0010\u0004\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\tR\u0018\u0010\u0005\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\t¨\u0006\u0016"}, d2 = {"Lcom/strmr/ps/data/model/tmdb/TMDBAlternativeTitle;", "", "country", "", "title", SessionDescription.ATTR_TYPE, "<init>", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "getCountry", "()Ljava/lang/String;", "getTitle", "getType", "component1", "component2", "component3", "copy", "equals", "", "other", "hashCode", "", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class TMDBAlternativeTitle {

    @SerializedName("iso_3166_1")
    @pq6
    private final String country;

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

    @SerializedName(SessionDescription.ATTR_TYPE)
    @pq6
    private final String type;

    public TMDBAlternativeTitle(@pq6 String str, @pq6 String str2, @pq6 String str3) {
        this.country = str;
        this.title = str2;
        this.type = str3;
    }

    public static /* synthetic */ TMDBAlternativeTitle copy$default(TMDBAlternativeTitle tMDBAlternativeTitle, String str, String str2, String str3, int i, Object obj) {
        if ((i & 1) != 0) {
            str = tMDBAlternativeTitle.country;
        }
        if ((i & 2) != 0) {
            str2 = tMDBAlternativeTitle.title;
        }
        if ((i & 4) != 0) {
            str3 = tMDBAlternativeTitle.type;
        }
        return tMDBAlternativeTitle.copy(str, str2, str3);
    }

    @pq6
    /* JADX INFO: renamed from: component1, reason: from getter */
    public final String getCountry() {
        return this.country;
    }

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

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

    @kp6
    public final TMDBAlternativeTitle copy(@pq6 String country, @pq6 String title, @pq6 String type) {
        return new TMDBAlternativeTitle(country, title, type);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof TMDBAlternativeTitle)) {
            return false;
        }
        TMDBAlternativeTitle tMDBAlternativeTitle = (TMDBAlternativeTitle) other;
        return cr4.b(this.country, tMDBAlternativeTitle.country) && cr4.b(this.title, tMDBAlternativeTitle.title) && cr4.b(this.type, tMDBAlternativeTitle.type);
    }

    @pq6
    public final String getCountry() {
        return this.country;
    }

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

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

    public int hashCode() {
        String str = this.country;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.title;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.type;
        return iHashCode2 + (str3 != null ? str3.hashCode() : 0);
    }

    @kp6
    public String toString() {
        String str = this.country;
        String str2 = this.title;
        return n41.s(fi7.m("TMDBAlternativeTitle(country=", str, ", title=", str2, ", type="), this.type, ")");
    }
}
