public class DescribeMigrationCheckJobResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeMigrationCheckJobResponse() | 
| DescribeMigrationCheckJobResponse(DescribeMigrationCheckJobResponse 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 | getBriefMsg()Get Check task result message
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCheckFlag()Get Check result. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getStatus()Get Check task execution status. | 
| CheckStep[] | getStepInfo()Get Check step
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setBriefMsg(String BriefMsg)Set Check task result message
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCheckFlag(String CheckFlag)Set Check result. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setStatus(String Status)Set Check task execution status. | 
| void | setStepInfo(CheckStep[] StepInfo)Set Check step
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, toJsonStringpublic DescribeMigrationCheckJobResponse()
public DescribeMigrationCheckJobResponse(DescribeMigrationCheckJobResponse source)
public String getStatus()
public void setStatus(String Status)
Status - Check task execution status. Valid values: `notStarted`, `running`, `failed`, `success`.
Note: This field may return null, indicating that no valid values can be obtained.public String getBriefMsg()
public void setBriefMsg(String BriefMsg)
BriefMsg - Check task result message
Note: This field may return null, indicating that no valid values can be obtained.public CheckStep[] getStepInfo()
public void setStepInfo(CheckStep[] StepInfo)
StepInfo - Check step
Note: This field may return null, indicating that no valid values can be obtained.public String getCheckFlag()
public void setCheckFlag(String CheckFlag)
CheckFlag - Check result. Valid values: `checkPass`, `checkNotPass`.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.