| Constructor and Description |
|---|
GetCommentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getCanPost() |
java.lang.Integer |
getCount() |
java.lang.Integer |
getCurrentLevelCount() |
java.lang.Boolean |
getGroupsCanPost() |
java.util.List<WallComment> |
getItems() |
java.lang.Boolean |
getShowReplyButton() |
int |
hashCode() |
GetCommentsResponse |
setCanPost(java.lang.Boolean canPost) |
GetCommentsResponse |
setCount(java.lang.Integer count) |
GetCommentsResponse |
setCurrentLevelCount(java.lang.Integer currentLevelCount) |
GetCommentsResponse |
setGroupsCanPost(java.lang.Boolean groupsCanPost) |
GetCommentsResponse |
setItems(java.util.List<WallComment> items) |
GetCommentsResponse |
setShowReplyButton(java.lang.Boolean showReplyButton) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Boolean getCanPost()
public GetCommentsResponse setCanPost(java.lang.Boolean canPost)
public java.lang.Integer getCount()
public GetCommentsResponse setCount(java.lang.Integer count)
public java.lang.Integer getCurrentLevelCount()
public GetCommentsResponse setCurrentLevelCount(java.lang.Integer currentLevelCount)
public java.lang.Boolean getGroupsCanPost()
public GetCommentsResponse setGroupsCanPost(java.lang.Boolean groupsCanPost)
public java.util.List<WallComment> getItems()
public GetCommentsResponse setItems(java.util.List<WallComment> items)
public java.lang.Boolean getShowReplyButton()
public GetCommentsResponse setShowReplyButton(java.lang.Boolean showReplyButton)
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()