public class DescribeAsrHotwordsListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAsrHotwordsListRequest() |
DescribeAsrHotwordsListRequest(DescribeAsrHotwordsListRequest 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 |
getHotwordsId()
Get 检索参数,根据热词库 id 查询
|
Long |
getLimit()
Get 返回记录条数,默认返回所有热词库
|
String |
getName()
Get 检索参数,根据热词库名称查询
|
Long |
getOffset()
Get 分页偏移量,默认值:0。
|
String |
getOrderBy()
Get 根据某个字段排序,默认使用创建时间,使用非法字段视为默认情况
- CreateTime:创建时间排序
- UpdateTime:更新时间排序
- Name:热词库名称排序
- WordCount:热词数量排序
- HotwordsId:热词库 id 排序
|
Long |
getOrderType()
Get 热词排序顺序
0:升序(默认)
1:降序
|
Long[] |
getTypes()
Get 0 临时热词 1 文件热词
|
void |
setHotwordsId(String HotwordsId)
Set 检索参数,根据热词库 id 查询
|
void |
setLimit(Long Limit)
Set 返回记录条数,默认返回所有热词库
|
void |
setName(String Name)
Set 检索参数,根据热词库名称查询
|
void |
setOffset(Long Offset)
Set 分页偏移量,默认值:0。
|
void |
setOrderBy(String OrderBy)
Set 根据某个字段排序,默认使用创建时间,使用非法字段视为默认情况
- CreateTime:创建时间排序
- UpdateTime:更新时间排序
- Name:热词库名称排序
- WordCount:热词数量排序
- HotwordsId:热词库 id 排序
|
void |
setOrderType(Long OrderType)
Set 热词排序顺序
0:升序(默认)
1:降序
|
void |
setTypes(Long[] Types)
Set 0 临时热词 1 文件热词
|
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 DescribeAsrHotwordsListRequest()
public DescribeAsrHotwordsListRequest(DescribeAsrHotwordsListRequest source)
public String getHotwordsId()
public void setHotwordsId(String HotwordsId)
HotwordsId
- 检索参数,根据热词库 id 查询public String getName()
public void setName(String Name)
Name
- 检索参数,根据热词库名称查询public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回记录条数,默认返回所有热词库public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 热词排序顺序
0:升序(默认)
1:降序public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 根据某个字段排序,默认使用创建时间,使用非法字段视为默认情况
- CreateTime:创建时间排序
- UpdateTime:更新时间排序
- Name:热词库名称排序
- WordCount:热词数量排序
- HotwordsId:热词库 id 排序public Long[] getTypes()
public void setTypes(Long[] Types)
Types
- 0 临时热词 1 文件热词Copyright © 2025. All rights reserved.