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\u0018\u0002\n\u0002\b\u0007\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0086\b\u0018\u00002\u00020\u0001B\u000f\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0004\b\u0004\u0010\u0005J\t\u0010\b\u001a\u00020\u0003HÆ\u0003J\u0013\u0010\t\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\n\u001a\u00020\u000b2\b\u0010\f\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\r\u001a\u00020\u000eHÖ\u0001J\t\u0010\u000f\u001a\u00020\u0010HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0006\u0010\u0007¨\u0006\u0011"}, d2 = {"Lcom/strmr/ps/data/model/trakt/TraktScrobbleShow;", "", "ids", "Lcom/strmr/ps/data/model/trakt/TraktScrobbleIds;", "<init>", "(Lcom/strmr/ps/data/model/trakt/TraktScrobbleIds;)V", "getIds", "()Lcom/strmr/ps/data/model/trakt/TraktScrobbleIds;", "component1", "copy", "equals", "", "other", "hashCode", "", "toString", "", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class TraktScrobbleShow {

    @SerializedName("ids")
    @kp6
    private final TraktScrobbleIds ids;

    public TraktScrobbleShow(@kp6 TraktScrobbleIds traktScrobbleIds) {
        cr4.g(traktScrobbleIds, "ids");
        this.ids = traktScrobbleIds;
    }

    public static /* synthetic */ TraktScrobbleShow copy$default(TraktScrobbleShow traktScrobbleShow, TraktScrobbleIds traktScrobbleIds, int i, Object obj) {
        if ((i & 1) != 0) {
            traktScrobbleIds = traktScrobbleShow.ids;
        }
        return traktScrobbleShow.copy(traktScrobbleIds);
    }

    @kp6
    /* JADX INFO: renamed from: component1, reason: from getter */
    public final TraktScrobbleIds getIds() {
        return this.ids;
    }

    @kp6
    public final TraktScrobbleShow copy(@kp6 TraktScrobbleIds ids) {
        cr4.g(ids, "ids");
        return new TraktScrobbleShow(ids);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        return (other instanceof TraktScrobbleShow) && cr4.b(this.ids, ((TraktScrobbleShow) other).ids);
    }

    @kp6
    public final TraktScrobbleIds getIds() {
        return this.ids;
    }

    public int hashCode() {
        return this.ids.hashCode();
    }

    @kp6
    public String toString() {
        return "TraktScrobbleShow(ids=" + this.ids + ")";
    }
}
