Class DescribeCmdTemplatesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dasb.v20191018.models.DescribeCmdTemplatesRequest
-
public class DescribeCmdTemplatesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]
getIdSet()
Get 命令模板ID集合,非必需Long
getLimit()
Get 每页条目数量,默认20String
getName()
Get 命令模板名,模糊查询,最大长度64字符Long
getOffset()
Get 分页偏移位置,默认值为0void
setIdSet(Long[] IdSet)
Set 命令模板ID集合,非必需void
setLimit(Long Limit)
Set 每页条目数量,默认20void
setName(String Name)
Set 命令模板名,模糊查询,最大长度64字符void
setOffset(Long Offset)
Set 分页偏移位置,默认值为0void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeCmdTemplatesRequest
public DescribeCmdTemplatesRequest()
-
DescribeCmdTemplatesRequest
public 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.
-
-
Method Detail
-
getIdSet
public Long[] getIdSet()
Get 命令模板ID集合,非必需- Returns:
- IdSet 命令模板ID集合,非必需
-
setIdSet
public void setIdSet(Long[] IdSet)
Set 命令模板ID集合,非必需- Parameters:
IdSet
- 命令模板ID集合,非必需
-
getName
public String getName()
Get 命令模板名,模糊查询,最大长度64字符- Returns:
- Name 命令模板名,模糊查询,最大长度64字符
-
setName
public void setName(String Name)
Set 命令模板名,模糊查询,最大长度64字符- Parameters:
Name
- 命令模板名,模糊查询,最大长度64字符
-
getOffset
public Long getOffset()
Get 分页偏移位置,默认值为0- Returns:
- Offset 分页偏移位置,默认值为0
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移位置,默认值为0- Parameters:
Offset
- 分页偏移位置,默认值为0
-
getLimit
public Long getLimit()
Get 每页条目数量,默认20- Returns:
- Limit 每页条目数量,默认20
-
setLimit
public void setLimit(Long Limit)
Set 每页条目数量,默认20- Parameters:
Limit
- 每页条目数量,默认20
-
-