public class GetStructSyncExecSqlDetailRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
orderId
The ID of the 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.
|
| 构造器和说明 |
|---|
GetStructSyncExecSqlDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetStructSyncExecSqlDetailRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getPageNumber() |
Long |
getPageSize() |
Long |
getTid() |
GetStructSyncExecSqlDetailRequest |
setOrderId(Long orderId) |
GetStructSyncExecSqlDetailRequest |
setPageNumber(Long pageNumber) |
GetStructSyncExecSqlDetailRequest |
setPageSize(Long pageSize) |
GetStructSyncExecSqlDetailRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket.
This parameter is required.
example:342153
@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:20
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
1
public static GetStructSyncExecSqlDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetStructSyncExecSqlDetailRequest setOrderId(Long orderId)
public Long getOrderId()
public GetStructSyncExecSqlDetailRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public GetStructSyncExecSqlDetailRequest setPageSize(Long pageSize)
public Long getPageSize()
public GetStructSyncExecSqlDetailRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.