com.google.code.linkedinapi.schema.impl
Class NetworkImpl
java.lang.Object
com.google.code.linkedinapi.schema.impl.NetworkImpl
- All Implemented Interfaces:
- Network, SchemaEntity, java.io.Serializable
public class NetworkImpl
- extends java.lang.Object
- implements java.io.Serializable, Network
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
networkStats
protected NetworkStatsImpl networkStats
updates
protected UpdatesImpl updates
NetworkImpl
public NetworkImpl()
getNetworkStats
public NetworkStats getNetworkStats()
- Description copied from interface:
Network
- Gets the value of the networkStats property.
- Specified by:
getNetworkStats
in interface Network
- Returns:
- possible object is
NetworkStats
setNetworkStats
public void setNetworkStats(NetworkStats value)
- Description copied from interface:
Network
- Sets the value of the networkStats property.
- Specified by:
setNetworkStats
in interface Network
- Parameters:
value
- allowed object is
NetworkStats
getUpdates
public Updates getUpdates()
- Description copied from interface:
Network
- Gets the value of the updates property.
- Specified by:
getUpdates
in interface Network
- Returns:
- possible object is
Updates
setUpdates
public void setUpdates(Updates value)
- Description copied from interface:
Network
- Sets the value of the updates property.
- Specified by:
setUpdates
in interface Network
- Parameters:
value
- allowed object is
Updates