public class DescribeServiceConfigsRequest extends AbstractModel
Constructor and Description |
---|
DescribeServiceConfigsRequest() |
DescribeServiceConfigsRequest(DescribeServiceConfigsRequest 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 |
---|---|
Filter[] |
getFilters()
Get 筛选选项,支持按照name等进行筛选
|
Long |
getLimit()
Get 返回数量,默认为20,最大值为1000
|
Long |
getOffset()
Get 偏移量,默认为0
|
String |
getOrder()
Get 输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列
|
String |
getOrderField()
Get 排序的依据字段, 取值范围 "CREATE_TIME", "UPDATE_TIME", "NAME"
|
Boolean |
getPageByName()
Get 是否按照配置名分页
|
void |
setFilters(Filter[] Filters)
Set 筛选选项,支持按照name等进行筛选
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为1000
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setOrder(String Order)
Set 输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列
|
void |
setOrderField(String OrderField)
Set 排序的依据字段, 取值范围 "CREATE_TIME", "UPDATE_TIME", "NAME"
|
void |
setPageByName(Boolean PageByName)
Set 是否按照配置名分页
|
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 DescribeServiceConfigsRequest()
public DescribeServiceConfigsRequest(DescribeServiceConfigsRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 筛选选项,支持按照name等进行筛选public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为1000public String getOrder()
public void setOrder(String Order)
Order
- 输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列public String getOrderField()
public void setOrderField(String OrderField)
OrderField
- 排序的依据字段, 取值范围 "CREATE_TIME", "UPDATE_TIME", "NAME"public Boolean getPageByName()
public void setPageByName(Boolean PageByName)
PageByName
- 是否按照配置名分页Copyright © 2021. All rights reserved.