public class ZipDownloadStatus extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipDownloadStatus.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
downloadedFileCount
The number of files that have already been downloaded.
|
protected Long |
skippedFileCount
The number of files that have been skipped as they could not be downloaded.
|
protected Long |
skippedFolderCount
The number of folders that have been skipped as they could not be downloaded.
|
protected EnumWrapper<ZipDownloadStatusStateField> |
state
The state of the archive being downloaded.
|
protected Long |
totalFileCount
The total number of files in the archive.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
ZipDownloadStatus() |
protected |
ZipDownloadStatus(ZipDownloadStatus.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getDownloadedFileCount() |
Long |
getSkippedFileCount() |
Long |
getSkippedFolderCount() |
EnumWrapper<ZipDownloadStatusStateField> |
getState() |
Long |
getTotalFileCount() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalFileCount
protected Long downloadedFileCount
protected Long skippedFileCount
protected Long skippedFolderCount
protected EnumWrapper<ZipDownloadStatusStateField> state
public ZipDownloadStatus()
protected ZipDownloadStatus(ZipDownloadStatus.Builder builder)
public Long getTotalFileCount()
public Long getDownloadedFileCount()
public Long getSkippedFileCount()
public Long getSkippedFolderCount()
public EnumWrapper<ZipDownloadStatusStateField> getState()