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

import androidx.media3.container.NalUnitUtil;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.fi7;
import defpackage.kp6;
import defpackage.pq6;
import defpackage.vw2;
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\u0010\t\n\u0002\b\u000f\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\u0003\u0012\u0006\u0010\u0005\u001a\u00020\u0006\u0012\u0006\u0010\u0007\u001a\u00020\u0003¢\u0006\u0004\b\b\u0010\tJ\t\u0010\u0010\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0011\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0012\u001a\u00020\u0006HÆ\u0003J\t\u0010\u0013\u001a\u00020\u0003HÆ\u0003J1\u0010\u0014\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00062\b\b\u0002\u0010\u0007\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\u0015\u001a\u00020\u00162\b\u0010\u0017\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0018\u001a\u00020\u0019HÖ\u0001J\t\u0010\u001a\u001a\u00020\u0003HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\u000bR\u0016\u0010\u0004\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\u000bR\u0016\u0010\u0005\u001a\u00020\u00068\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\r\u0010\u000eR\u0016\u0010\u0007\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000f\u0010\u000b¨\u0006\u001b"}, d2 = {"Lcom/strmr/ps/data/remote/model/alldebrid/AllDebridStreamingLink;", "", "quality", "", "ext", "filesize", "", "link", "<init>", "(Ljava/lang/String;Ljava/lang/String;JLjava/lang/String;)V", "getQuality", "()Ljava/lang/String;", "getExt", "getFilesize", "()J", "getLink", "component1", "component2", "component3", "component4", "copy", "equals", "", "other", "hashCode", "", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class AllDebridStreamingLink {

    @SerializedName("ext")
    @kp6
    private final String ext;

    @SerializedName("filesize")
    private final long filesize;

    @SerializedName("link")
    @kp6
    private final String link;

    @SerializedName("quality")
    @kp6
    private final String quality;

    public AllDebridStreamingLink(@kp6 String str, @kp6 String str2, long j, @kp6 String str3) {
        cr4.g(str, "quality");
        cr4.g(str2, "ext");
        cr4.g(str3, "link");
        this.quality = str;
        this.ext = str2;
        this.filesize = j;
        this.link = str3;
    }

    public static /* synthetic */ AllDebridStreamingLink copy$default(AllDebridStreamingLink allDebridStreamingLink, String str, String str2, long j, String str3, int i, Object obj) {
        if ((i & 1) != 0) {
            str = allDebridStreamingLink.quality;
        }
        if ((i & 2) != 0) {
            str2 = allDebridStreamingLink.ext;
        }
        if ((i & 4) != 0) {
            j = allDebridStreamingLink.filesize;
        }
        if ((i & 8) != 0) {
            str3 = allDebridStreamingLink.link;
        }
        String str4 = str3;
        return allDebridStreamingLink.copy(str, str2, j, str4);
    }

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

    @kp6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final String getExt() {
        return this.ext;
    }

    /* JADX INFO: renamed from: component3, reason: from getter */
    public final long getFilesize() {
        return this.filesize;
    }

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

    @kp6
    public final AllDebridStreamingLink copy(@kp6 String quality, @kp6 String ext, long filesize, @kp6 String link) {
        cr4.g(quality, "quality");
        cr4.g(ext, "ext");
        cr4.g(link, "link");
        return new AllDebridStreamingLink(quality, ext, filesize, link);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof AllDebridStreamingLink)) {
            return false;
        }
        AllDebridStreamingLink allDebridStreamingLink = (AllDebridStreamingLink) other;
        return cr4.b(this.quality, allDebridStreamingLink.quality) && cr4.b(this.ext, allDebridStreamingLink.ext) && this.filesize == allDebridStreamingLink.filesize && cr4.b(this.link, allDebridStreamingLink.link);
    }

    @kp6
    public final String getExt() {
        return this.ext;
    }

    public final long getFilesize() {
        return this.filesize;
    }

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

    @kp6
    public final String getQuality() {
        return this.quality;
    }

    public int hashCode() {
        return this.link.hashCode() + fi7.b(vw2.b(this.quality.hashCode() * 31, 31, this.ext), 31, this.filesize);
    }

    @kp6
    public String toString() {
        String str = this.quality;
        String str2 = this.ext;
        long j = this.filesize;
        String str3 = this.link;
        StringBuilder sbM = fi7.m("AllDebridStreamingLink(quality=", str, ", ext=", str2, ", filesize=");
        sbM.append(j);
        sbM.append(", link=");
        sbM.append(str3);
        sbM.append(")");
        return sbM.toString();
    }
}
