public class DescribeWordItemsRequest extends AbstractModel
Constructor and Description |
---|
DescribeWordItemsRequest() |
DescribeWordItemsRequest(DescribeWordItemsRequest 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 |
---|---|
String |
getDictId()
Get 自定义词库ID。
|
Long |
getLimit()
Get 每页数据量,范围为1~100,默认为10。
|
Long |
getOffset()
Get 分页偏移量,从0开始,默认为0。
|
String |
getText()
Get 待检索的词条文本,支持模糊匹配。
|
void |
setDictId(String DictId)
Set 自定义词库ID。
|
void |
setLimit(Long Limit)
Set 每页数据量,范围为1~100,默认为10。
|
void |
setOffset(Long Offset)
Set 分页偏移量,从0开始,默认为0。
|
void |
setText(String Text)
Set 待检索的词条文本,支持模糊匹配。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeWordItemsRequest()
public DescribeWordItemsRequest(DescribeWordItemsRequest source)
public String getDictId()
public void setDictId(String DictId)
DictId
- 自定义词库ID。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,从0开始,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页数据量,范围为1~100,默认为10。public String getText()
public void setText(String Text)
Text
- 待检索的词条文本,支持模糊匹配。Copyright © 2021. All rights reserved.