public class DescribeAsrHotwordsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAsrHotwordsRequest() | 
| DescribeAsrHotwordsRequest(DescribeAsrHotwordsRequest 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 of the hotword lexicon to be queried. | 
| Long | getLimit()Get Number of returned entries. | 
| String | getName()Get Hotword lexicon name. | 
| Long | getOffset()Get Paging offset. | 
| String | getOrderBy()Get Hotword sorting field. | 
| Long | getOrderType()Get Hotword sorting order. | 
| void | setHotwordsId(String HotwordsId)Set ID of the hotword lexicon to be queried. | 
| void | setLimit(Long Limit)Set Number of returned entries. | 
| void | setName(String Name)Set Hotword lexicon name. | 
| void | setOffset(Long Offset)Set Paging offset. | 
| void | setOrderBy(String OrderBy)Set Hotword sorting field. | 
| void | setOrderType(Long OrderType)Set Hotword sorting order. | 
| 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 DescribeAsrHotwordsRequest()
public DescribeAsrHotwordsRequest(DescribeAsrHotwordsRequest source)
public String getHotwordsId()
public void setHotwordsId(String HotwordsId)
HotwordsId - ID of the hotword lexicon to be queried.
Note: Either HotwordsId or Name should be specified. If both are specified, HotwordsId has a higher priority than Name.**public String getName()
public void setName(String Name)
Name - Hotword lexicon name.
Note: Either HotwordsId or Name should be specified. If both are specified, HotwordsId has a higher priority than 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. Default value: 10. Maximum value: 100.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - Hotword sorting field. Valid values:
 - Default: Sort by the hotword upload sequence.
 - Weight: Sort by the weight.
 - Lexical: Sort by the first letter of hotwords.public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType - Hotword sorting order. 0: ascending (default); 1: descending.Copyright © 2025. All rights reserved.