|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.ActivityImpl
public class ActivityImpl
Field Summary | |
---|---|
protected java.lang.String |
appId
|
protected java.lang.String |
body
|
protected NetworkUpdateContentType |
contentType
|
protected java.lang.String |
locale
|
private static long |
serialVersionUID
|
protected java.lang.Long |
timestamp
|
Constructor Summary | |
---|---|
ActivityImpl()
|
Method Summary | |
---|---|
java.lang.String |
getAppId()
Gets the value of the appId property. |
java.lang.String |
getBody()
Gets the value of the body property. |
NetworkUpdateContentType |
getContentType()
Gets the value of the contentType property. |
java.lang.String |
getLocale()
Gets the value of the locale property. |
java.lang.Long |
getTimestamp()
Gets the value of the timestamp property. |
void |
setAppId(java.lang.String value)
Sets the value of the appId property. |
void |
setBody(java.lang.String value)
Sets the value of the body property. |
void |
setContentType(NetworkUpdateContentType value)
Sets the value of the contentType property. |
void |
setLocale(java.lang.String value)
Sets the value of the locale property. |
void |
setTimestamp(java.lang.Long value)
Sets the value of the timestamp property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.lang.Long timestamp
protected NetworkUpdateContentType contentType
protected java.lang.String body
protected java.lang.String appId
protected java.lang.String locale
Constructor Detail |
---|
public ActivityImpl()
Method Detail |
---|
public java.lang.Long getTimestamp()
Activity
getTimestamp
in interface Activity
String
public void setTimestamp(java.lang.Long value)
Activity
setTimestamp
in interface Activity
value
- allowed object is
String
public NetworkUpdateContentType getContentType()
Activity
getContentType
in interface Activity
NetworkUpdateContentType
public void setContentType(NetworkUpdateContentType value)
Activity
setContentType
in interface Activity
value
- allowed object is
NetworkUpdateContentType
public java.lang.String getBody()
Activity
getBody
in interface Activity
String
public void setBody(java.lang.String value)
Activity
setBody
in interface Activity
value
- allowed object is
String
public java.lang.String getAppId()
Activity
getAppId
in interface Activity
String
public void setAppId(java.lang.String value)
Activity
setAppId
in interface Activity
value
- allowed object is
String
public java.lang.String getLocale()
Activity
getLocale
in interface Activity
String
public void setLocale(java.lang.String value)
Activity
setLocale
in interface Activity
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |