DownloadProgress.smali

.class public Lcom/sandboxol/blockymods/entity/DownloadProgress;
.super Ljava/lang/Object;
.source "DownloadProgress.java"


# instance fields
.field private currentSize:J

.field private progress:I

.field private totalSize:J


# direct methods
.method public constructor <init>()V
    .registers 1

    .line 1
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public getCurrentSize()J
    .registers 3

    .line 1
    iget-wide v0, p0, Lcom/sandboxol/blockymods/entity/DownloadProgress;->currentSize:J

    return-wide v0
.end method

.method public getProgress()I
    .registers 2

    .line 1
    iget v0, p0, Lcom/sandboxol/blockymods/entity/DownloadProgress;->progress:I

    return v0
.end method

.method public getTotalSize()J
    .registers 3

    .line 1
    iget-wide v0, p0, Lcom/sandboxol/blockymods/entity/DownloadProgress;->totalSize:J

    return-wide v0
.end method

.method public setCurrentSize(J)V
    .registers 3

    .line 1
    iput-wide p1, p0, Lcom/sandboxol/blockymods/entity/DownloadProgress;->currentSize:J

    return-void
.end method

.method public setProgress(I)V
    .registers 2

    .line 1
    iput p1, p0, Lcom/sandboxol/blockymods/entity/DownloadProgress;->progress:I

    return-void
.end method

.method public setTotalSize(J)V
    .registers 3

    .line 1
    iput-wide p1, p0, Lcom/sandboxol/blockymods/entity/DownloadProgress;->totalSize:J

    return-void
.end method