Class WallComment
java.lang.Object
api.longpoll.bots.model.objects.basic.WallComment
- All Implemented Interfaces:
Update.Object
- Direct Known Subclasses:
MarketComment,PhotoComment,VideoComment,WallReply
Describes Wall Comment.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDescribes likes info.static classDescribes thread. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()getId()getLikes()getText()voidsetAttachments(List<Attachment> attachments) voidvoidvoidvoidsetLikes(WallComment.Likes likes) voidsetOwnerId(Integer ownerId) voidsetParentsStack(List<Integer> parentsStack) voidvoidsetReplyToComment(Integer replyToComment) voidsetReplyToUser(Integer replyToUser) voidvoidsetThread(WallComment.Thread thread) toString()
-
Constructor Details
-
WallComment
public WallComment()
-
-
Method Details
-
getId
-
setId
-
getFromId
-
setFromId
-
getDate
-
setDate
-
getText
-
setText
-
getReplyToUser
-
setReplyToUser
-
getReplyToComment
-
setReplyToComment
-
getParentsStack
-
setParentsStack
-
getThread
-
setThread
-
getPostId
-
setPostId
-
getOwnerId
-
setOwnerId
-
getLikes
-
setLikes
-
getAttachments
-
setAttachments
-
toString
-