public class DescribeWorkSpacesRequest extends AbstractModel
Constructor and Description |
---|
DescribeWorkSpacesRequest() |
DescribeWorkSpacesRequest(DescribeWorkSpacesRequest 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 过滤规则
|
Long |
getLimit()
Get 请求的集群数量,默认 20
|
Long |
getOffset()
Get 偏移量,默认 0
|
Long |
getOrderType()
Get 1 按照创建时间降序排序(默认) 2.按照创建时间升序排序,3.
|
void |
setFilters(Filter[] Filters)
Set 过滤规则
|
void |
setLimit(Long Limit)
Set 请求的集群数量,默认 20
|
void |
setOffset(Long Offset)
Set 偏移量,默认 0
|
void |
setOrderType(Long OrderType)
Set 1 按照创建时间降序排序(默认) 2.按照创建时间升序排序,3.
|
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 DescribeWorkSpacesRequest()
public DescribeWorkSpacesRequest(DescribeWorkSpacesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认 0public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 1 按照创建时间降序排序(默认) 2.按照创建时间升序排序,3. 按照状态降序排序 4. 按照状态升序排序 默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 请求的集群数量,默认 20public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤规则Copyright © 2023. All rights reserved.