public class DescribeCommandsRequest extends AbstractModel
Constructor and Description |
---|
DescribeCommandsRequest() |
DescribeCommandsRequest(DescribeCommandsRequest 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[] |
getCommandIds()
Get List of command IDs.
|
Filter[] |
getFilters()
Get Filter conditions.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
void |
setCommandIds(String[] CommandIds)
Set List of command IDs.
|
void |
setFilters(Filter[] Filters)
Set Filter conditions.
|
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, toJsonString
public DescribeCommandsRequest()
public DescribeCommandsRequest(DescribeCommandsRequest source)
public String[] getCommandIds()
public void setCommandIds(String[] CommandIds)
CommandIds
- List of command IDs. Up to 100 IDs are allowed for each request. `CommandIds` 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 © 2023. All rights reserved.