public static class ListDataImportSQLPreCheckDetailResponseBody.ListDataImportSQLPreCheckDetailResponseBodyPreCheckSQLDetailList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
skip
Indicates whether the precheck of the SQL statement was skipped.
|
Long |
sqlId
The SQL ID, which indicates the sequence number of the SQL statement.
|
String |
sqlType
The type of the SQL statement, such as DELETE, UPDATE, or ALTER_TABLE.
|
String |
statusCode
The state of the ticket.
|
| 构造器和说明 |
|---|
ListDataImportSQLPreCheckDetailResponseBodyPreCheckSQLDetailList() |
@NameInMap(value="Skip") public Boolean skip
Indicates whether the precheck of the SQL statement was skipped. Valid values:
true
@NameInMap(value="SqlId") public Long sqlId
The SQL ID, which indicates the sequence number of the SQL statement. The number starts with 1.
example:1
@NameInMap(value="SqlType") public String sqlType
The type of the SQL statement, such as DELETE, UPDATE, or ALTER_TABLE.
example:INSERT
@NameInMap(value="StatusCode") public String statusCode
The state of the ticket. Valid values:
SUCCESS
public ListDataImportSQLPreCheckDetailResponseBodyPreCheckSQLDetailList()
public static ListDataImportSQLPreCheckDetailResponseBody.ListDataImportSQLPreCheckDetailResponseBodyPreCheckSQLDetailList build(Map<String,?> map) throws Exception
Exceptionpublic ListDataImportSQLPreCheckDetailResponseBody.ListDataImportSQLPreCheckDetailResponseBodyPreCheckSQLDetailList setSkip(Boolean skip)
public Boolean getSkip()
public ListDataImportSQLPreCheckDetailResponseBody.ListDataImportSQLPreCheckDetailResponseBodyPreCheckSQLDetailList setSqlId(Long sqlId)
public Long getSqlId()
public ListDataImportSQLPreCheckDetailResponseBody.ListDataImportSQLPreCheckDetailResponseBodyPreCheckSQLDetailList setSqlType(String sqlType)
public String getSqlType()
public ListDataImportSQLPreCheckDetailResponseBody.ListDataImportSQLPreCheckDetailResponseBodyPreCheckSQLDetailList setStatusCode(String statusCode)
public String getStatusCode()
Copyright © 2025. All rights reserved.