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[] |
getClusterIds()
Get 需要查询任务所属的集群ID列表
|
Filter[] |
getFilters()
Get 过滤条件,本接口支持:Content,TaskType, Operator, Time
|
Long |
getLimit()
Get 查询列表返回记录数
|
Long |
getOffset()
Get 查询列表偏移量
|
String[] |
getTaskIds()
Get 需要查询的任务ID列表
|
void |
setClusterIds(String[] ClusterIds)
Set 需要查询任务所属的集群ID列表
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,本接口支持:Content,TaskType, Operator, Time
|
void |
setLimit(Long Limit)
Set 查询列表返回记录数
|
void |
setOffset(Long Offset)
Set 查询列表偏移量
|
void |
setTaskIds(String[] TaskIds)
Set 需要查询的任务ID列表
|
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[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds
- 需要查询任务所属的集群ID列表public String[] getTaskIds()
public void setTaskIds(String[] TaskIds)
TaskIds
- 需要查询的任务ID列表public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件,本接口支持:Content,TaskType, Operator, Timepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询列表偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询列表返回记录数Copyright © 2021. All rights reserved.