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