public class DescribeTasksRequest extends AbstractModel
Constructor and Description |
---|
DescribeTasksRequest() |
DescribeTasksRequest(DescribeTasksRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get This parameter indicates the end time of the task list in ISO 8601 timestamp format.
|
TaskFilter |
getFilter()
Get This parameter indicates the input parameter of the task filter.
|
Long |
getLimit()
Get This parameter indicates the number of tasks to be displayed on each page of the task list.
|
String |
getPageToken()
Get This parameter indicates the `Token` information used during pagination.
|
String |
getStartTime()
Get This parameter indicates the start time of the task list in ISO 8601 timestamp format.
|
void |
setEndTime(String EndTime)
Set This parameter indicates the end time of the task list in ISO 8601 timestamp format.
|
void |
setFilter(TaskFilter Filter)
Set This parameter indicates the input parameter of the task filter.
|
void |
setLimit(Long Limit)
Set This parameter indicates the number of tasks to be displayed on each page of the task list.
|
void |
setPageToken(String PageToken)
Set This parameter indicates the `Token` information used during pagination.
|
void |
setStartTime(String StartTime)
Set This parameter indicates the start time of the task list in ISO 8601 timestamp format.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTasksRequest()
public DescribeTasksRequest(DescribeTasksRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- This parameter indicates the number of tasks to be displayed on each page of the task list. **Default value: 10**.public TaskFilter getFilter()
public void setFilter(TaskFilter Filter)
Filter
- This parameter indicates the input parameter of the task filter. You can filter tasks by business type, file type, processing suggestion, and task status. For the specific parameter content, see the detailed description of the `TaskFilter` data structure.public String getPageToken()
public void setPageToken(String PageToken)
PageToken
- This parameter indicates the `Token` information used during pagination. It is automatically generated by the system and will be passed to the next generated page for easy and fast pagination. When you turn to the last page, this field will be empty.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- This parameter indicates the start time of the task list in ISO 8601 timestamp format. **Default value: 3 days ago**. If this parameter is passed in, tasks between this time point and `EndTime` will be filtered out.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- This parameter indicates the end time of the task list in ISO 8601 timestamp format. **Default value: empty**. If this parameter is passed in, tasks between `StartTime` and this time point will be filtered out.Copyright © 2023. All rights reserved.