public class DescribePreCheckResultResponse
extends com.aliyuncs.v5.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribePreCheckResultResponse.PreCheckResult |
| Constructor and Description |
|---|
DescribePreCheckResultResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkShowJsonItemName() |
DescribePreCheckResultResponse |
getInstance(com.aliyuncs.v5.transform.UnmarshallerContext context) |
DescribePreCheckResultResponse.PreCheckResult |
getPreCheckResult() |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setPreCheckResult(DescribePreCheckResultResponse.PreCheckResult preCheckResult) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public DescribePreCheckResultResponse.PreCheckResult getPreCheckResult()
public void setPreCheckResult(DescribePreCheckResultResponse.PreCheckResult preCheckResult)
public DescribePreCheckResultResponse getInstance(com.aliyuncs.v5.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.v5.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName in class com.aliyuncs.v5.AcsResponseCopyright © 2020. All Rights Reserved.