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 |
---|---|
Long |
getLimit()
Get Number of returned entries.
|
String |
getScrollToken()
Get Scrolling identifier which is used for pulling in batches.
|
String |
getStatus()
Get Filter: Task status.
|
void |
setLimit(Long Limit)
Set Number of returned entries.
|
void |
setScrollToken(String ScrollToken)
Set Scrolling identifier which is used for pulling in batches.
|
void |
setStatus(String Status)
Set Filter: Task status.
|
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 String getStatus()
public void setStatus(String Status)
Status
- Filter: Task status. Valid values: WAITING (waiting), PROCESSING (processing), FINISH (completed).public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned entries. Default value: 10. Maximum value: 100.public String getScrollToken()
public void setScrollToken(String ScrollToken)
ScrollToken
- Scrolling identifier which is used for pulling in batches. If a single request cannot pull all the data entries, the API will return `ScrollToken`, and if the next request carries it, the next pull will start from the next entry.Copyright © 2021. All rights reserved.