public class DescribeInvocationsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInvocationsRequest() |
DescribeInvocationsRequest(DescribeInvocationsRequest 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. `command-id` - String - Required: No - (Filter condition) Filter by the command ID. |
String[] |
getInvocationIds()
Get List of execution activity 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. `command-id` - String - Required: No - (Filter condition) Filter by the command ID. |
void |
setInvocationIds(String[] InvocationIds)
Set List of execution activity 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeInvocationsRequest()
public DescribeInvocationsRequest(DescribeInvocationsRequest source)
public String[] getInvocationIds()
public void setInvocationIds(String[] InvocationIds)
InvocationIds
- List of execution activity IDs. Up to 100 IDs are allowed for each request. `InvocationIds` 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).Copyright © 2024. All rights reserved.