| Constructor and Description |
|---|
GetMessagesReactionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<GroupFull> |
getGroups() |
java.util.List<ReactionCountersResponseItem> |
getItems() |
java.util.List<UserFull> |
getProfiles() |
int |
hashCode() |
GetMessagesReactionsResponse |
setGroups(java.util.List<GroupFull> groups) |
GetMessagesReactionsResponse |
setItems(java.util.List<ReactionCountersResponseItem> items) |
GetMessagesReactionsResponse |
setProfiles(java.util.List<UserFull> profiles) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.util.List<GroupFull> getGroups()
public GetMessagesReactionsResponse setGroups(java.util.List<GroupFull> groups)
public java.util.List<ReactionCountersResponseItem> getItems()
public GetMessagesReactionsResponse setItems(java.util.List<ReactionCountersResponseItem> items)
public java.util.List<UserFull> getProfiles()
public GetMessagesReactionsResponse setProfiles(java.util.List<UserFull> profiles)
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()