public class GetAsrKeyWordLibListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetAsrKeyWordLibListRequest() | 
| GetAsrKeyWordLibListRequest(GetAsrKeyWordLibListRequest 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 | 
|---|---|
| Long | getLimit()Get 分页Limit | 
| Long | getOffset()Get 分页Offset | 
| Boolean | getOnlySelf()Get 只看用户自己创建的 | 
| String[] | getSpecifyNames()Get 词库名称或者UIN检索 | 
| void | setLimit(Long Limit)Set 分页Limit | 
| void | setOffset(Long Offset)Set 分页Offset | 
| void | setOnlySelf(Boolean OnlySelf)Set 只看用户自己创建的 | 
| void | setSpecifyNames(String[] SpecifyNames)Set 词库名称或者UIN检索 | 
| 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 GetAsrKeyWordLibListRequest()
public GetAsrKeyWordLibListRequest(GetAsrKeyWordLibListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - 分页Limitpublic String[] getSpecifyNames()
public void setSpecifyNames(String[] SpecifyNames)
SpecifyNames - 词库名称或者UIN检索public Boolean getOnlySelf()
public void setOnlySelf(Boolean OnlySelf)
OnlySelf - 只看用户自己创建的Copyright © 2025. All rights reserved.