Class GetCustomizationListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asr.v20190614.models.GetCustomizationListRequest
-
public class GetCustomizationListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetCustomizationListRequest()
GetCustomizationListRequest(GetCustomizationListRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getLimit()
Get 分页大小,默认1000Long
getOffset()
Get 分页offset,默认0String[]
getTagInfos()
Get 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”void
setLimit(Long Limit)
Set 分页大小,默认1000void
setOffset(Long Offset)
Set 分页offset,默认0void
setTagInfos(String[] TagInfos)
Set 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetCustomizationListRequest
public GetCustomizationListRequest()
-
GetCustomizationListRequest
public GetCustomizationListRequest(GetCustomizationListRequest 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.
-
-
Method Detail
-
getTagInfos
public String[] getTagInfos()
Get 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”- Returns:
- TagInfos 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
-
setTagInfos
public void setTagInfos(String[] TagInfos)
Set 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”- Parameters:
TagInfos
- 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
-
getLimit
public Long getLimit()
Get 分页大小,默认1000- Returns:
- Limit 分页大小,默认1000
-
setLimit
public void setLimit(Long Limit)
Set 分页大小,默认1000- Parameters:
Limit
- 分页大小,默认1000
-
getOffset
public Long getOffset()
Get 分页offset,默认0- Returns:
- Offset 分页offset,默认0
-
setOffset
public void setOffset(Long Offset)
Set 分页offset,默认0- Parameters:
Offset
- 分页offset,默认0
-
-