public class WhatsAppLocationContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ADDRESS |
static String |
SERIALIZED_NAME_LATITUDE |
static String |
SERIALIZED_NAME_LONGITUDE |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
WhatsAppLocationContent() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppLocationContent |
address(String address) |
boolean |
equals(Object o) |
String |
getAddress()
Location address.
|
Double |
getLatitude()
Latitude of a location sent in the WhatsApp message.
|
Double |
getLongitude()
Longitude of a location sent in the WhatsApp message.
|
String |
getName()
Location name.
|
int |
hashCode() |
WhatsAppLocationContent |
latitude(Double latitude) |
WhatsAppLocationContent |
longitude(Double longitude) |
WhatsAppLocationContent |
name(String name) |
void |
setAddress(String address) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_LATITUDE
public static final String SERIALIZED_NAME_LONGITUDE
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_ADDRESS
public WhatsAppLocationContent latitude(Double latitude)
public Double getLatitude()
public void setLatitude(Double latitude)
public WhatsAppLocationContent longitude(Double longitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public WhatsAppLocationContent name(String name)
public String getName()
public void setName(String name)
public WhatsAppLocationContent address(String address)
public String getAddress()
public void setAddress(String address)
Copyright © 2022. All rights reserved.