public class MessengerCallback extends Object implements Serializable
| Constructor and Description |
|---|
MessengerCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<MessengerCallbackEntry> |
getEntry()
Gets the
entry. |
String |
getObject()
Gets the
object. |
int |
hashCode() |
void |
setEntry(List<MessengerCallbackEntry> entry)
Sets the
entry. |
void |
setObject(String object)
Sets the
object. |
String |
toString() |
public void setObject(String object)
object.object - the object to set.public List<MessengerCallbackEntry> getEntry()
entry.entry.public void setEntry(List<MessengerCallbackEntry> entry)
entry.entry - the entry to set.Copyright © 2017 BotMill. All rights reserved.