public class DownloadProgress extends Object
| Constructor and Description |
|---|
DownloadProgress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGuid()
Global unique identifier of the download.
|
Double |
getReceivedBytes()
Total bytes received.
|
DownloadProgressState |
getState()
Download status.
|
Double |
getTotalBytes()
Total expected bytes to download.
|
void |
setGuid(String guid)
Global unique identifier of the download.
|
void |
setReceivedBytes(Double receivedBytes)
Total bytes received.
|
void |
setState(DownloadProgressState state)
Download status.
|
void |
setTotalBytes(Double totalBytes)
Total expected bytes to download.
|
public String getGuid()
public void setGuid(String guid)
public Double getTotalBytes()
public void setTotalBytes(Double totalBytes)
public Double getReceivedBytes()
public void setReceivedBytes(Double receivedBytes)
public DownloadProgressState getState()
public void setState(DownloadProgressState state)
Copyright © 2021 Kenan Klisura. All rights reserved.