|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.UpdateImpl
public class UpdateImpl
Field Summary | |
---|---|
protected boolean |
isCommentable
|
protected boolean |
isLikable
|
protected boolean |
isLiked
|
protected LikesImpl |
likes
|
protected java.lang.Long |
numLikes
|
private static long |
serialVersionUID
|
protected java.lang.Long |
timestamp
|
protected UpdateCommentsImpl |
updateComments
|
protected UpdateContentImpl |
updateContent
|
protected java.lang.String |
updateKey
|
protected NetworkUpdateReturnType |
updateType
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
UpdateImpl()
|
Method Summary | |
---|---|
Likes |
getLikes()
Gets the value of the likes property. |
java.lang.Long |
getNumLikes()
Gets the value of the numLikes property. |
java.lang.Long |
getTimestamp()
Gets the value of the timestamp property. |
UpdateComments |
getUpdateComments()
Gets the value of the updateComments property. |
UpdateContent |
getUpdateContent()
Gets the value of the updateContent property. |
java.lang.String |
getUpdateKey()
Gets the value of the updateKey property. |
NetworkUpdateReturnType |
getUpdateType()
Gets the value of the updateType property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
boolean |
isIsCommentable()
Gets the value of the isCommentable property. |
boolean |
isIsLikable()
Gets the value of the isLikable property. |
boolean |
isIsLiked()
Gets the value of the isLiked property. |
void |
setIsCommentable(boolean value)
Sets the value of the isCommentable property. |
void |
setIsLikable(boolean value)
Sets the value of the isLikable property. |
void |
setIsLiked(boolean value)
Sets the value of the isLiked property. |
void |
setLikes(Likes value)
Sets the value of the likes property. |
void |
setNumLikes(java.lang.Long value)
Sets the value of the numLikes property. |
void |
setTimestamp(java.lang.Long value)
Sets the value of the timestamp property. |
void |
setUpdateComments(UpdateComments value)
Sets the value of the updateComments property. |
void |
setUpdateContent(UpdateContent value)
Sets the value of the updateContent property. |
void |
setUpdateKey(java.lang.String value)
Sets the value of the updateKey property. |
void |
setUpdateType(NetworkUpdateReturnType value)
Sets the value of the updateType property. |
void |
toXml(org.xmlpull.v1.XmlSerializer serializer)
To xml. |
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 java.lang.String updateKey
protected NetworkUpdateReturnType updateType
protected UpdateContentImpl updateContent
protected boolean isCommentable
protected boolean isLikable
protected boolean isLiked
protected java.lang.Long numLikes
protected UpdateCommentsImpl updateComments
protected LikesImpl likes
Constructor Detail |
---|
public UpdateImpl()
Method Detail |
---|
public java.lang.Long getTimestamp()
Update
getTimestamp
in interface Update
String
public void setTimestamp(java.lang.Long value)
Update
setTimestamp
in interface Update
value
- allowed object is
String
public java.lang.String getUpdateKey()
Update
getUpdateKey
in interface Update
String
public void setUpdateKey(java.lang.String value)
Update
setUpdateKey
in interface Update
value
- allowed object is
String
public NetworkUpdateReturnType getUpdateType()
Update
getUpdateType
in interface Update
NetworkUpdateReturnType
public void setUpdateType(NetworkUpdateReturnType value)
Update
setUpdateType
in interface Update
value
- allowed object is
NetworkUpdateReturnType
public UpdateContent getUpdateContent()
Update
getUpdateContent
in interface Update
UpdateContent
public void setUpdateContent(UpdateContent value)
Update
setUpdateContent
in interface Update
value
- allowed object is
UpdateContent
public boolean isIsCommentable()
Update
isIsCommentable
in interface Update
public void setIsCommentable(boolean value)
Update
setIsCommentable
in interface Update
public boolean isIsLikable()
Update
isIsLikable
in interface Update
public void setIsLikable(boolean value)
Update
setIsLikable
in interface Update
public boolean isIsLiked()
Update
isIsLiked
in interface Update
public void setIsLiked(boolean value)
Update
setIsLiked
in interface Update
public java.lang.Long getNumLikes()
Update
getNumLikes
in interface Update
String
public void setNumLikes(java.lang.Long value)
Update
setNumLikes
in interface Update
value
- allowed object is
String
public UpdateComments getUpdateComments()
Update
getUpdateComments
in interface Update
UpdateComments
public void setUpdateComments(UpdateComments value)
Update
setUpdateComments
in interface Update
value
- allowed object is
UpdateComments
public Likes getLikes()
Update
getLikes
in interface Update
Likes
public void setLikes(Likes value)
Update
setLikes
in interface Update
value
- allowed object is
Likes
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |