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 | 
| Long | getType()Get 命令模板类型 1-内置模板 2-自定义模板 | 
| 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 | setType(Long Type)Set 命令模板类型 1-内置模板 2-自定义模板 | 
| 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 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 getType()
public void setType(Long Type)
Type - 命令模板类型 1-内置模板 2-自定义模板public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移位置,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页条目数量,默认20Copyright © 2025. All rights reserved.