Class DescribeKeywordsLibsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.DescribeKeywordsLibsRequest
-
public class DescribeKeywordsLibsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeKeywordsLibsRequest()DescribeKeywordsLibsRequest(DescribeKeywordsLibsRequest 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 Filters[]getFilters()Get 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)LonggetLimit()Get 单页条数,最大为100条LonggetOffset()Get 条数偏移量voidsetFilters(Filters[] Filters)Set 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)voidsetLimit(Long Limit)Set 单页条数,最大为100条voidsetOffset(Long Offset)Set 条数偏移量voidtoMap(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
-
DescribeKeywordsLibsRequest
public DescribeKeywordsLibsRequest()
-
DescribeKeywordsLibsRequest
public DescribeKeywordsLibsRequest(DescribeKeywordsLibsRequest 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
-
getLimit
public Long getLimit()
Get 单页条数,最大为100条- Returns:
- Limit 单页条数,最大为100条
-
setLimit
public void setLimit(Long Limit)
Set 单页条数,最大为100条- Parameters:
Limit- 单页条数,最大为100条
-
getOffset
public Long getOffset()
Get 条数偏移量- Returns:
- Offset 条数偏移量
-
setOffset
public void setOffset(Long Offset)
Set 条数偏移量- Parameters:
Offset- 条数偏移量
-
getFilters
public Filters[] getFilters()
Get 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)- Returns:
- Filters 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)
-
setFilters
public void setFilters(Filters[] Filters)
Set 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)- Parameters:
Filters- 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)
-
-