public class FbBotMillMessageResponse extends FbBotMillResponse
FbBotMillResponse which replies with a Message.recipient| Constructor and Description |
|---|
FbBotMillMessageResponse(User recipient,
Message message)
Instantiates a new FbBotMillMessageResponse.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Message |
getMessage()
Gets the
message. |
int |
hashCode() |
void |
setMessage(Message message)
Sets the
message. |
String |
toString() |
getRecipient, setRecipientpublic FbBotMillMessageResponse(User recipient, Message message)
recipient - the FbBotMillResponse.recipient.message - the message.public void setMessage(Message message)
message.message - the message to set.public int hashCode()
hashCode in class FbBotMillResponsepublic boolean equals(Object obj)
equals in class FbBotMillResponsepublic String toString()
toString in class FbBotMillResponseCopyright © 2017 BotMill. All rights reserved.