Class DescribeConfigExtrasRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.DescribeConfigExtrasRequest
-
public class DescribeConfigExtrasRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigExtrasRequest()DescribeConfigExtrasRequest(DescribeConfigExtrasRequest 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 Filter[]getFilters()Get 支持的key: topicId,name, configExtraId, machineGroupIdLonggetLimit()Get 分页单页的限制数目,默认值为20,最大值100LonggetOffset()Get 分页的偏移量,默认值为0voidsetFilters(Filter[] Filters)Set 支持的key: topicId,name, configExtraId, machineGroupIdvoidsetLimit(Long Limit)Set 分页单页的限制数目,默认值为20,最大值100voidsetOffset(Long Offset)Set 分页的偏移量,默认值为0voidtoMap(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
-
DescribeConfigExtrasRequest
public DescribeConfigExtrasRequest()
-
DescribeConfigExtrasRequest
public DescribeConfigExtrasRequest(DescribeConfigExtrasRequest 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
-
getFilters
public Filter[] getFilters()
Get 支持的key: topicId,name, configExtraId, machineGroupId- Returns:
- Filters 支持的key: topicId,name, configExtraId, machineGroupId
-
setFilters
public void setFilters(Filter[] Filters)
Set 支持的key: topicId,name, configExtraId, machineGroupId- Parameters:
Filters- 支持的key: topicId,name, configExtraId, machineGroupId
-
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,最大值100- Returns:
- Limit 分页单页的限制数目,默认值为20,最大值100
-
setLimit
public void setLimit(Long Limit)
Set 分页单页的限制数目,默认值为20,最大值100- Parameters:
Limit- 分页单页的限制数目,默认值为20,最大值100
-
-