public class QueueORtopicDetails extends Object implements Serializable
Java class for queueORtopicDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="queueORtopicDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="itemtype" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="messagecount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="consumercount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="recievedmessagecount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="activeconsumercount" 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="messagesdropped" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="queue_depth" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="agenttype" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="canonicalname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
activeconsumercount |
protected String |
agenttype |
protected Long |
bytesdropped |
protected Long |
bytesin |
protected Long |
bytesout |
protected String |
canonicalname |
protected Long |
consumercount |
protected String |
itemtype |
protected Long |
messagecount |
protected Long |
messagesdropped |
protected String |
name |
protected Long |
queueDepth |
protected Long |
recievedmessagecount |
protected Calendar |
timestamp |
Constructor and Description |
---|
QueueORtopicDetails() |
Modifier and Type | Method and Description |
---|---|
Long |
getActiveconsumercount()
Gets the value of the activeconsumercount property.
|
String |
getAgenttype()
Gets the value of the agenttype 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.
|
String |
getCanonicalname()
Gets the value of the canonicalname property.
|
Long |
getConsumercount()
Gets the value of the consumercount property.
|
String |
getItemtype()
Gets the value of the itemtype property.
|
Long |
getMessagecount()
Gets the value of the messagecount property.
|
Long |
getMessagesdropped()
Gets the value of the messagesdropped property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getQueueDepth()
Gets the value of the queueDepth property.
|
Long |
getRecievedmessagecount()
Gets the value of the recievedmessagecount property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
boolean |
isSetActiveconsumercount() |
boolean |
isSetAgenttype() |
boolean |
isSetBytesdropped() |
boolean |
isSetBytesin() |
boolean |
isSetBytesout() |
boolean |
isSetCanonicalname() |
boolean |
isSetConsumercount() |
boolean |
isSetItemtype() |
boolean |
isSetMessagecount() |
boolean |
isSetMessagesdropped() |
boolean |
isSetName() |
boolean |
isSetQueueDepth() |
boolean |
isSetRecievedmessagecount() |
boolean |
isSetTimestamp() |
void |
setActiveconsumercount(Long value)
Sets the value of the activeconsumercount property.
|
void |
setAgenttype(String value)
Sets the value of the agenttype 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 |
setCanonicalname(String value)
Sets the value of the canonicalname property.
|
void |
setConsumercount(Long value)
Sets the value of the consumercount property.
|
void |
setItemtype(String value)
Sets the value of the itemtype property.
|
void |
setMessagecount(Long value)
Sets the value of the messagecount property.
|
void |
setMessagesdropped(Long value)
Sets the value of the messagesdropped property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setQueueDepth(Long value)
Sets the value of the queueDepth property.
|
void |
setRecievedmessagecount(Long value)
Sets the value of the recievedmessagecount property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
protected String name
protected String itemtype
protected Long messagecount
protected Long consumercount
protected Long recievedmessagecount
protected Long activeconsumercount
protected Long bytesin
protected Long bytesout
protected Long bytesdropped
protected Long messagesdropped
protected Long queueDepth
protected String agenttype
protected String canonicalname
protected Calendar timestamp
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getItemtype()
String
public void setItemtype(String value)
value
- allowed object is
String
public boolean isSetItemtype()
public Long getMessagecount()
Long
public void setMessagecount(Long value)
value
- allowed object is
Long
public boolean isSetMessagecount()
public Long getConsumercount()
Long
public void setConsumercount(Long value)
value
- allowed object is
Long
public boolean isSetConsumercount()
public Long getRecievedmessagecount()
Long
public void setRecievedmessagecount(Long value)
value
- allowed object is
Long
public boolean isSetRecievedmessagecount()
public Long getActiveconsumercount()
Long
public void setActiveconsumercount(Long value)
value
- allowed object is
Long
public boolean isSetActiveconsumercount()
public Long getBytesin()
Long
public void setBytesin(Long value)
value
- allowed object is
Long
public boolean isSetBytesin()
public Long getBytesout()
Long
public void setBytesout(Long value)
value
- allowed object is
Long
public boolean isSetBytesout()
public Long getBytesdropped()
Long
public void setBytesdropped(Long value)
value
- allowed object is
Long
public boolean isSetBytesdropped()
public Long getMessagesdropped()
Long
public void setMessagesdropped(Long value)
value
- allowed object is
Long
public boolean isSetMessagesdropped()
public Long getQueueDepth()
Long
public void setQueueDepth(Long value)
value
- allowed object is
Long
public boolean isSetQueueDepth()
public String getAgenttype()
String
public void setAgenttype(String value)
value
- allowed object is
String
public boolean isSetAgenttype()
public String getCanonicalname()
String
public void setCanonicalname(String value)
value
- allowed object is
String
public boolean isSetCanonicalname()
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public boolean isSetTimestamp()
Copyright © 2008–2017 MIL-OSS. All rights reserved.