public class DescribeAMQPVHostsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAMQPVHostsRequest() |
DescribeAMQPVHostsRequest(DescribeAMQPVHostsRequest 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 |
getClusterId()
Get 集群ID
|
Long |
getLimit()
Get 限制数目
|
String |
getNameKeyword()
Get 按名称搜索
|
Long |
getOffset()
Get 偏移量
|
String[] |
getVHostIdList()
Get VHostId 列表过滤
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setLimit(Long Limit)
Set 限制数目
|
void |
setNameKeyword(String NameKeyword)
Set 按名称搜索
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setVHostIdList(String[] VHostIdList)
Set VHostId 列表过滤
|
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 DescribeAMQPVHostsRequest()
public DescribeAMQPVHostsRequest(DescribeAMQPVHostsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制数目public String getNameKeyword()
public void setNameKeyword(String NameKeyword)
NameKeyword
- 按名称搜索public String[] getVHostIdList()
public void setVHostIdList(String[] VHostIdList)
VHostIdList
- VHostId 列表过滤Copyright © 2022. All rights reserved.