public class BrokerDetails extends Object implements Serializable
Java class for brokerDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="brokerDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="operational" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="numberOfQueuesTopics" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalmessagesent" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalmessagesrecieved" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalmessagesdropped" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalqueuedepth" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalconsumers" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalactiveconsumers" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalbytesin" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalbytesout" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalbytesdropped" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="lastCheckIn" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
displayName |
protected Calendar |
lastCheckIn |
protected long |
numberOfQueuesTopics |
protected boolean |
operational |
protected long |
totalactiveconsumers |
protected long |
totalbytesdropped |
protected long |
totalbytesin |
protected long |
totalbytesout |
protected long |
totalconsumers |
protected long |
totalmessagesdropped |
protected long |
totalmessagesent |
protected long |
totalmessagesrecieved |
protected long |
totalqueuedepth |
protected String |
uri |
Constructor and Description |
---|
BrokerDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
Calendar |
getLastCheckIn()
Gets the value of the lastCheckIn property.
|
long |
getNumberOfQueuesTopics()
Gets the value of the numberOfQueuesTopics property.
|
long |
getTotalactiveconsumers()
Gets the value of the totalactiveconsumers property.
|
long |
getTotalbytesdropped()
Gets the value of the totalbytesdropped property.
|
long |
getTotalbytesin()
Gets the value of the totalbytesin property.
|
long |
getTotalbytesout()
Gets the value of the totalbytesout property.
|
long |
getTotalconsumers()
Gets the value of the totalconsumers property.
|
long |
getTotalmessagesdropped()
Gets the value of the totalmessagesdropped property.
|
long |
getTotalmessagesent()
Gets the value of the totalmessagesent property.
|
long |
getTotalmessagesrecieved()
Gets the value of the totalmessagesrecieved property.
|
long |
getTotalqueuedepth()
Gets the value of the totalqueuedepth property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isOperational()
Gets the value of the operational property.
|
boolean |
isSetDisplayName() |
boolean |
isSetLastCheckIn() |
boolean |
isSetNumberOfQueuesTopics() |
boolean |
isSetOperational() |
boolean |
isSetTotalactiveconsumers() |
boolean |
isSetTotalbytesdropped() |
boolean |
isSetTotalbytesin() |
boolean |
isSetTotalbytesout() |
boolean |
isSetTotalconsumers() |
boolean |
isSetTotalmessagesdropped() |
boolean |
isSetTotalmessagesent() |
boolean |
isSetTotalmessagesrecieved() |
boolean |
isSetTotalqueuedepth() |
boolean |
isSetUri() |
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setLastCheckIn(Calendar value)
Sets the value of the lastCheckIn property.
|
void |
setNumberOfQueuesTopics(long value)
Sets the value of the numberOfQueuesTopics property.
|
void |
setOperational(boolean value)
Sets the value of the operational property.
|
void |
setTotalactiveconsumers(long value)
Sets the value of the totalactiveconsumers property.
|
void |
setTotalbytesdropped(long value)
Sets the value of the totalbytesdropped property.
|
void |
setTotalbytesin(long value)
Sets the value of the totalbytesin property.
|
void |
setTotalbytesout(long value)
Sets the value of the totalbytesout property.
|
void |
setTotalconsumers(long value)
Sets the value of the totalconsumers property.
|
void |
setTotalmessagesdropped(long value)
Sets the value of the totalmessagesdropped property.
|
void |
setTotalmessagesent(long value)
Sets the value of the totalmessagesent property.
|
void |
setTotalmessagesrecieved(long value)
Sets the value of the totalmessagesrecieved property.
|
void |
setTotalqueuedepth(long value)
Sets the value of the totalqueuedepth property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String uri
protected String displayName
protected boolean operational
protected long numberOfQueuesTopics
protected long totalmessagesent
protected long totalmessagesrecieved
protected long totalmessagesdropped
protected long totalqueuedepth
protected long totalconsumers
protected long totalactiveconsumers
protected long totalbytesin
protected long totalbytesout
protected long totalbytesdropped
protected Calendar lastCheckIn
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public boolean isSetDisplayName()
public boolean isOperational()
public void setOperational(boolean value)
public boolean isSetOperational()
public long getNumberOfQueuesTopics()
public void setNumberOfQueuesTopics(long value)
public boolean isSetNumberOfQueuesTopics()
public long getTotalmessagesent()
public void setTotalmessagesent(long value)
public boolean isSetTotalmessagesent()
public long getTotalmessagesrecieved()
public void setTotalmessagesrecieved(long value)
public boolean isSetTotalmessagesrecieved()
public long getTotalmessagesdropped()
public void setTotalmessagesdropped(long value)
public boolean isSetTotalmessagesdropped()
public long getTotalqueuedepth()
public void setTotalqueuedepth(long value)
public boolean isSetTotalqueuedepth()
public long getTotalconsumers()
public void setTotalconsumers(long value)
public boolean isSetTotalconsumers()
public long getTotalactiveconsumers()
public void setTotalactiveconsumers(long value)
public boolean isSetTotalactiveconsumers()
public long getTotalbytesin()
public void setTotalbytesin(long value)
public boolean isSetTotalbytesin()
public long getTotalbytesout()
public void setTotalbytesout(long value)
public boolean isSetTotalbytesout()
public long getTotalbytesdropped()
public void setTotalbytesdropped(long value)
public boolean isSetTotalbytesdropped()
public Calendar getLastCheckIn()
Calendar
public void setLastCheckIn(Calendar value)
value
- allowed object is
Calendar
public boolean isSetLastCheckIn()
Copyright © 2008–2017 MIL-OSS. All rights reserved.