public static class ZipDownloadStatus.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected Long |
downloadedFileCount |
protected Long |
skippedFileCount |
protected Long |
skippedFolderCount |
protected EnumWrapper<ZipDownloadStatusStateField> |
state |
protected Long |
totalFileCount |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ZipDownloadStatus |
build() |
ZipDownloadStatus.Builder |
downloadedFileCount(Long downloadedFileCount) |
ZipDownloadStatus.Builder |
skippedFileCount(Long skippedFileCount) |
ZipDownloadStatus.Builder |
skippedFolderCount(Long skippedFolderCount) |
ZipDownloadStatus.Builder |
state(EnumWrapper<ZipDownloadStatusStateField> state) |
ZipDownloadStatus.Builder |
state(ZipDownloadStatusStateField state) |
ZipDownloadStatus.Builder |
totalFileCount(Long totalFileCount) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalFileCount
protected Long downloadedFileCount
protected Long skippedFileCount
protected Long skippedFolderCount
protected EnumWrapper<ZipDownloadStatusStateField> state
public Builder()
public ZipDownloadStatus.Builder totalFileCount(Long totalFileCount)
public ZipDownloadStatus.Builder downloadedFileCount(Long downloadedFileCount)
public ZipDownloadStatus.Builder skippedFileCount(Long skippedFileCount)
public ZipDownloadStatus.Builder skippedFolderCount(Long skippedFolderCount)
public ZipDownloadStatus.Builder state(ZipDownloadStatusStateField state)
public ZipDownloadStatus.Builder state(EnumWrapper<ZipDownloadStatusStateField> state)
public ZipDownloadStatus build()