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 Filter conditions. `invocation-id` - String - Required: No - (Filter condition) Filter by the execution activity ID. `invocation-task-id` - String - Required: No - (Filter condition) Filter by the execution task ID. `instance-id` - String - Required: No - (Filter condition) Filter by the instance ID. | 
| Boolean | getHideOutput()Get Whether to hide the output. | 
| String[] | getInvocationTaskIds()Get List of execution task IDs. | 
| Long | getLimit()Get Number of returned results. | 
| Long | getOffset()Get Offset. | 
| void | setFilters(Filter[] Filters)Set Filter conditions. `invocation-id` - String - Required: No - (Filter condition) Filter by the execution activity ID. `invocation-task-id` - String - Required: No - (Filter condition) Filter by the execution task ID. `instance-id` - String - Required: No - (Filter condition) Filter by the instance ID. | 
| void | setHideOutput(Boolean HideOutput)Set Whether to hide the output. | 
| void | setInvocationTaskIds(String[] InvocationTaskIds)Set List of execution task IDs. | 
| void | setLimit(Long Limit)Set Number of returned results. | 
| void | setOffset(Long Offset)Set Offset. | 
| 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, toJsonStringpublic DescribeInvocationTasksRequest()
public DescribeInvocationTasksRequest(DescribeInvocationTasksRequest source)
public String[] getInvocationTaskIds()
public void setInvocationTaskIds(String[] InvocationTaskIds)
InvocationTaskIds - List of execution task IDs. Up to 100 IDs are allowed for each request. `InvocationTaskIds` and `Filters` cannot be specified at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter conditions.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned results. It defaults to `20`. The maximum is 100. For more information on `Limit`, see the relevant section in the API [Overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. The default value is `0`. For more information on `Offset`, see the relevant section in API [Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public Boolean getHideOutput()
public void setHideOutput(Boolean HideOutput)
HideOutput - Whether to hide the output. Valid values:Copyright © 2022. All rights reserved.