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 Parameter for querying by hotword lexicon ID. 
 | 
Long | 
getLimit()
Get Number of returned entries. 
 | 
String | 
getName()
Get Parameter for querying by hotword lexicon name. 
 | 
Long | 
getOffset()
Get Paging offset. 
 | 
String | 
getOrderBy()
Get Sorts hotword lexicons by a specific field. 
 | 
Long | 
getOrderType()
Get Hotword lexicon sorting order. 
 | 
Long[] | 
getTypes()
Get 0: temporary hotword; 1 file-based hotword. 
 | 
void | 
setHotwordsId(String HotwordsId)
Set Parameter for querying by hotword lexicon ID. 
 | 
void | 
setLimit(Long Limit)
Set Number of returned entries. 
 | 
void | 
setName(String Name)
Set Parameter for querying by hotword lexicon name. 
 | 
void | 
setOffset(Long Offset)
Set Paging offset. 
 | 
void | 
setOrderBy(String OrderBy)
Set Sorts hotword lexicons by a specific field. 
 | 
void | 
setOrderType(Long OrderType)
Set Hotword lexicon sorting order. 
 | 
void | 
setTypes(Long[] Types)
Set 0: temporary hotword; 1 file-based hotword. 
 | 
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, toJsonStringpublic DescribeAsrHotwordsListRequest()
public DescribeAsrHotwordsListRequest(DescribeAsrHotwordsListRequest source)
public String getHotwordsId()
public void setHotwordsId(String HotwordsId)
HotwordsId - Parameter for querying by hotword lexicon ID.public String getName()
public void setName(String Name)
Name - Parameter for querying by hotword lexicon name.public Long getOffset()
public void setOffset(Long Offset)
Offset - Paging offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned entries. All hotword lexicons are returned by default.public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType - Hotword lexicon sorting order.
0: ascending (default)
1: descendingpublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - Sorts hotword lexicons by a specific field. By default, hotword lexicons are sorted by creation time. If an invalid field is used for sorting, the default sorting field applies.
 - CreateTime: sort by creation time
 - UpdateTime: sort by update time
 - Name: sort by hotword lexicon name
 - WordCount: sort by the number of hotwords
 - HotwordsId: sort by hotword lexicon IDpublic Long[] getTypes()
public void setTypes(Long[] Types)
Types - 0: temporary hotword; 1 file-based hotword.Copyright © 2025. All rights reserved.