public class DescribeKeywordsLibsRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Filters[] |
getFilters()
Get 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)
|
Long |
getLimit()
Get 单页条数,最大为100条
|
Long |
getOffset()
Get 条数偏移量
|
void |
setFilters(Filters[] Filters)
Set 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)
|
void |
setLimit(Long Limit)
Set 单页条数,最大为100条
|
void |
setOffset(Long Offset)
Set 条数偏移量
|
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 DescribeKeywordsLibsRequest()
public DescribeKeywordsLibsRequest(DescribeKeywordsLibsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 单页条数,最大为100条public Long getOffset()
public void setOffset(Long Offset)
Offset
- 条数偏移量public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)Copyright © 2024. All rights reserved.