public class DescribeCmdTemplatesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCmdTemplatesRequest() |
DescribeCmdTemplatesRequest(DescribeCmdTemplatesRequest 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 |
---|---|
Long[] |
getIdSet()
Get 命令模板ID集合,非必需
|
Long |
getLimit()
Get 每页条目数量,默认20
|
String |
getName()
Get 命令模板名,模糊查询,最大长度64字符
|
Long |
getOffset()
Get 分页偏移位置,默认值为0
|
void |
setIdSet(Long[] IdSet)
Set 命令模板ID集合,非必需
|
void |
setLimit(Long Limit)
Set 每页条目数量,默认20
|
void |
setName(String Name)
Set 命令模板名,模糊查询,最大长度64字符
|
void |
setOffset(Long Offset)
Set 分页偏移位置,默认值为0
|
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, toJsonString
public DescribeCmdTemplatesRequest()
public DescribeCmdTemplatesRequest(DescribeCmdTemplatesRequest source)
public Long[] getIdSet()
public void setIdSet(Long[] IdSet)
IdSet
- 命令模板ID集合,非必需public String getName()
public void setName(String Name)
Name
- 命令模板名,模糊查询,最大长度64字符public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移位置,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页条目数量,默认20Copyright © 2024. All rights reserved.