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 Number of channels for the current vhost. | 
| Long | getCurrentConnections()Get Number of current connections of the vhost. | 
| Long | getCurrentExchanges()Get Number of exchanges in the current vhost. | 
| Long | getCurrentQueues()Get Number of queues of the current vhost. | 
| Long | getCurrentUsers()Get Number of users of the current vhost. | 
| void | setCurrentChannels(Long CurrentChannels)Set Number of channels for the current vhost. | 
| void | setCurrentConnections(Long CurrentConnections)Set Number of current connections of the vhost. | 
| void | setCurrentExchanges(Long CurrentExchanges)Set Number of exchanges in the current vhost. | 
| void | setCurrentQueues(Long CurrentQueues)Set Number of queues of the current vhost. | 
| void | setCurrentUsers(Long CurrentUsers)Set Number of users of 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 - Number of queues of the current vhost.public Long getCurrentExchanges()
public void setCurrentExchanges(Long CurrentExchanges)
CurrentExchanges - Number of exchanges in the current vhost.public Long getCurrentConnections()
public void setCurrentConnections(Long CurrentConnections)
CurrentConnections - Number of current connections of the vhost.public Long getCurrentChannels()
public void setCurrentChannels(Long CurrentChannels)
CurrentChannels - Number of channels for the current vhost.public Long getCurrentUsers()
public void setCurrentUsers(Long CurrentUsers)
CurrentUsers - Number of users of the current vhost.Copyright © 2025. All rights reserved.