public class ListDataCorrectPreCheckSQLRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dbId
The ID of the database.
|
Long |
orderId
The ID of the data change ticket.
|
Long |
pageNumber
The number of the page to return.
|
Long |
pageSize
The number of entries to return on each page.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListDataCorrectPreCheckSQLRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDataCorrectPreCheckSQLRequest |
build(Map<String,?> map) |
Long |
getDbId() |
Long |
getOrderId() |
Long |
getPageNumber() |
Long |
getPageSize() |
Long |
getTid() |
ListDataCorrectPreCheckSQLRequest |
setDbId(Long dbId) |
ListDataCorrectPreCheckSQLRequest |
setOrderId(Long orderId) |
ListDataCorrectPreCheckSQLRequest |
setPageNumber(Long pageNumber) |
ListDataCorrectPreCheckSQLRequest |
setPageSize(Long pageSize) |
ListDataCorrectPreCheckSQLRequest |
setTid(Long tid) |
@NameInMap(value="DbId") public Long dbId
The ID of the database. The database can be a physical database or a logical database.
1930****
@NameInMap(value="OrderId") public Long orderId
The ID of the data change ticket. You can call the ListOrders operation to query the ID of the data change ticket.
This parameter is required.
example:453****
@NameInMap(value="PageNumber") public Long pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries to return on each page.
example:10
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID.
example:3***
public static ListDataCorrectPreCheckSQLRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDataCorrectPreCheckSQLRequest setDbId(Long dbId)
public Long getDbId()
public ListDataCorrectPreCheckSQLRequest setOrderId(Long orderId)
public Long getOrderId()
public ListDataCorrectPreCheckSQLRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public ListDataCorrectPreCheckSQLRequest setPageSize(Long pageSize)
public Long getPageSize()
public ListDataCorrectPreCheckSQLRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.