package com.strmr.ps.data.remote.api;

import androidx.media3.container.NalUnitUtil;
import androidx.media3.exoplayer.rtsp.SessionDescription;
import androidx.media3.extractor.text.ttml.TtmlNode;
import defpackage.cr4;
import defpackage.fi7;
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\u000e\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\f\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\u0006¢\u0006\u0004\b\u0007\u0010\bJ\u000b\u0010\u000e\u001a\u0004\u0018\u00010\u0003HÆ\u0003J\u000b\u0010\u000f\u001a\u0004\u0018\u00010\u0003HÆ\u0003J\u000b\u0010\u0010\u001a\u0004\u0018\u00010\u0006HÆ\u0003J-\u0010\u0011\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\u0006HÆ\u0001J\u0013\u0010\u0012\u001a\u00020\u00132\b\u0010\u0014\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0015\u001a\u00020\u0016HÖ\u0001J\t\u0010\u0017\u001a\u00020\u0003HÖ\u0001R\u0013\u0010\u0002\u001a\u0004\u0018\u00010\u0003¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\nR\u0013\u0010\u0004\u001a\u0004\u0018\u00010\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\nR\u0013\u0010\u0005\u001a\u0004\u0018\u00010\u0006¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\r¨\u0006\u0018"}, d2 = {"Lcom/strmr/ps/data/remote/api/OpenSubtitlesSubtitle;", "", TtmlNode.ATTR_ID, "", SessionDescription.ATTR_TYPE, "attributes", "Lcom/strmr/ps/data/remote/api/OpenSubtitlesAttributes;", "<init>", "(Ljava/lang/String;Ljava/lang/String;Lcom/strmr/ps/data/remote/api/OpenSubtitlesAttributes;)V", "getId", "()Ljava/lang/String;", "getType", "getAttributes", "()Lcom/strmr/ps/data/remote/api/OpenSubtitlesAttributes;", "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 OpenSubtitlesSubtitle {

    @pq6
    private final OpenSubtitlesAttributes attributes;

    @pq6
    private final String id;

    @pq6
    private final String type;

    public OpenSubtitlesSubtitle(@pq6 String str, @pq6 String str2, @pq6 OpenSubtitlesAttributes openSubtitlesAttributes) {
        this.id = str;
        this.type = str2;
        this.attributes = openSubtitlesAttributes;
    }

    public static /* synthetic */ OpenSubtitlesSubtitle copy$default(OpenSubtitlesSubtitle openSubtitlesSubtitle, String str, String str2, OpenSubtitlesAttributes openSubtitlesAttributes, int i, Object obj) {
        if ((i & 1) != 0) {
            str = openSubtitlesSubtitle.id;
        }
        if ((i & 2) != 0) {
            str2 = openSubtitlesSubtitle.type;
        }
        if ((i & 4) != 0) {
            openSubtitlesAttributes = openSubtitlesSubtitle.attributes;
        }
        return openSubtitlesSubtitle.copy(str, str2, openSubtitlesAttributes);
    }

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

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

    @pq6
    /* JADX INFO: renamed from: component3, reason: from getter */
    public final OpenSubtitlesAttributes getAttributes() {
        return this.attributes;
    }

    @kp6
    public final OpenSubtitlesSubtitle copy(@pq6 String id, @pq6 String type, @pq6 OpenSubtitlesAttributes attributes) {
        return new OpenSubtitlesSubtitle(id, type, attributes);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof OpenSubtitlesSubtitle)) {
            return false;
        }
        OpenSubtitlesSubtitle openSubtitlesSubtitle = (OpenSubtitlesSubtitle) other;
        return cr4.b(this.id, openSubtitlesSubtitle.id) && cr4.b(this.type, openSubtitlesSubtitle.type) && cr4.b(this.attributes, openSubtitlesSubtitle.attributes);
    }

    @pq6
    public final OpenSubtitlesAttributes getAttributes() {
        return this.attributes;
    }

    @pq6
    public final String getId() {
        return this.id;
    }

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

    public int hashCode() {
        String str = this.id;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.type;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        OpenSubtitlesAttributes openSubtitlesAttributes = this.attributes;
        return iHashCode2 + (openSubtitlesAttributes != null ? openSubtitlesAttributes.hashCode() : 0);
    }

    @kp6
    public String toString() {
        String str = this.id;
        String str2 = this.type;
        OpenSubtitlesAttributes openSubtitlesAttributes = this.attributes;
        StringBuilder sbM = fi7.m("OpenSubtitlesSubtitle(id=", str, ", type=", str2, ", attributes=");
        sbM.append(openSubtitlesAttributes);
        sbM.append(")");
        return sbM.toString();
    }
}
