public class

NetworkImpl

extends Object
implements Network Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.NetworkImpl

Summary

Constants
long serialVersionUID
Fields
protected NetworkStatsImpl networkStats
protected UpdatesImpl updates
Public Constructors
NetworkImpl()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Network

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected NetworkStatsImpl networkStats

protected UpdatesImpl updates

Public Constructors

public NetworkImpl ()

Public Methods

public NetworkStats getNetworkStats ()

Gets the value of the networkStats property.

Returns

public Updates getUpdates ()

Gets the value of the updates property.

Returns

public void setNetworkStats (NetworkStats value)

Sets the value of the networkStats property.

Parameters
value Allowed object is NetworkStats

public void setUpdates (Updates value)

Sets the value of the updates property.

Parameters
value Allowed object is Updates