|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Update
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}timestamp"/> <element ref="{}update-key"/> <element ref="{}update-type"/> <element ref="{}update-content"/> <element ref="{}is-commentable"/> <element ref="{}is-likable"/> <element ref="{}is-liked"/> <element ref="{}num-likes"/> <element ref="{}update-comments" minOccurs="0"/> <element ref="{}likes" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
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. |
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. |
Method Detail |
---|
java.lang.Long getTimestamp()
String
void setTimestamp(java.lang.Long value)
value
- allowed object is
String
java.lang.String getUpdateKey()
String
void setUpdateKey(java.lang.String value)
value
- allowed object is
String
NetworkUpdateReturnType getUpdateType()
NetworkUpdateReturnType
void setUpdateType(NetworkUpdateReturnType value)
value
- allowed object is
NetworkUpdateReturnType
UpdateContent getUpdateContent()
UpdateContent
void setUpdateContent(UpdateContent value)
value
- allowed object is
UpdateContent
boolean isIsCommentable()
void setIsCommentable(boolean value)
boolean isIsLikable()
void setIsLikable(boolean value)
boolean isIsLiked()
void setIsLiked(boolean value)
java.lang.Long getNumLikes()
String
void setNumLikes(java.lang.Long value)
value
- allowed object is
String
UpdateComments getUpdateComments()
UpdateComments
void setUpdateComments(UpdateComments value)
value
- allowed object is
UpdateComments
Likes getLikes()
Likes
void setLikes(Likes value)
value
- allowed object is
Likes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |