public class GetCustomizationListRequest extends AbstractModel
Constructor and Description |
---|
GetCustomizationListRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 分页大小
|
Long |
getOffset()
Get 分页offset
|
String[] |
getTagInfos()
Get 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
|
void |
setLimit(Long Limit)
Set 分页大小
|
void |
setOffset(Long Offset)
Set 分页offset
|
void |
setTagInfos(String[] TagInfos)
Set 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getTagInfos()
public void setTagInfos(String[] TagInfos)
TagInfos
- 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页offsetCopyright © 2021. All rights reserved.