public class DescribeStandardEngineResourceGroupConfigInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeStandardEngineResourceGroupConfigInfoRequest() |
DescribeStandardEngineResourceGroupConfigInfoRequest(DescribeStandardEngineResourceGroupConfigInfoRequest 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 过滤条件可选,engine-resource-group-id--引擎资源组ID,engine-id---引擎ID
|
Long |
getLimit()
Get 数据条数,默认10
|
Long |
getOffset()
Get 偏移量,默认0
|
String |
getSortBy()
Get 排序字段
|
String |
getSorting()
Get 升序,降序
|
void |
setFilters(Filter[] Filters)
Set 过滤条件可选,engine-resource-group-id--引擎资源组ID,engine-id---引擎ID
|
void |
setLimit(Long Limit)
Set 数据条数,默认10
|
void |
setOffset(Long Offset)
Set 偏移量,默认0
|
void |
setSortBy(String SortBy)
Set 排序字段
|
void |
setSorting(String Sorting)
Set 升序,降序
|
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, toJsonString
public DescribeStandardEngineResourceGroupConfigInfoRequest()
public DescribeStandardEngineResourceGroupConfigInfoRequest(DescribeStandardEngineResourceGroupConfigInfoRequest source)
public String getSortBy()
public void setSortBy(String SortBy)
SortBy
- 排序字段public String getSorting()
public void setSorting(String Sorting)
Sorting
- 升序,降序public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件可选,engine-resource-group-id--引擎资源组ID,engine-id---引擎IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 数据条数,默认10public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认0Copyright © 2025. All rights reserved.