public class Network extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}network-stats"/> <element ref="{}updates"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected NetworkStats |
networkStats |
protected Updates |
updates |
Constructor and Description |
---|
Network() |
Modifier and Type | Method and Description |
---|---|
NetworkStats |
getNetworkStats()
Gets the value of the networkStats property.
|
Updates |
getUpdates()
Gets the value of the updates property.
|
void |
setNetworkStats(NetworkStats value)
Sets the value of the networkStats property.
|
void |
setUpdates(Updates value)
Sets the value of the updates property.
|
protected NetworkStats networkStats
protected Updates updates
public NetworkStats getNetworkStats()
NetworkStats
public void setNetworkStats(NetworkStats value)
value
- allowed object is
NetworkStats
public Updates getUpdates()
Updates
Apache Camel