- java.lang.Object
-
- com.rabbitmq.http.client.domain.ObjectTotals
-
public class ObjectTotals extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectTotals()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetChannels()longgetConnections()longgetConsumers()longgetExchanges()longgetQueues()voidsetChannels(long channels)voidsetConnections(long connections)voidsetConsumers(long consumers)voidsetExchanges(long exchanges)voidsetQueues(long queues)StringtoString()
-
-
-
Method Detail
-
getConnections
public long getConnections()
-
setConnections
public void setConnections(long connections)
-
getChannels
public long getChannels()
-
setChannels
public void setChannels(long channels)
-
getExchanges
public long getExchanges()
-
setExchanges
public void setExchanges(long exchanges)
-
getQueues
public long getQueues()
-
setQueues
public void setQueues(long queues)
-
getConsumers
public long getConsumers()
-
setConsumers
public void setConsumers(long consumers)
-
-