public class QuickReplyLocationPayload extends Object implements Payload
Payload which contains a Location sent by a Quick Reply.| Constructor and Description |
|---|
QuickReplyLocationPayload() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LocationCoordinates |
getCoordinates()
Gets the
coordinates. |
int |
hashCode() |
void |
setCoordinates(LocationCoordinates coordinates)
Sets the
coordinates. |
String |
toString() |
public LocationCoordinates getCoordinates()
coordinates.coordinates.public void setCoordinates(LocationCoordinates coordinates)
coordinates.coordinates - the coordinates to set.Copyright © 2017 BotMill. All rights reserved.