public class Update extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected boolean |
isCommentable |
protected boolean |
isLikable |
protected IsLiked |
isLiked |
protected Likes |
likes |
protected Long |
numLikes |
protected Long |
timestamp |
protected UpdateComments |
updateComments |
protected UpdateContent |
updateContent |
protected String |
updateKey |
protected NetworkUpdateReturnType |
updateType |
Constructor and Description |
---|
Update() |
Modifier and Type | Method and Description |
---|---|
IsLiked |
getIsLiked()
Gets the value of the isLiked property.
|
Likes |
getLikes()
Gets the value of the likes property.
|
Long |
getNumLikes()
Gets the value of the numLikes property.
|
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.
|
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.
|
void |
setIsCommentable(boolean value)
Sets the value of the isCommentable property.
|
void |
setIsLikable(boolean value)
Sets the value of the isLikable property.
|
void |
setIsLiked(IsLiked value)
Sets the value of the isLiked property.
|
void |
setLikes(Likes value)
Sets the value of the likes property.
|
void |
setNumLikes(Long value)
Sets the value of the numLikes property.
|
void |
setTimestamp(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(String value)
Sets the value of the updateKey property.
|
void |
setUpdateType(NetworkUpdateReturnType value)
Sets the value of the updateType property.
|
protected Long timestamp
protected String updateKey
protected NetworkUpdateReturnType updateType
protected UpdateContent updateContent
protected boolean isCommentable
protected boolean isLikable
protected IsLiked isLiked
protected Long numLikes
protected UpdateComments updateComments
protected Likes likes
public Long getTimestamp()
String
public void setTimestamp(Long value)
value
- allowed object is
String
public String getUpdateKey()
String
public void setUpdateKey(String value)
value
- allowed object is
String
public NetworkUpdateReturnType getUpdateType()
NetworkUpdateReturnType
public void setUpdateType(NetworkUpdateReturnType value)
value
- allowed object is
NetworkUpdateReturnType
public UpdateContent getUpdateContent()
UpdateContent
public void setUpdateContent(UpdateContent value)
value
- allowed object is
UpdateContent
public boolean isIsCommentable()
public void setIsCommentable(boolean value)
public boolean isIsLikable()
public void setIsLikable(boolean value)
public IsLiked getIsLiked()
IsLiked
public void setIsLiked(IsLiked value)
value
- allowed object is
IsLiked
public Long getNumLikes()
String
public void setNumLikes(Long value)
value
- allowed object is
String
public UpdateComments getUpdateComments()
UpdateComments
public void setUpdateComments(UpdateComments value)
value
- allowed object is
UpdateComments
public Likes getLikes()
Likes
Apache Camel