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

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.pq6;
import java.util.Map;
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$\n\u0002\u0010\u000e\n\u0002\u0018\u0002\n\u0002\b\n\n\u0002\u0010\u000b\n\u0002\b\u0004\b\u0086\b\u0018\u00002\u00020\u0001B%\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0014\u0010\u0004\u001a\u0010\u0012\u0004\u0012\u00020\u0006\u0012\u0004\u0012\u00020\u0007\u0018\u00010\u0005¢\u0006\u0004\b\b\u0010\tJ\t\u0010\u000e\u001a\u00020\u0003HÆ\u0003J\u0017\u0010\u000f\u001a\u0010\u0012\u0004\u0012\u00020\u0006\u0012\u0004\u0012\u00020\u0007\u0018\u00010\u0005HÆ\u0003J+\u0010\u0010\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\u0016\b\u0002\u0010\u0004\u001a\u0010\u0012\u0004\u0012\u00020\u0006\u0012\u0004\u0012\u00020\u0007\u0018\u00010\u0005HÆ\u0001J\u0013\u0010\u0011\u001a\u00020\u00122\b\u0010\u0013\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0014\u001a\u00020\u0003HÖ\u0001J\t\u0010\u0015\u001a\u00020\u0006HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\u000bR$\u0010\u0004\u001a\u0010\u0012\u0004\u0012\u00020\u0006\u0012\u0004\u0012\u00020\u0007\u0018\u00010\u00058\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\r¨\u0006\u0016"}, d2 = {"Lcom/strmr/ps/data/model/tmdb/TMDBWatchProvidersResponse;", "", TtmlNode.ATTR_ID, "", "results", "", "", "Lcom/strmr/ps/data/model/tmdb/TMDBWatchProvidersCountry;", "<init>", "(ILjava/util/Map;)V", "getId", "()I", "getResults", "()Ljava/util/Map;", "component1", "component2", "copy", "equals", "", "other", "hashCode", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class TMDBWatchProvidersResponse {

    @SerializedName(TtmlNode.ATTR_ID)
    private final int id;

    @SerializedName("results")
    @pq6
    private final Map<String, TMDBWatchProvidersCountry> results;

    public TMDBWatchProvidersResponse(int i, @pq6 Map<String, TMDBWatchProvidersCountry> map) {
        this.id = i;
        this.results = map;
    }

    /* JADX WARN: Multi-variable type inference failed */
    public static /* synthetic */ TMDBWatchProvidersResponse copy$default(TMDBWatchProvidersResponse tMDBWatchProvidersResponse, int i, Map map, int i2, Object obj) {
        if ((i2 & 1) != 0) {
            i = tMDBWatchProvidersResponse.id;
        }
        if ((i2 & 2) != 0) {
            map = tMDBWatchProvidersResponse.results;
        }
        return tMDBWatchProvidersResponse.copy(i, map);
    }

    /* JADX INFO: renamed from: component1, reason: from getter */
    public final int getId() {
        return this.id;
    }

    @pq6
    public final Map<String, TMDBWatchProvidersCountry> component2() {
        return this.results;
    }

    @kp6
    public final TMDBWatchProvidersResponse copy(int id, @pq6 Map<String, TMDBWatchProvidersCountry> results) {
        return new TMDBWatchProvidersResponse(id, results);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof TMDBWatchProvidersResponse)) {
            return false;
        }
        TMDBWatchProvidersResponse tMDBWatchProvidersResponse = (TMDBWatchProvidersResponse) other;
        return this.id == tMDBWatchProvidersResponse.id && cr4.b(this.results, tMDBWatchProvidersResponse.results);
    }

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

    @pq6
    public final Map<String, TMDBWatchProvidersCountry> getResults() {
        return this.results;
    }

    public int hashCode() {
        int iHashCode = Integer.hashCode(this.id) * 31;
        Map<String, TMDBWatchProvidersCountry> map = this.results;
        return iHashCode + (map == null ? 0 : map.hashCode());
    }

    @kp6
    public String toString() {
        return "TMDBWatchProvidersResponse(id=" + this.id + ", results=" + this.results + ")";
    }
}
