public class ReceivedMessage extends IncomingMessage
attachments, quickReply| Constructor and Description |
|---|
ReceivedMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMid()
Gets the
mid. |
String |
getSeq()
Gets the
seq. |
String |
getText()
Gets the
text. |
int |
hashCode() |
void |
setMid(String mid)
Sets the
mid. |
void |
setSeq(String seq)
Sets the
seq. |
void |
setText(String text)
Sets the
text. |
String |
toString() |
getAttachments, getQuickReply, setAttachments, setQuickReplypublic String getText()
text.getText in class IncomingMessagetext.public void setText(String text)
text.setText in class IncomingMessagetext - the text to set.public int hashCode()
hashCode in class IncomingMessagepublic boolean equals(Object obj)
equals in class IncomingMessagepublic String toString()
toString in class IncomingMessageCopyright © 2017 BotMill. All rights reserved.