public class GetHistoricalBrokerDetailsResponseMsg extends Object implements Serializable
Java class for GetHistoricalBrokerDetailsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetHistoricalBrokerDetailsResponseMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="averagemessagesent" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="averagemessagesrecieved" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="averagemessagesdropped" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="averagequeuedepth" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="averageconsumers" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="averageactiveconsumers" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="averagebytesin" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="averagebytesout" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="averagebytesdropped" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
averageactiveconsumers |
protected double |
averagebytesdropped |
protected double |
averagebytesin |
protected double |
averagebytesout |
protected double |
averageconsumers |
protected double |
averagemessagesdropped |
protected double |
averagemessagesent |
protected double |
averagemessagesrecieved |
protected double |
averagequeuedepth |
protected SecurityWrapper |
classification |
protected String |
uri |
Constructor and Description |
---|
GetHistoricalBrokerDetailsResponseMsg() |
Modifier and Type | Method and Description |
---|---|
double |
getAverageactiveconsumers()
Gets the value of the averageactiveconsumers property.
|
double |
getAveragebytesdropped()
Gets the value of the averagebytesdropped property.
|
double |
getAveragebytesin()
Gets the value of the averagebytesin property.
|
double |
getAveragebytesout()
Gets the value of the averagebytesout property.
|
double |
getAverageconsumers()
Gets the value of the averageconsumers property.
|
double |
getAveragemessagesdropped()
Gets the value of the averagemessagesdropped property.
|
double |
getAveragemessagesent()
Gets the value of the averagemessagesent property.
|
double |
getAveragemessagesrecieved()
Gets the value of the averagemessagesrecieved property.
|
double |
getAveragequeuedepth()
Gets the value of the averagequeuedepth property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetAverageactiveconsumers() |
boolean |
isSetAveragebytesdropped() |
boolean |
isSetAveragebytesin() |
boolean |
isSetAveragebytesout() |
boolean |
isSetAverageconsumers() |
boolean |
isSetAveragemessagesdropped() |
boolean |
isSetAveragemessagesent() |
boolean |
isSetAveragemessagesrecieved() |
boolean |
isSetAveragequeuedepth() |
boolean |
isSetClassification() |
boolean |
isSetUri() |
void |
setAverageactiveconsumers(double value)
Sets the value of the averageactiveconsumers property.
|
void |
setAveragebytesdropped(double value)
Sets the value of the averagebytesdropped property.
|
void |
setAveragebytesin(double value)
Sets the value of the averagebytesin property.
|
void |
setAveragebytesout(double value)
Sets the value of the averagebytesout property.
|
void |
setAverageconsumers(double value)
Sets the value of the averageconsumers property.
|
void |
setAveragemessagesdropped(double value)
Sets the value of the averagemessagesdropped property.
|
void |
setAveragemessagesent(double value)
Sets the value of the averagemessagesent property.
|
void |
setAveragemessagesrecieved(double value)
Sets the value of the averagemessagesrecieved property.
|
void |
setAveragequeuedepth(double value)
Sets the value of the averagequeuedepth property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected SecurityWrapper classification
protected String uri
protected double averagemessagesent
protected double averagemessagesrecieved
protected double averagemessagesdropped
protected double averagequeuedepth
protected double averageconsumers
protected double averageactiveconsumers
protected double averagebytesin
protected double averagebytesout
protected double averagebytesdropped
public GetHistoricalBrokerDetailsResponseMsg()
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public double getAveragemessagesent()
public void setAveragemessagesent(double value)
public boolean isSetAveragemessagesent()
public double getAveragemessagesrecieved()
public void setAveragemessagesrecieved(double value)
public boolean isSetAveragemessagesrecieved()
public double getAveragemessagesdropped()
public void setAveragemessagesdropped(double value)
public boolean isSetAveragemessagesdropped()
public double getAveragequeuedepth()
public void setAveragequeuedepth(double value)
public boolean isSetAveragequeuedepth()
public double getAverageconsumers()
public void setAverageconsumers(double value)
public boolean isSetAverageconsumers()
public double getAverageactiveconsumers()
public void setAverageactiveconsumers(double value)
public boolean isSetAverageactiveconsumers()
public double getAveragebytesin()
public void setAveragebytesin(double value)
public boolean isSetAveragebytesin()
public double getAveragebytesout()
public void setAveragebytesout(double value)
public boolean isSetAveragebytesout()
public double getAveragebytesdropped()
public void setAveragebytesdropped(double value)
public boolean isSetAveragebytesdropped()
Copyright © 2008–2017 MIL-OSS. All rights reserved.