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

import androidx.media3.container.NalUnitUtil;
import com.google.gson.annotations.SerializedName;
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\t\n\u0002\b\r\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\u001f\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003\u0012\u0006\u0010\u0005\u001a\u00020\u0003¢\u0006\u0004\b\u0006\u0010\u0007J\t\u0010\f\u001a\u00020\u0003HÆ\u0003J\t\u0010\r\u001a\u00020\u0003HÆ\u0003J\t\u0010\u000e\u001a\u00020\u0003HÆ\u0003J'\u0010\u000f\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\u0003HÆ\u0001J\u0013\u0010\u0010\u001a\u00020\u00112\b\u0010\u0012\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0013\u001a\u00020\u0014HÖ\u0001J\t\u0010\u0015\u001a\u00020\u0016HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\b\u0010\tR\u0016\u0010\u0004\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\tR\u0016\u0010\u0005\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\t¨\u0006\u0017"}, d2 = {"Lcom/strmr/ps/data/remote/model/alldebrid/AllDebridQuota;", "", "used", "", "remaining", "limit", "<init>", "(JJJ)V", "getUsed", "()J", "getRemaining", "getLimit", "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 AllDebridQuota {

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

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

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

    public AllDebridQuota(long j, long j2, long j3) {
        this.used = j;
        this.remaining = j2;
        this.limit = j3;
    }

    public static /* synthetic */ AllDebridQuota copy$default(AllDebridQuota allDebridQuota, long j, long j2, long j3, int i, Object obj) {
        if ((i & 1) != 0) {
            j = allDebridQuota.used;
        }
        long j4 = j;
        if ((i & 2) != 0) {
            j2 = allDebridQuota.remaining;
        }
        long j5 = j2;
        if ((i & 4) != 0) {
            j3 = allDebridQuota.limit;
        }
        return allDebridQuota.copy(j4, j5, j3);
    }

    /* JADX INFO: renamed from: component1, reason: from getter */
    public final long getUsed() {
        return this.used;
    }

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

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

    @kp6
    public final AllDebridQuota copy(long used, long remaining, long limit) {
        return new AllDebridQuota(used, remaining, limit);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof AllDebridQuota)) {
            return false;
        }
        AllDebridQuota allDebridQuota = (AllDebridQuota) other;
        return this.used == allDebridQuota.used && this.remaining == allDebridQuota.remaining && this.limit == allDebridQuota.limit;
    }

    public final long getLimit() {
        return this.limit;
    }

    public final long getRemaining() {
        return this.remaining;
    }

    public final long getUsed() {
        return this.used;
    }

    public int hashCode() {
        return Long.hashCode(this.limit) + fi7.b(Long.hashCode(this.used) * 31, 31, this.remaining);
    }

    @kp6
    public String toString() {
        long j = this.used;
        long j2 = this.remaining;
        long j3 = this.limit;
        StringBuilder sbP = vw2.p(j, "AllDebridQuota(used=", ", remaining=");
        sbP.append(j2);
        sbP.append(", limit=");
        sbP.append(j3);
        sbP.append(")");
        return sbP.toString();
    }
}
