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

import androidx.media3.container.NalUnitUtil;
import defpackage.cr4;
import defpackage.kp6;
import defpackage.pq6;
import defpackage.uz1;
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\u0002\b\u0012\n\u0002\u0010\u000b\n\u0002\b\u0003\n\u0002\u0010\u000e\n\u0000\b\u0086\b\u0018\u00002\u00020\u0001B7\u0012\n\b\u0002\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\n\b\u0002\u0010\u0004\u001a\u0004\u0018\u00010\u0003\u0012\n\b\u0002\u0010\u0005\u001a\u0004\u0018\u00010\u0003\u0012\n\b\u0002\u0010\u0006\u001a\u0004\u0018\u00010\u0003¢\u0006\u0004\b\u0007\u0010\bJ\u0010\u0010\u000f\u001a\u0004\u0018\u00010\u0003HÆ\u0003¢\u0006\u0002\u0010\nJ\u0010\u0010\u0010\u001a\u0004\u0018\u00010\u0003HÆ\u0003¢\u0006\u0002\u0010\nJ\u0010\u0010\u0011\u001a\u0004\u0018\u00010\u0003HÆ\u0003¢\u0006\u0002\u0010\nJ\u0010\u0010\u0012\u001a\u0004\u0018\u00010\u0003HÆ\u0003¢\u0006\u0002\u0010\nJ>\u0010\u0013\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\u00032\n\b\u0002\u0010\u0006\u001a\u0004\u0018\u00010\u0003HÆ\u0001¢\u0006\u0002\u0010\u0014J\u0013\u0010\u0015\u001a\u00020\u00162\b\u0010\u0017\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0018\u001a\u00020\u0003HÖ\u0001J\t\u0010\u0019\u001a\u00020\u001aHÖ\u0001R\u0015\u0010\u0002\u001a\u0004\u0018\u00010\u0003¢\u0006\n\n\u0002\u0010\u000b\u001a\u0004\b\t\u0010\nR\u0015\u0010\u0004\u001a\u0004\u0018\u00010\u0003¢\u0006\n\n\u0002\u0010\u000b\u001a\u0004\b\f\u0010\nR\u0015\u0010\u0005\u001a\u0004\u0018\u00010\u0003¢\u0006\n\n\u0002\u0010\u000b\u001a\u0004\b\r\u0010\nR\u0015\u0010\u0006\u001a\u0004\u0018\u00010\u0003¢\u0006\n\n\u0002\u0010\u000b\u001a\u0004\b\u000e\u0010\n¨\u0006\u001b"}, d2 = {"Lcom/strmr/ps/data/model/trakt/TraktSyncCounts;", "", "movies", "", "shows", "seasons", "episodes", "<init>", "(Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)V", "getMovies", "()Ljava/lang/Integer;", "Ljava/lang/Integer;", "getShows", "getSeasons", "getEpisodes", "component1", "component2", "component3", "component4", "copy", "(Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Lcom/strmr/ps/data/model/trakt/TraktSyncCounts;", "equals", "", "other", "hashCode", "toString", "", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class TraktSyncCounts {

    @pq6
    private final Integer episodes;

    @pq6
    private final Integer movies;

    @pq6
    private final Integer seasons;

    @pq6
    private final Integer shows;

    public TraktSyncCounts() {
        this(null, null, null, null, 15, null);
    }

    public static /* synthetic */ TraktSyncCounts copy$default(TraktSyncCounts traktSyncCounts, Integer num, Integer num2, Integer num3, Integer num4, int i, Object obj) {
        if ((i & 1) != 0) {
            num = traktSyncCounts.movies;
        }
        if ((i & 2) != 0) {
            num2 = traktSyncCounts.shows;
        }
        if ((i & 4) != 0) {
            num3 = traktSyncCounts.seasons;
        }
        if ((i & 8) != 0) {
            num4 = traktSyncCounts.episodes;
        }
        return traktSyncCounts.copy(num, num2, num3, num4);
    }

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

    @pq6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final Integer getShows() {
        return this.shows;
    }

    @pq6
    /* JADX INFO: renamed from: component3, reason: from getter */
    public final Integer getSeasons() {
        return this.seasons;
    }

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

    @kp6
    public final TraktSyncCounts copy(@pq6 Integer movies, @pq6 Integer shows, @pq6 Integer seasons, @pq6 Integer episodes) {
        return new TraktSyncCounts(movies, shows, seasons, episodes);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof TraktSyncCounts)) {
            return false;
        }
        TraktSyncCounts traktSyncCounts = (TraktSyncCounts) other;
        return cr4.b(this.movies, traktSyncCounts.movies) && cr4.b(this.shows, traktSyncCounts.shows) && cr4.b(this.seasons, traktSyncCounts.seasons) && cr4.b(this.episodes, traktSyncCounts.episodes);
    }

    @pq6
    public final Integer getEpisodes() {
        return this.episodes;
    }

    @pq6
    public final Integer getMovies() {
        return this.movies;
    }

    @pq6
    public final Integer getSeasons() {
        return this.seasons;
    }

    @pq6
    public final Integer getShows() {
        return this.shows;
    }

    public int hashCode() {
        Integer num = this.movies;
        int iHashCode = (num == null ? 0 : num.hashCode()) * 31;
        Integer num2 = this.shows;
        int iHashCode2 = (iHashCode + (num2 == null ? 0 : num2.hashCode())) * 31;
        Integer num3 = this.seasons;
        int iHashCode3 = (iHashCode2 + (num3 == null ? 0 : num3.hashCode())) * 31;
        Integer num4 = this.episodes;
        return iHashCode3 + (num4 != null ? num4.hashCode() : 0);
    }

    @kp6
    public String toString() {
        return "TraktSyncCounts(movies=" + this.movies + ", shows=" + this.shows + ", seasons=" + this.seasons + ", episodes=" + this.episodes + ")";
    }

    public TraktSyncCounts(@pq6 Integer num, @pq6 Integer num2, @pq6 Integer num3, @pq6 Integer num4) {
        this.movies = num;
        this.shows = num2;
        this.seasons = num3;
        this.episodes = num4;
    }

    public /* synthetic */ TraktSyncCounts(Integer num, Integer num2, Integer num3, Integer num4, int i, uz1 uz1Var) {
        this((i & 1) != 0 ? null : num, (i & 2) != 0 ? null : num2, (i & 4) != 0 ? null : num3, (i & 8) != 0 ? null : num4);
    }
}
