public class DescribeAMQPClustersRequest extends AbstractModel
Constructor and Description |
---|
DescribeAMQPClustersRequest() |
DescribeAMQPClustersRequest(DescribeAMQPClustersRequest 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列表过滤
|
Filter[] |
getFilters()
Get 过滤器。目前支持按标签过滤。
|
String |
getIdKeyword()
Get 按照集群ID关键字搜索
|
Boolean |
getIsTagFilter()
Get 标签过滤查找时,需要设置为true
|
Long |
getLimit()
Get 限制数目
|
String |
getNameKeyword()
Get 按照集群名称关键字搜索
|
Long |
getOffset()
Get 偏移量
|
void |
setClusterIdList(String[] ClusterIdList)
Set 集群ID列表过滤
|
void |
setFilters(Filter[] Filters)
Set 过滤器。目前支持按标签过滤。
|
void |
setIdKeyword(String IdKeyword)
Set 按照集群ID关键字搜索
|
void |
setIsTagFilter(Boolean IsTagFilter)
Set 标签过滤查找时,需要设置为true
|
void |
setLimit(Long Limit)
Set 限制数目
|
void |
setNameKeyword(String NameKeyword)
Set 按照集群名称关键字搜索
|
void |
setOffset(Long Offset)
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 DescribeAMQPClustersRequest()
public DescribeAMQPClustersRequest(DescribeAMQPClustersRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制数目public String getIdKeyword()
public void setIdKeyword(String IdKeyword)
IdKeyword
- 按照集群ID关键字搜索public String getNameKeyword()
public void setNameKeyword(String NameKeyword)
NameKeyword
- 按照集群名称关键字搜索public String[] getClusterIdList()
public void setClusterIdList(String[] ClusterIdList)
ClusterIdList
- 集群ID列表过滤public Boolean getIsTagFilter()
public void setIsTagFilter(Boolean IsTagFilter)
IsTagFilter
- 标签过滤查找时,需要设置为truepublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤器。目前支持按标签过滤。Copyright © 2022. All rights reserved.