public class WallComment extends java.lang.Object implements Validable
| Constructor and Description |
|---|
WallComment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEdit() |
boolean |
equals(java.lang.Object o) |
java.util.List<WallpostAttachment> |
getAttachments() |
BoolInt |
getCanEdit() |
java.lang.Integer |
getDate() |
java.lang.Boolean |
getDeleted() |
WallCommentDonut |
getDonut() |
java.lang.Long |
getFromId() |
java.lang.Integer |
getId() |
java.lang.Boolean |
getIsFromPostAuthor() |
LikesInfo |
getLikes() |
java.lang.Long |
getOwnerId() |
java.util.List<java.lang.Integer> |
getParentsStack() |
java.lang.Integer |
getPhotoId() |
java.lang.Integer |
getPid() |
java.lang.Integer |
getPostId() |
java.lang.Integer |
getRealOffset() |
java.lang.Integer |
getReplyToComment() |
java.lang.Long |
getReplyToUser() |
java.lang.String |
getText() |
Thread |
getThread() |
java.lang.Integer |
getVideoId() |
int |
hashCode() |
WallComment |
setAttachments(java.util.List<WallpostAttachment> attachments) |
WallComment |
setDate(java.lang.Integer date) |
WallComment |
setDeleted(java.lang.Boolean deleted) |
WallComment |
setDonut(WallCommentDonut donut) |
WallComment |
setFromId(java.lang.Long fromId) |
WallComment |
setId(java.lang.Integer id) |
WallComment |
setIsFromPostAuthor(java.lang.Boolean isFromPostAuthor) |
WallComment |
setLikes(LikesInfo likes) |
WallComment |
setOwnerId(java.lang.Long ownerId) |
WallComment |
setParentsStack(java.util.List<java.lang.Integer> parentsStack) |
WallComment |
setPhotoId(java.lang.Integer photoId) |
WallComment |
setPid(java.lang.Integer pid) |
WallComment |
setPostId(java.lang.Integer postId) |
WallComment |
setRealOffset(java.lang.Integer realOffset) |
WallComment |
setReplyToComment(java.lang.Integer replyToComment) |
WallComment |
setReplyToUser(java.lang.Long replyToUser) |
WallComment |
setText(java.lang.String text) |
WallComment |
setThread(Thread thread) |
WallComment |
setVideoId(java.lang.Integer videoId) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.util.List<WallpostAttachment> getAttachments()
public WallComment setAttachments(java.util.List<WallpostAttachment> attachments)
public boolean canEdit()
public BoolInt getCanEdit()
public java.lang.Integer getDate()
public WallComment setDate(java.lang.Integer date)
public java.lang.Boolean getDeleted()
public WallComment setDeleted(java.lang.Boolean deleted)
public WallCommentDonut getDonut()
public WallComment setDonut(WallCommentDonut donut)
public java.lang.Long getFromId()
public WallComment setFromId(java.lang.Long fromId)
public java.lang.Integer getId()
public WallComment setId(java.lang.Integer id)
public java.lang.Boolean getIsFromPostAuthor()
public WallComment setIsFromPostAuthor(java.lang.Boolean isFromPostAuthor)
public LikesInfo getLikes()
public WallComment setLikes(LikesInfo likes)
public java.lang.Long getOwnerId()
public WallComment setOwnerId(java.lang.Long ownerId)
public java.util.List<java.lang.Integer> getParentsStack()
public WallComment setParentsStack(java.util.List<java.lang.Integer> parentsStack)
public java.lang.Integer getPhotoId()
public WallComment setPhotoId(java.lang.Integer photoId)
public java.lang.Integer getPid()
public WallComment setPid(java.lang.Integer pid)
public java.lang.Integer getPostId()
public WallComment setPostId(java.lang.Integer postId)
public java.lang.Integer getRealOffset()
public WallComment setRealOffset(java.lang.Integer realOffset)
public java.lang.Integer getReplyToComment()
public WallComment setReplyToComment(java.lang.Integer replyToComment)
public java.lang.Long getReplyToUser()
public WallComment setReplyToUser(java.lang.Long replyToUser)
public java.lang.String getText()
public WallComment setText(java.lang.String text)
public Thread getThread()
public WallComment setThread(Thread thread)
public java.lang.Integer getVideoId()
public WallComment setVideoId(java.lang.Integer videoId)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()