@Deprecated public class DownloadProgress extends Object
| Constructor and Description |
|---|
DownloadProgress()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGuid()
Deprecated.
Global unique identifier of the download.
|
Double |
getReceivedBytes()
Deprecated.
Total bytes received.
|
DownloadProgressState |
getState()
Deprecated.
Download status.
|
Double |
getTotalBytes()
Deprecated.
Total expected bytes to download.
|
void |
setGuid(String guid)
Deprecated.
Global unique identifier of the download.
|
void |
setReceivedBytes(Double receivedBytes)
Deprecated.
Total bytes received.
|
void |
setState(DownloadProgressState state)
Deprecated.
Download status.
|
void |
setTotalBytes(Double totalBytes)
Deprecated.
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.