public class ListDataCorrectPreCheckDBRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
orderId
The ID of the ticket for the data change.
|
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.
|
| 构造器和说明 |
|---|
ListDataCorrectPreCheckDBRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDataCorrectPreCheckDBRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getPageNumber() |
Long |
getPageSize() |
Long |
getTid() |
ListDataCorrectPreCheckDBRequest |
setOrderId(Long orderId) |
ListDataCorrectPreCheckDBRequest |
setPageNumber(Long pageNumber) |
ListDataCorrectPreCheckDBRequest |
setPageSize(Long pageSize) |
ListDataCorrectPreCheckDBRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket for the data change.
This parameter is required.
example:432****
@NameInMap(value="PageNumber") public Long pageNumber
The number of the page to return.
Valid values: an integer that is greater than 0.
Default value: 1.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries to return on each page.
example:20
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the ID of the tenant.
example:4321****
public static ListDataCorrectPreCheckDBRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDataCorrectPreCheckDBRequest setOrderId(Long orderId)
public Long getOrderId()
public ListDataCorrectPreCheckDBRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public ListDataCorrectPreCheckDBRequest setPageSize(Long pageSize)
public Long getPageSize()
public ListDataCorrectPreCheckDBRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.