public class GetDataCronClearTaskDetailListRequest
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.
|
| 构造器和说明 |
|---|
GetDataCronClearTaskDetailListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataCronClearTaskDetailListRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getPageNumber() |
Long |
getPageSize() |
Long |
getTid() |
GetDataCronClearTaskDetailListRequest |
setOrderId(Long orderId) |
GetDataCronClearTaskDetailListRequest |
setPageNumber(Long pageNumber) |
GetDataCronClearTaskDetailListRequest |
setPageSize(Long pageSize) |
GetDataCronClearTaskDetailListRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket. You can query the ticket ID from the response parameters of the CreateDataCronClearOrder operation.
This parameter is required.
example:432532
@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 ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
12345
public static GetDataCronClearTaskDetailListRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDataCronClearTaskDetailListRequest setOrderId(Long orderId)
public Long getOrderId()
public GetDataCronClearTaskDetailListRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public GetDataCronClearTaskDetailListRequest setPageSize(Long pageSize)
public Long getPageSize()
public GetDataCronClearTaskDetailListRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.