public static class ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
The task name.
|
Integer |
order
The order by which tasks are sorted. 1: ascending order. -1: descending order.
|
String |
orderField
The condition by which tasks are sorted.
|
Integer |
page
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
status
The task status.
|
List<String> |
taskIds
The task IDs.
|
List<Integer> |
taskTypes
The task types.
|
| 构造器和说明 |
|---|
ListTimingSyntheticTasksRequestSearch() |
@NameInMap(value="Name") public String name
The task name.
example:AlibabaCloud DNS Task
@NameInMap(value="Order") public Integer order
The order by which tasks are sorted. 1: ascending order. -1: descending order.
example:1
@NameInMap(value="OrderField") public String orderField
The condition by which tasks are sorted. You can sort tasks by gmtCreate, gmtModified, status, or monitorCount.
example:status
@NameInMap(value="Page") public Integer page
The page number. This parameter is required.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. This parameter is required.
example:10
@NameInMap(value="Status") public String status
The task status. CREATING: The task is being created. RUNNING: The task is running. PARTIAL_RUNNING: The task is partially running. STOP: The task is stopped. LIMIT_STOP: The task is stopped due to quota limit. EXCEPTION: The task is abnormal. DELETE: The task is deleted. DELETE_EXCEPTION: An exception occurs while deleting the task.
example:CREATING
public static ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch build(Map<String,?> map) throws Exception
Exceptionpublic ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch setName(String name)
public String getName()
public ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch setOrder(Integer order)
public Integer getOrder()
public ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch setOrderField(String orderField)
public String getOrderField()
public ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch setPage(Integer page)
public Integer getPage()
public ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch setPageSize(Integer pageSize)
public Integer getPageSize()
public ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch setStatus(String status)
public String getStatus()
public ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch setTaskIds(List<String> taskIds)
public ListTimingSyntheticTasksRequest.ListTimingSyntheticTasksRequestSearch setTaskTypes(List<Integer> taskTypes)
Copyright © 2024. All rights reserved.