public class DescribeInvocationTasksRequest extends AbstractModel
Constructor and Description |
---|
DescribeInvocationTasksRequest() |
DescribeInvocationTasksRequest(DescribeInvocationTasksRequest 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 |
---|---|
Filter[] |
getFilters()
Get 过滤条件。
invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。 invocation-task-id - String - 是否必填:否 -(过滤条件)按照执行任务ID过滤。 instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InvocationTaskIds` 和 `Filters` 。 |
Boolean |
getHideOutput()
Get 是否隐藏输出,取值范围:
True:隐藏输出 False:不隐藏 默认为 True。 |
String[] |
getInvocationTaskIds()
Get 执行任务ID列表,每次请求的上限为100。参数不支持同时指定 `InvocationTaskIds` 和 `Filters`。
|
Long |
getLimit()
Get 返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
Long |
getOffset()
Get 偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。 invocation-task-id - String - 是否必填:否 -(过滤条件)按照执行任务ID过滤。 instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InvocationTaskIds` 和 `Filters` 。 |
void |
setHideOutput(Boolean HideOutput)
Set 是否隐藏输出,取值范围:
True:隐藏输出 False:不隐藏 默认为 True。 |
void |
setInvocationTaskIds(String[] InvocationTaskIds)
Set 执行任务ID列表,每次请求的上限为100。参数不支持同时指定 `InvocationTaskIds` 和 `Filters`。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
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 DescribeInvocationTasksRequest()
public DescribeInvocationTasksRequest(DescribeInvocationTasksRequest source)
public String[] getInvocationTaskIds()
public void setInvocationTaskIds(String[] InvocationTaskIds)
InvocationTaskIds
- 执行任务ID列表,每次请求的上限为100。参数不支持同时指定 `InvocationTaskIds` 和 `Filters`。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。public Boolean getHideOutput()
public void setHideOutput(Boolean HideOutput)
HideOutput
- 是否隐藏输出,取值范围:Copyright © 2021. All rights reserved.