public class OriginalUpdate 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="{}updated-fields"/>
<element ref="{}is-commentable"/>
<element ref="{}update-comments" minOccurs="0"/>
<element ref="{}is-likable"/>
<element ref="{}is-liked"/>
<element ref="{}num-likes"/>
<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 UpdatedFields |
updatedFields |
protected String |
updateKey |
protected NetworkUpdateReturnType |
updateType |
| Constructor and Description |
|---|
OriginalUpdate() |
| 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.
|
UpdatedFields |
getUpdatedFields()
Gets the value of the updatedFields 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 |
setUpdatedFields(UpdatedFields value)
Sets the value of the updatedFields 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 UpdatedFields updatedFields
protected boolean isCommentable
protected UpdateComments updateComments
protected boolean isLikable
protected IsLiked isLiked
protected Long numLikes
protected Likes likes
public Long getTimestamp()
Stringpublic void setTimestamp(Long value)
value - allowed object is
Stringpublic String getUpdateKey()
Stringpublic void setUpdateKey(String value)
value - allowed object is
Stringpublic NetworkUpdateReturnType getUpdateType()
NetworkUpdateReturnTypepublic void setUpdateType(NetworkUpdateReturnType value)
value - allowed object is
NetworkUpdateReturnTypepublic UpdateContent getUpdateContent()
UpdateContentpublic void setUpdateContent(UpdateContent value)
value - allowed object is
UpdateContentpublic UpdatedFields getUpdatedFields()
UpdatedFieldspublic void setUpdatedFields(UpdatedFields value)
value - allowed object is
UpdatedFieldspublic boolean isIsCommentable()
public void setIsCommentable(boolean value)
public UpdateComments getUpdateComments()
UpdateCommentspublic void setUpdateComments(UpdateComments value)
value - allowed object is
UpdateCommentspublic boolean isIsLikable()
public void setIsLikable(boolean value)
public IsLiked getIsLiked()
IsLikedpublic void setIsLiked(IsLiked value)
value - allowed object is
IsLikedpublic Long getNumLikes()
Stringpublic void setNumLikes(Long value)
value - allowed object is
Stringpublic Likes getLikes()
LikesApache Camel