public class MessengerCallbackEntry extends Object implements Serializable
| Constructor and Description |
|---|
MessengerCallbackEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId()
Gets the
id. |
List<MessageEnvelope> |
getMessaging()
Gets the
messaging. |
String |
getTime()
Gets the
time. |
int |
hashCode() |
void |
setId(String id)
Sets the
id. |
void |
setMessaging(List<MessageEnvelope> messaging)
Sets the
messaging. |
void |
setTime(String time)
Sets the
time. |
String |
toString() |
public List<MessageEnvelope> getMessaging()
messaging.messaging.public void setMessaging(List<MessageEnvelope> messaging)
messaging.messaging - the messaging to set.Copyright © 2017 BotMill. All rights reserved.