| Constructor and Description |
|---|
CreateChatWithPeerIdsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getChatId() |
java.util.List<java.lang.Long> |
getPeerIds() |
int |
hashCode() |
CreateChatWithPeerIdsResponse |
setChatId(java.lang.Integer chatId) |
CreateChatWithPeerIdsResponse |
setPeerIds(java.util.List<java.lang.Long> peerIds) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getChatId()
public CreateChatWithPeerIdsResponse setChatId(java.lang.Integer chatId)
public java.util.List<java.lang.Long> getPeerIds()
public CreateChatWithPeerIdsResponse setPeerIds(java.util.List<java.lang.Long> peerIds)
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()