public class

ActivityImpl

extends BaseSchemaEntity
implements Activity
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.ActivityImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String appId
protected String body
protected NetworkUpdateContentType contentType
protected String locale
protected Long timestamp
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
ActivityImpl()
Public Methods
String getAppId()
Gets the value of the appId property.
String getBody()
Gets the value of the body property.
NetworkUpdateContentType getContentType()
Gets the value of the contentType property.
String getLocale()
Gets the value of the locale property.
Long getTimestamp()
Gets the value of the timestamp property.
void init(XmlPullParser parser)
Inits the.
void setAppId(String value)
Sets the value of the appId property.
void setBody(String value)
Sets the value of the body property.
void setContentType(NetworkUpdateContentType value)
Sets the value of the contentType property.
void setLocale(String value)
Sets the value of the locale property.
void setTimestamp(Long value)
Sets the value of the timestamp 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.Activity

Constants

private static final long serialVersionUID

Constant Value: -2002088204138306557 (0xe4372762c7562403)

Fields

protected String appId

protected String body

protected NetworkUpdateContentType contentType

protected String locale

protected Long timestamp

Public Constructors

public ActivityImpl ()

Public Methods

public String getAppId ()

Gets the value of the appId property.

Returns
  • possible object is String

public String getBody ()

Gets the value of the body property.

Returns
  • possible object is String

public NetworkUpdateContentType getContentType ()

Gets the value of the contentType property.

Returns

public String getLocale ()

Gets the value of the locale property.

Returns
  • possible object is String

public Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setAppId (String value)

Sets the value of the appId property.

Parameters
value Allowed object is String

public void setBody (String value)

Sets the value of the body property.

Parameters
value Allowed object is String

public void setContentType (NetworkUpdateContentType value)

Sets the value of the contentType property.

Parameters
value Allowed object is NetworkUpdateContentType

public void setLocale (String value)

Sets the value of the locale property.

Parameters
value Allowed object is String

public void setTimestamp (Long value)

Sets the value of the timestamp property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException