| Constructor and Description |
|---|
MessageObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
InfoForBots |
getClientInfo() |
Message |
getMessage() |
int |
hashCode() |
MessageObject |
setClientInfo(InfoForBots clientInfo) |
MessageObject |
setMessage(Message message) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic InfoForBots getClientInfo()
public MessageObject setClientInfo(InfoForBots clientInfo)
public Message getMessage()
public MessageObject setMessage(Message message)
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()