Class RabbitMQVirtualHostStatistics
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.RabbitMQVirtualHostStatistics
-
public class RabbitMQVirtualHostStatistics extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RabbitMQVirtualHostStatistics()RabbitMQVirtualHostStatistics(RabbitMQVirtualHostStatistics 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCurrentChannels()Get 当前vhost的channel数量LonggetCurrentConnections()Get 当前vhost的连接数量LonggetCurrentExchanges()Get 当前vhost的exchange数量LonggetCurrentQueues()Get 当前vhost的queue数量LonggetCurrentUsers()Get 当前vhost的用户数量voidsetCurrentChannels(Long CurrentChannels)Set 当前vhost的channel数量voidsetCurrentConnections(Long CurrentConnections)Set 当前vhost的连接数量voidsetCurrentExchanges(Long CurrentExchanges)Set 当前vhost的exchange数量voidsetCurrentQueues(Long CurrentQueues)Set 当前vhost的queue数量voidsetCurrentUsers(Long CurrentUsers)Set 当前vhost的用户数量voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RabbitMQVirtualHostStatistics
public RabbitMQVirtualHostStatistics()
-
RabbitMQVirtualHostStatistics
public RabbitMQVirtualHostStatistics(RabbitMQVirtualHostStatistics 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.
-
-
Method Detail
-
getCurrentQueues
public Long getCurrentQueues()
Get 当前vhost的queue数量- Returns:
- CurrentQueues 当前vhost的queue数量
-
setCurrentQueues
public void setCurrentQueues(Long CurrentQueues)
Set 当前vhost的queue数量- Parameters:
CurrentQueues- 当前vhost的queue数量
-
getCurrentExchanges
public Long getCurrentExchanges()
Get 当前vhost的exchange数量- Returns:
- CurrentExchanges 当前vhost的exchange数量
-
setCurrentExchanges
public void setCurrentExchanges(Long CurrentExchanges)
Set 当前vhost的exchange数量- Parameters:
CurrentExchanges- 当前vhost的exchange数量
-
getCurrentConnections
public Long getCurrentConnections()
Get 当前vhost的连接数量- Returns:
- CurrentConnections 当前vhost的连接数量
-
setCurrentConnections
public void setCurrentConnections(Long CurrentConnections)
Set 当前vhost的连接数量- Parameters:
CurrentConnections- 当前vhost的连接数量
-
getCurrentChannels
public Long getCurrentChannels()
Get 当前vhost的channel数量- Returns:
- CurrentChannels 当前vhost的channel数量
-
setCurrentChannels
public void setCurrentChannels(Long CurrentChannels)
Set 当前vhost的channel数量- Parameters:
CurrentChannels- 当前vhost的channel数量
-
getCurrentUsers
public Long getCurrentUsers()
Get 当前vhost的用户数量- Returns:
- CurrentUsers 当前vhost的用户数量
-
setCurrentUsers
public void setCurrentUsers(Long CurrentUsers)
Set 当前vhost的用户数量- Parameters:
CurrentUsers- 当前vhost的用户数量
-
-