public class GetDataImportSQLResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetDataImportSQLResponseBody.GetDataImportSQLResponseBodySQLDetail |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The request ID.
|
GetDataImportSQLResponseBody.GetDataImportSQLResponseBodySQLDetail |
SQLDetail
The details of SQL statements.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
GetDataImportSQLResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataImportSQLResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
GetDataImportSQLResponseBody.GetDataImportSQLResponseBodySQLDetail |
getSQLDetail() |
Boolean |
getSuccess() |
GetDataImportSQLResponseBody |
setErrorCode(String errorCode) |
GetDataImportSQLResponseBody |
setErrorMessage(String errorMessage) |
GetDataImportSQLResponseBody |
setRequestId(String requestId) |
GetDataImportSQLResponseBody |
setSQLDetail(GetDataImportSQLResponseBody.GetDataImportSQLResponseBodySQLDetail SQLDetail) |
GetDataImportSQLResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The request ID. You can use the ID to locate logs and troubleshoot issues.
example:B43AD641-49C2-5299-9E06-1B37EC1B****
@NameInMap(value="SQLDetail") public GetDataImportSQLResponseBody.GetDataImportSQLResponseBodySQLDetail SQLDetail
The details of SQL statements.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static GetDataImportSQLResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDataImportSQLResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetDataImportSQLResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetDataImportSQLResponseBody setRequestId(String requestId)
public String getRequestId()
public GetDataImportSQLResponseBody setSQLDetail(GetDataImportSQLResponseBody.GetDataImportSQLResponseBodySQLDetail SQLDetail)
public GetDataImportSQLResponseBody.GetDataImportSQLResponseBodySQLDetail getSQLDetail()
public GetDataImportSQLResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.