| Constructor and Description |
|---|
SearchConversationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getCount() |
java.util.List<Conversation> |
getItems() |
int |
hashCode() |
SearchConversationsResponse |
setCount(java.lang.Integer count) |
SearchConversationsResponse |
setItems(java.util.List<Conversation> items) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getCount()
public SearchConversationsResponse setCount(java.lang.Integer count)
public java.util.List<Conversation> getItems()
public SearchConversationsResponse setItems(java.util.List<Conversation> items)
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()