public class

ActivityImpl

extends Object
implements Activity Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.ActivityImpl

Summary

Constants
long serialVersionUID
Fields
protected String appId
protected String body
protected NetworkUpdateContentType contentType
protected String locale
protected Long timestamp
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 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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Activity

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

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 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