public class GetCustomizationListRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 分页大小,默认1000
|
Long |
getOffset()
Get 分页offset,默认0
|
String[] |
getTagInfos()
Get 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
|
void |
setLimit(Long Limit)
Set 分页大小,默认1000
|
void |
setOffset(Long Offset)
Set 分页offset,默认0
|
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 GetCustomizationListRequest()
public GetCustomizationListRequest(GetCustomizationListRequest source)
public String[] getTagInfos()
public void setTagInfos(String[] TagInfos)
TagInfos
- 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小,默认1000public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页offset,默认0Copyright © 2023. All rights reserved.