public class BackupDownloadTaskStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BackupDownloadTaskStatus() | 
| BackupDownloadTaskStatus(BackupDownloadTaskStatus source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getReplicaSetId()Get 分片名。 | 
| Long | getStatus()Get 任务当前状态。
- 0:等待执行。
- 1:正在下载。
- 2:下载完成。
- 3:下载失败。
- 4:等待重试。 | 
| void | setReplicaSetId(String ReplicaSetId)Set 分片名。 | 
| void | setStatus(Long Status)Set 任务当前状态。
- 0:等待执行。
- 1:正在下载。
- 2:下载完成。
- 3:下载失败。
- 4:等待重试。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BackupDownloadTaskStatus()
public BackupDownloadTaskStatus(BackupDownloadTaskStatus source)
public String getReplicaSetId()
public void setReplicaSetId(String ReplicaSetId)
ReplicaSetId - 分片名。public Long getStatus()
public void setStatus(Long Status)
Status - 任务当前状态。
- 0:等待执行。
- 1:正在下载。
- 2:下载完成。
- 3:下载失败。
- 4:等待重试。Copyright © 2025. All rights reserved.