public class FacebookConfirmationMessage extends Object implements Serializable
| Constructor and Description |
|---|
FacebookConfirmationMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMessageId()
Gets the
messageId. |
String |
getRecipientId()
Gets the
recipientId. |
String |
getResult()
Gets the
result. |
int |
hashCode() |
void |
setMessageId(String messageId)
Sets the
messageId. |
void |
setRecipientId(String recipientId)
Sets the
recipientId. |
void |
setResult(String result)
Sets the
result. |
String |
toString() |
public String getRecipientId()
recipientId.recipientId.public void setRecipientId(String recipientId)
recipientId.recipientId - the recipientId to set.public void setMessageId(String messageId)
messageId.messageId - the messageId to set.public void setResult(String result)
result.result - the result to set.Copyright © 2017 BotMill. All rights reserved.