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

import androidx.media3.container.NalUnitUtil;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.kp6;
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\f\n\u0002\u0010\u000b\n\u0002\b\u0004\b\u0086\b\u0018\u00002\u00020\u0001B\u001b\u0012\b\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005¢\u0006\u0004\b\u0006\u0010\u0007J\u0010\u0010\r\u001a\u0004\u0018\u00010\u0003HÆ\u0003¢\u0006\u0002\u0010\tJ\u000b\u0010\u000e\u001a\u0004\u0018\u00010\u0005HÆ\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\u0005HÆ\u0001¢\u0006\u0002\u0010\u0010J\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\u0005HÖ\u0001R\u001a\u0010\u0002\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\n\n\u0002\u0010\n\u001a\u0004\b\b\u0010\tR\u0018\u0010\u0004\u001a\u0004\u0018\u00010\u00058\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\f¨\u0006\u0016"}, d2 = {"Lcom/strmr/ps/data/model/trakt/TraktListIds;", "", "trakt", "", "slug", "", "<init>", "(Ljava/lang/Integer;Ljava/lang/String;)V", "getTrakt", "()Ljava/lang/Integer;", "Ljava/lang/Integer;", "getSlug", "()Ljava/lang/String;", "component1", "component2", "copy", "(Ljava/lang/Integer;Ljava/lang/String;)Lcom/strmr/ps/data/model/trakt/TraktListIds;", "equals", "", "other", "hashCode", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class TraktListIds {

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

    @SerializedName("trakt")
    @pq6
    private final Integer trakt;

    public TraktListIds(@pq6 Integer num, @pq6 String str) {
        this.trakt = num;
        this.slug = str;
    }

    public static /* synthetic */ TraktListIds copy$default(TraktListIds traktListIds, Integer num, String str, int i, Object obj) {
        if ((i & 1) != 0) {
            num = traktListIds.trakt;
        }
        if ((i & 2) != 0) {
            str = traktListIds.slug;
        }
        return traktListIds.copy(num, str);
    }

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

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

    @kp6
    public final TraktListIds copy(@pq6 Integer trakt, @pq6 String slug) {
        return new TraktListIds(trakt, slug);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof TraktListIds)) {
            return false;
        }
        TraktListIds traktListIds = (TraktListIds) other;
        return cr4.b(this.trakt, traktListIds.trakt) && cr4.b(this.slug, traktListIds.slug);
    }

    @pq6
    public final String getSlug() {
        return this.slug;
    }

    @pq6
    public final Integer getTrakt() {
        return this.trakt;
    }

    public int hashCode() {
        Integer num = this.trakt;
        int iHashCode = (num == null ? 0 : num.hashCode()) * 31;
        String str = this.slug;
        return iHashCode + (str != null ? str.hashCode() : 0);
    }

    @kp6
    public String toString() {
        return "TraktListIds(trakt=" + this.trakt + ", slug=" + this.slug + ")";
    }
}
