public class DescribeAMQPRouteRelationsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAMQPRouteRelationsRequest() |
DescribeAMQPRouteRelationsRequest(DescribeAMQPRouteRelationsRequest 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
|
String |
getFilterDestType()
Get 按绑定的目标类型过滤查询结果,可选值:Exchange、Queue
|
String |
getFilterDestValue()
Get 按目标名称过滤查询结果,支持模糊查询
|
String |
getFilterSourceExchange()
Get 按源exchange名称过滤查询结果,支持模糊查询
|
Long |
getLimit()
Get 查询限制数
|
Long |
getOffset()
Get 查询偏移量
|
String |
getVHostId()
Get Vhost名称
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setFilterDestType(String FilterDestType)
Set 按绑定的目标类型过滤查询结果,可选值:Exchange、Queue
|
void |
setFilterDestValue(String FilterDestValue)
Set 按目标名称过滤查询结果,支持模糊查询
|
void |
setFilterSourceExchange(String FilterSourceExchange)
Set 按源exchange名称过滤查询结果,支持模糊查询
|
void |
setLimit(Long Limit)
Set 查询限制数
|
void |
setOffset(Long Offset)
Set 查询偏移量
|
void |
setVHostId(String VHostId)
Set Vhost名称
|
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 DescribeAMQPRouteRelationsRequest()
public DescribeAMQPRouteRelationsRequest(DescribeAMQPRouteRelationsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询限制数public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getVHostId()
public void setVHostId(String VHostId)
VHostId
- Vhost名称public String getFilterSourceExchange()
public void setFilterSourceExchange(String FilterSourceExchange)
FilterSourceExchange
- 按源exchange名称过滤查询结果,支持模糊查询public String getFilterDestType()
public void setFilterDestType(String FilterDestType)
FilterDestType
- 按绑定的目标类型过滤查询结果,可选值:Exchange、Queuepublic String getFilterDestValue()
public void setFilterDestValue(String FilterDestValue)
FilterDestValue
- 按目标名称过滤查询结果,支持模糊查询Copyright © 2022. All rights reserved.