public class Stats extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for stats complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stats">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="received" type="{urn:ietf:params:xml:ns:kannel-1.0}count" minOccurs="0"/>
<element name="sent" type="{urn:ietf:params:xml:ns:kannel-1.0}count" minOccurs="0"/>
<element name="storesize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="inbound" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outbound" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
inbound |
protected String |
outbound |
protected Count |
received |
protected Count |
sent |
protected Integer |
storesize |
| Constructor and Description |
|---|
Stats() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
String |
getInbound()
Gets the value of the inbound property.
|
String |
getOutbound()
Gets the value of the outbound property.
|
Count |
getReceived()
Gets the value of the received property.
|
Count |
getSent()
Gets the value of the sent property.
|
Integer |
getStoresize()
Gets the value of the storesize property.
|
boolean |
isSetInbound() |
boolean |
isSetOutbound() |
boolean |
isSetReceived() |
boolean |
isSetSent() |
boolean |
isSetStoresize() |
void |
setInbound(String value)
Sets the value of the inbound property.
|
void |
setOutbound(String value)
Sets the value of the outbound property.
|
void |
setReceived(Count value)
Sets the value of the received property.
|
void |
setSent(Count value)
Sets the value of the sent property.
|
void |
setStoresize(Integer value)
Sets the value of the storesize property.
|
String |
toString() |
Stats |
withInbound(String value) |
Stats |
withOutbound(String value) |
Stats |
withReceived(Count value) |
Stats |
withSent(Count value) |
Stats |
withStoresize(Integer value) |
protected Count received
protected Count sent
protected Integer storesize
protected String inbound
protected String outbound
public Count getReceived()
Countpublic void setReceived(Count value)
value - allowed object is
Countpublic boolean isSetReceived()
public Count getSent()
Countpublic void setSent(Count value)
value - allowed object is
Countpublic boolean isSetSent()
public Integer getStoresize()
Integerpublic void setStoresize(Integer value)
value - allowed object is
Integerpublic boolean isSetStoresize()
public String getInbound()
Stringpublic void setInbound(String value)
value - allowed object is
Stringpublic boolean isSetInbound()
public String getOutbound()
Stringpublic void setOutbound(String value)
value - allowed object is
Stringpublic boolean isSetOutbound()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringCopyright © 2014. All rights reserved.