public class DescribeInvocationTasksRequest extends AbstractModel
header, skipSign| 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-task-id - String - 是否必填:否 -(过滤条件)按照执行任务ID过滤。 - invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。可通过 [DescribeInvocations(查询执行活动)](https://cloud.tencent.com/document/api/1340/52679) 接口获取。 - instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型: CVM、Lighthouse、TAT 托管实例 - command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。 每次请求的 `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-task-id - String - 是否必填:否 -(过滤条件)按照执行任务ID过滤。 - invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。可通过 [DescribeInvocations(查询执行活动)](https://cloud.tencent.com/document/api/1340/52679) 接口获取。 - instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型: CVM、Lighthouse、TAT 托管实例 - command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。 每次请求的 `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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - 是否隐藏命令输出结果,取值范围:
- true:隐藏输出
- false:不隐藏
 
默认为 true。Copyright © 2025. All rights reserved.