public class ListDataImportSQLPreCheckDetailRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
orderId
The ticket ID.
|
Long |
pageNumer
The page number.
|
Long |
pageSize
The number of entries per page.
|
String |
sqlType
The type of the SQL statement.
|
String |
statusCode
The state of the ticket.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
ListDataImportSQLPreCheckDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDataImportSQLPreCheckDetailRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getPageNumer() |
Long |
getPageSize() |
String |
getSqlType() |
String |
getStatusCode() |
Long |
getTid() |
ListDataImportSQLPreCheckDetailRequest |
setOrderId(Long orderId) |
ListDataImportSQLPreCheckDetailRequest |
setPageNumer(Long pageNumer) |
ListDataImportSQLPreCheckDetailRequest |
setPageSize(Long pageSize) |
ListDataImportSQLPreCheckDetailRequest |
setSqlType(String sqlType) |
ListDataImportSQLPreCheckDetailRequest |
setStatusCode(String statusCode) |
ListDataImportSQLPreCheckDetailRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ticket ID. You can call the ListOrders operation to query the ticket ID.
This parameter is required.
example:11****
@NameInMap(value="PageNumer") public Long pageNumer
The page number. Pages start from page 1.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries per page.
example:20
@NameInMap(value="SqlType") public String sqlType
The type of the SQL statement. Valid values:
example:You can log on to the Data Management (DMS) console and choose Security and Specifications > Operation Audit in the top navigation bar to view more types of SQL statements.
INSERT
@NameInMap(value="StatusCode") public String statusCode
The state of the ticket. If you leave this parameter empty, all the states are queried by default. Valid values:
SUCCESS
@NameInMap(value="Tid") public Long tid
The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID.
example:1
public static ListDataImportSQLPreCheckDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDataImportSQLPreCheckDetailRequest setOrderId(Long orderId)
public Long getOrderId()
public ListDataImportSQLPreCheckDetailRequest setPageNumer(Long pageNumer)
public Long getPageNumer()
public ListDataImportSQLPreCheckDetailRequest setPageSize(Long pageSize)
public Long getPageSize()
public ListDataImportSQLPreCheckDetailRequest setSqlType(String sqlType)
public String getSqlType()
public ListDataImportSQLPreCheckDetailRequest setStatusCode(String statusCode)
public String getStatusCode()
public ListDataImportSQLPreCheckDetailRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.