public class

NetworkImpl

extends BaseSchemaEntity
implements Network
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.NetworkImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected NetworkStatsImpl networkStats
protected UpdatesImpl updates
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
NetworkImpl()
Public Methods
NetworkStats getNetworkStats()
Gets the value of the networkStats property.
Updates getUpdates()
Gets the value of the updates property.
void init(XmlPullParser parser)
Inits the.
void setNetworkStats(NetworkStats value)
Sets the value of the networkStats property.
void setUpdates(Updates value)
Sets the value of the updates property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Network

Constants

private static final long serialVersionUID

Constant Value: 6143437997201279562 (0x5541e04f22d1ca4a)

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 init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

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

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException