public class RabbitMQVirtualHostStatistics extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCurrentChannels()Get The number of channels in the current vhost | 
| Long | getCurrentConnections()Get The number of connections in the current vhost | 
| Long | getCurrentExchanges()Get The number of exchanges in the current vhost | 
| Long | getCurrentQueues()Get The number of queues in the current vhost | 
| Long | getCurrentUsers()Get The number of users in the current vhost | 
| void | setCurrentChannels(Long CurrentChannels)Set The number of channels in the current vhost | 
| void | setCurrentConnections(Long CurrentConnections)Set The number of connections in the current vhost | 
| void | setCurrentExchanges(Long CurrentExchanges)Set The number of exchanges in the current vhost | 
| void | setCurrentQueues(Long CurrentQueues)Set The number of queues in the current vhost | 
| void | setCurrentUsers(Long CurrentUsers)Set The number of users in the current vhost | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RabbitMQVirtualHostStatistics()
public RabbitMQVirtualHostStatistics(RabbitMQVirtualHostStatistics source)
public Long getCurrentQueues()
public void setCurrentQueues(Long CurrentQueues)
CurrentQueues - The number of queues in the current vhostpublic Long getCurrentExchanges()
public void setCurrentExchanges(Long CurrentExchanges)
CurrentExchanges - The number of exchanges in the current vhostpublic Long getCurrentConnections()
public void setCurrentConnections(Long CurrentConnections)
CurrentConnections - The number of connections in the current vhostpublic Long getCurrentChannels()
public void setCurrentChannels(Long CurrentChannels)
CurrentChannels - The number of channels in the current vhostpublic Long getCurrentUsers()
public void setCurrentUsers(Long CurrentUsers)
CurrentUsers - The number of users in the current vhostCopyright © 2023. All rights reserved.