public class TopicComment extends Object implements Update.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TopicComment.Likes
Describes topic comment likes.
|
| Constructor and Description |
|---|
TopicComment() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
Integer |
getDate() |
Integer |
getFromId() |
Integer |
getId() |
TopicComment.Likes |
getLikes() |
String |
getText() |
void |
setAttachments(List<Attachment> attachments) |
void |
setDate(Integer date) |
void |
setFromId(Integer fromId) |
void |
setId(Integer id) |
void |
setLikes(TopicComment.Likes likes) |
void |
setText(String text) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public Integer getFromId()
public void setFromId(Integer fromId)
public Integer getDate()
public void setDate(Integer date)
public String getText()
public void setText(String text)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public TopicComment.Likes getLikes()
public void setLikes(TopicComment.Likes likes)
Copyright © 2022. All rights reserved.