public class ListDataImportSQLTypeResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
List<String> |
sqlTypeResult
The types of SQL statements.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
ListDataImportSQLTypeResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDataImportSQLTypeResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
List<String> |
getSqlTypeResult() |
Boolean |
getSuccess() |
ListDataImportSQLTypeResponseBody |
setErrorCode(String errorCode) |
ListDataImportSQLTypeResponseBody |
setErrorMessage(String errorMessage) |
ListDataImportSQLTypeResponseBody |
setRequestId(String requestId) |
ListDataImportSQLTypeResponseBody |
setSqlTypeResult(List<String> sqlTypeResult) |
ListDataImportSQLTypeResponseBody |
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:E5EE2B9E-2F95-57FA-B284-CB441CEE49D6
@NameInMap(value="SqlTypeResult") public List<String> sqlTypeResult
The types of SQL statements.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static ListDataImportSQLTypeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListDataImportSQLTypeResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListDataImportSQLTypeResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListDataImportSQLTypeResponseBody setRequestId(String requestId)
public String getRequestId()
public ListDataImportSQLTypeResponseBody setSqlTypeResult(List<String> sqlTypeResult)
public ListDataImportSQLTypeResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.