| Constructor and Description |
|---|
CommentReplies() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPost() |
boolean |
canView() |
boolean |
equals(java.lang.Object o) |
BoolInt |
getCanPost() |
BoolInt |
getCanView() |
java.lang.Integer |
getCount() |
BoolInt |
getGroupsCanPost() |
java.util.List<CommentRepliesItem> |
getReplies() |
int |
hashCode() |
boolean |
isGroupsCanPost() |
CommentReplies |
setCount(java.lang.Integer count) |
CommentReplies |
setReplies(java.util.List<CommentRepliesItem> replies) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic boolean canPost()
public BoolInt getCanPost()
public boolean canView()
public BoolInt getCanView()
public java.lang.Integer getCount()
public CommentReplies setCount(java.lang.Integer count)
public boolean isGroupsCanPost()
public BoolInt getGroupsCanPost()
public java.util.List<CommentRepliesItem> getReplies()
public CommentReplies setReplies(java.util.List<CommentRepliesItem> replies)
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()