public class BrokerData extends Object implements Serializable
Java class for BrokerData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BrokerData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="QueueOrTopicName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="QueueOrTopicCanonicalName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MessagesIn" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="MessagesOut" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="MessagesDropped" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="ActiveConsumers" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="TotalConsumers" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="BytesIn" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="BytesOut" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="BytesDropped" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="Depth" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="ItemType" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
activeConsumers |
protected long |
bytesDropped |
protected long |
bytesIn |
protected long |
bytesOut |
protected long |
depth |
protected String |
itemType |
protected long |
messagesDropped |
protected long |
messagesIn |
protected long |
messagesOut |
protected String |
queueOrTopicCanonicalName |
protected String |
queueOrTopicName |
protected long |
totalConsumers |
Constructor and Description |
---|
BrokerData() |
Modifier and Type | Method and Description |
---|---|
long |
getActiveConsumers()
Gets the value of the activeConsumers property.
|
long |
getBytesDropped()
Gets the value of the bytesDropped property.
|
long |
getBytesIn()
Gets the value of the bytesIn property.
|
long |
getBytesOut()
Gets the value of the bytesOut property.
|
long |
getDepth()
Gets the value of the depth property.
|
String |
getItemType()
Gets the value of the itemType property.
|
long |
getMessagesDropped()
Gets the value of the messagesDropped property.
|
long |
getMessagesIn()
Gets the value of the messagesIn property.
|
long |
getMessagesOut()
Gets the value of the messagesOut property.
|
String |
getQueueOrTopicCanonicalName()
Gets the value of the queueOrTopicCanonicalName property.
|
String |
getQueueOrTopicName()
Gets the value of the queueOrTopicName property.
|
long |
getTotalConsumers()
Gets the value of the totalConsumers property.
|
boolean |
isSetActiveConsumers() |
boolean |
isSetBytesDropped() |
boolean |
isSetBytesIn() |
boolean |
isSetBytesOut() |
boolean |
isSetDepth() |
boolean |
isSetItemType() |
boolean |
isSetMessagesDropped() |
boolean |
isSetMessagesIn() |
boolean |
isSetMessagesOut() |
boolean |
isSetQueueOrTopicCanonicalName() |
boolean |
isSetQueueOrTopicName() |
boolean |
isSetTotalConsumers() |
void |
setActiveConsumers(long value)
Sets the value of the activeConsumers property.
|
void |
setBytesDropped(long value)
Sets the value of the bytesDropped property.
|
void |
setBytesIn(long value)
Sets the value of the bytesIn property.
|
void |
setBytesOut(long value)
Sets the value of the bytesOut property.
|
void |
setDepth(long value)
Sets the value of the depth property.
|
void |
setItemType(String value)
Sets the value of the itemType property.
|
void |
setMessagesDropped(long value)
Sets the value of the messagesDropped property.
|
void |
setMessagesIn(long value)
Sets the value of the messagesIn property.
|
void |
setMessagesOut(long value)
Sets the value of the messagesOut property.
|
void |
setQueueOrTopicCanonicalName(String value)
Sets the value of the queueOrTopicCanonicalName property.
|
void |
setQueueOrTopicName(String value)
Sets the value of the queueOrTopicName property.
|
void |
setTotalConsumers(long value)
Sets the value of the totalConsumers property.
|
protected String queueOrTopicName
protected String queueOrTopicCanonicalName
protected long messagesIn
protected long messagesOut
protected long messagesDropped
protected long activeConsumers
protected long totalConsumers
protected long bytesIn
protected long bytesOut
protected long bytesDropped
protected long depth
protected String itemType
public String getQueueOrTopicName()
String
public void setQueueOrTopicName(String value)
value
- allowed object is
String
public boolean isSetQueueOrTopicName()
public String getQueueOrTopicCanonicalName()
String
public void setQueueOrTopicCanonicalName(String value)
value
- allowed object is
String
public boolean isSetQueueOrTopicCanonicalName()
public long getMessagesIn()
public void setMessagesIn(long value)
public boolean isSetMessagesIn()
public long getMessagesOut()
public void setMessagesOut(long value)
public boolean isSetMessagesOut()
public long getMessagesDropped()
public void setMessagesDropped(long value)
public boolean isSetMessagesDropped()
public long getActiveConsumers()
public void setActiveConsumers(long value)
public boolean isSetActiveConsumers()
public long getTotalConsumers()
public void setTotalConsumers(long value)
public boolean isSetTotalConsumers()
public long getBytesIn()
public void setBytesIn(long value)
public boolean isSetBytesIn()
public long getBytesOut()
public void setBytesOut(long value)
public boolean isSetBytesOut()
public long getBytesDropped()
public void setBytesDropped(long value)
public boolean isSetBytesDropped()
public long getDepth()
public void setDepth(long value)
public boolean isSetDepth()
public String getItemType()
String
public void setItemType(String value)
value
- allowed object is
String
public boolean isSetItemType()
Copyright © 2008–2017 MIL-OSS. All rights reserved.