public class CommentsInfo extends java.lang.Object implements Validable
| Constructor and Description |
|---|
CommentsInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canClose() |
boolean |
canOpen() |
boolean |
canPost() |
boolean |
canView() |
boolean |
equals(java.lang.Object o) |
BoolInt |
getCanClose() |
BoolInt |
getCanOpen() |
BoolInt |
getCanPost() |
BoolInt |
getCanView() |
java.lang.Integer |
getCount() |
WallpostCommentsDonut |
getDonut() |
java.lang.Boolean |
getGroupsCanPost() |
java.util.List<WallComment> |
getList() |
int |
hashCode() |
CommentsInfo |
setCount(java.lang.Integer count) |
CommentsInfo |
setDonut(WallpostCommentsDonut donut) |
CommentsInfo |
setGroupsCanPost(java.lang.Boolean groupsCanPost) |
CommentsInfo |
setList(java.util.List<WallComment> list) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic boolean canClose()
public BoolInt getCanClose()
public boolean canOpen()
public BoolInt getCanOpen()
public boolean canPost()
public BoolInt getCanPost()
public boolean canView()
public BoolInt getCanView()
public java.lang.Integer getCount()
public CommentsInfo setCount(java.lang.Integer count)
public WallpostCommentsDonut getDonut()
public CommentsInfo setDonut(WallpostCommentsDonut donut)
public java.lang.Boolean getGroupsCanPost()
public CommentsInfo setGroupsCanPost(java.lang.Boolean groupsCanPost)
public java.util.List<WallComment> getList()
public CommentsInfo setList(java.util.List<WallComment> list)
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()