public class DescribeSnapshotTaskResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSnapshotTaskResponse() |
DescribeSnapshotTaskResponse(DescribeSnapshotTaskResponse 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 |
---|---|
Long |
getCreateTime()
Get Creation time of the task.
|
Long |
getFinishTime()
Get Completion time of the task.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
SnapshotResult |
getResult()
Get Task result information.
|
String |
getStatus()
Get Task status.
|
String |
getTaskID()
Get Task ID.
|
void |
setCreateTime(Long CreateTime)
Set Creation time of the task.
|
void |
setFinishTime(Long FinishTime)
Set Completion time of the task.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResult(SnapshotResult Result)
Set Task result information.
|
void |
setStatus(String Status)
Set Task status.
|
void |
setTaskID(String TaskID)
Set Task ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSnapshotTaskResponse()
public DescribeSnapshotTaskResponse(DescribeSnapshotTaskResponse source)
public String getTaskID()
public void setTaskID(String TaskID)
TaskID
- Task ID.
Note: This parameter may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Task status.
Running: The task is running.
Finished: The task is finished.
Note: This parameter may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation time of the task. Unit: seconds.
Note: This parameter may return null, indicating that no valid values can be obtained.public Long getFinishTime()
public void setFinishTime(Long FinishTime)
FinishTime
- Completion time of the task. Unit: seconds.
Note: This parameter may return null, indicating that no valid values can be obtained.public SnapshotResult getResult()
public void setResult(SnapshotResult Result)
Result
- Task result information.
Note: This parameter may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.