public class DescribeCheckSyncJobResultResponse extends AbstractModel
Constructor and Description |
---|
DescribeCheckSyncJobResultResponse() |
DescribeCheckSyncJobResultResponse(DescribeCheckSyncJobResultResponse 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 |
getProgress()
Get Overall progress.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getStatus()
Get Execution status of the check task.
|
Long |
getStepCount()
Get Total number of steps
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStepCur()
Get The current step
Note: This field may return null, indicating that no valid values can be obtained.
|
StepInfo[] |
getStepInfos()
Get Step information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProgress(Long Progress)
Set Overall progress.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStatus(String Status)
Set Execution status of the check task.
|
void |
setStepCount(Long StepCount)
Set Total number of steps
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStepCur(Long StepCur)
Set The current step
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStepInfos(StepInfo[] StepInfos)
Set Step information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeCheckSyncJobResultResponse()
public DescribeCheckSyncJobResultResponse(DescribeCheckSyncJobResultResponse source)
public String getStatus()
public void setStatus(String Status)
Status
- Execution status of the check task. Valid values: `notStarted`, `running`, `failed`, `success`.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStepCount()
public void setStepCount(Long StepCount)
StepCount
- Total number of steps
Note: This field may return null, indicating that no valid values can be obtained.public Long getStepCur()
public void setStepCur(Long StepCur)
StepCur
- The current step
Note: This field may return null, indicating that no valid values can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress
- Overall progress. Value range: 0-100.
Note: This field may return null, indicating that no valid values can be obtained.public StepInfo[] getStepInfos()
public void setStepInfos(StepInfo[] StepInfos)
StepInfos
- Step information
Note: This field 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 © 2023. All rights reserved.