public abstract class FbBotMillResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected User |
recipient
The recipient of the message.
|
| Constructor and Description |
|---|
FbBotMillResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
User |
getRecipient()
Gets the
recipient. |
int |
hashCode() |
void |
setRecipient(User recipient)
Sets the
recipient. |
String |
toString() |
Copyright © 2017 BotMill. All rights reserved.