public class DescribeSimpleClustersRequest extends AbstractModel
Constructor and Description |
---|
DescribeSimpleClustersRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getClusterIdList()
获取需要查询的集群ID列表,不填或不传入时查询所有内容
|
String |
getClusterType()
获取需要查询的集群类型,不填或不传入时查询所有内容
|
Long |
getLimit()
获取分页个数,默认为20, 取值应为1~50
|
Long |
getOffset()
获取查询偏移量,默认为0
|
void |
setClusterIdList(String[] ClusterIdList)
设置需要查询的集群ID列表,不填或不传入时查询所有内容
|
void |
setClusterType(String ClusterType)
设置需要查询的集群类型,不填或不传入时查询所有内容
|
void |
setLimit(Long Limit)
设置分页个数,默认为20, 取值应为1~50
|
void |
setOffset(Long Offset)
设置查询偏移量,默认为0
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getClusterIdList()
public void setClusterIdList(String[] ClusterIdList)
ClusterIdList
- 需要查询的集群ID列表,不填或不传入时查询所有内容public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 需要查询的集群类型,不填或不传入时查询所有内容public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页个数,默认为20, 取值应为1~50Copyright © 2019. All rights reserved.