public class DescribeSimpleClustersRequest extends AbstractModel
Constructor and Description |
---|
DescribeSimpleClustersRequest() |
DescribeSimpleClustersRequest(DescribeSimpleClustersRequest 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 |
---|---|
String[] |
getClusterIdList()
Get 需要查询的集群ID列表,不填或不传入时查询所有内容
|
String |
getClusterType()
Get 需要查询的集群类型,不填或不传入时查询所有内容
|
Boolean |
getDisableProgramAuthCheck()
Get 无
|
Long |
getLimit()
Get 分页个数,默认为20, 取值应为1~50
|
Long |
getOffset()
Get 查询偏移量,默认为0
|
String |
getSearchWord()
Get 对id和name进行关键词过滤
|
void |
setClusterIdList(String[] ClusterIdList)
Set 需要查询的集群ID列表,不填或不传入时查询所有内容
|
void |
setClusterType(String ClusterType)
Set 需要查询的集群类型,不填或不传入时查询所有内容
|
void |
setDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)
Set 无
|
void |
setLimit(Long Limit)
Set 分页个数,默认为20, 取值应为1~50
|
void |
setOffset(Long Offset)
Set 查询偏移量,默认为0
|
void |
setSearchWord(String SearchWord)
Set 对id和name进行关键词过滤
|
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 DescribeSimpleClustersRequest()
public DescribeSimpleClustersRequest(DescribeSimpleClustersRequest source)
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~50public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 对id和name进行关键词过滤public Boolean getDisableProgramAuthCheck()
public void setDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)
DisableProgramAuthCheck
- 无Copyright © 2022. All rights reserved.