package com.strmr.ps.data.remote.model.alldebrid;

import androidx.media3.container.NalUnitUtil;
import androidx.media3.exoplayer.upstream.CmcdData;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.fi7;
import defpackage.kp6;
import defpackage.n41;
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\u0000\n\u0002\u0010\t\n\u0002\b\r\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b\u0086\b\u0018\u00002\u00020\u0001B!\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0005\u0012\b\u0010\u0006\u001a\u0004\u0018\u00010\u0003¢\u0006\u0004\b\u0007\u0010\bJ\t\u0010\u000e\u001a\u00020\u0003HÆ\u0003J\t\u0010\u000f\u001a\u00020\u0005HÆ\u0003J\u000b\u0010\u0010\u001a\u0004\u0018\u00010\u0003HÆ\u0003J)\u0010\u0011\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00052\n\b\u0002\u0010\u0006\u001a\u0004\u0018\u00010\u0003HÆ\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\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\nR\u0016\u0010\u0004\u001a\u00020\u00058\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\fR\u0018\u0010\u0006\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\r\u0010\n¨\u0006\u0018"}, d2 = {"Lcom/strmr/ps/data/remote/model/alldebrid/AllDebridLinkFile;", "", AppMeasurementSdk.ConditionalUserProperty.NAME, "", "size", "", "link", "<init>", "(Ljava/lang/String;JLjava/lang/String;)V", "getName", "()Ljava/lang/String;", "getSize", "()J", "getLink", "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 AllDebridLinkFile {

    @SerializedName(CmcdData.STREAM_TYPE_LIVE)
    @pq6
    private final String link;

    @SerializedName("n")
    @kp6
    private final String name;

    @SerializedName(CmcdData.STREAMING_FORMAT_SS)
    private final long size;

    public AllDebridLinkFile(@kp6 String str, long j, @pq6 String str2) {
        cr4.g(str, AppMeasurementSdk.ConditionalUserProperty.NAME);
        this.name = str;
        this.size = j;
        this.link = str2;
    }

    public static /* synthetic */ AllDebridLinkFile copy$default(AllDebridLinkFile allDebridLinkFile, String str, long j, String str2, int i, Object obj) {
        if ((i & 1) != 0) {
            str = allDebridLinkFile.name;
        }
        if ((i & 2) != 0) {
            j = allDebridLinkFile.size;
        }
        if ((i & 4) != 0) {
            str2 = allDebridLinkFile.link;
        }
        return allDebridLinkFile.copy(str, j, str2);
    }

    @kp6
    /* JADX INFO: renamed from: component1, reason: from getter */
    public final String getName() {
        return this.name;
    }

    /* JADX INFO: renamed from: component2, reason: from getter */
    public final long getSize() {
        return this.size;
    }

    @pq6
    /* JADX INFO: renamed from: component3, reason: from getter */
    public final String getLink() {
        return this.link;
    }

    @kp6
    public final AllDebridLinkFile copy(@kp6 String name, long size, @pq6 String link) {
        cr4.g(name, AppMeasurementSdk.ConditionalUserProperty.NAME);
        return new AllDebridLinkFile(name, size, link);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof AllDebridLinkFile)) {
            return false;
        }
        AllDebridLinkFile allDebridLinkFile = (AllDebridLinkFile) other;
        return cr4.b(this.name, allDebridLinkFile.name) && this.size == allDebridLinkFile.size && cr4.b(this.link, allDebridLinkFile.link);
    }

    @pq6
    public final String getLink() {
        return this.link;
    }

    @kp6
    public final String getName() {
        return this.name;
    }

    public final long getSize() {
        return this.size;
    }

    public int hashCode() {
        int iB = fi7.b(this.name.hashCode() * 31, 31, this.size);
        String str = this.link;
        return iB + (str == null ? 0 : str.hashCode());
    }

    @kp6
    public String toString() {
        String str = this.name;
        long j = this.size;
        String str2 = this.link;
        StringBuilder sb = new StringBuilder("AllDebridLinkFile(name=");
        sb.append(str);
        sb.append(", size=");
        sb.append(j);
        return n41.t(sb, ", link=", str2, ")");
    }
}
