Class Location
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Location
-
- All Implemented Interfaces:
Serializable
public class Location extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
Double
getLatitude()
Double
getLongitude()
String
getName()
String
getUrl()
void
setAddress(String address)
void
setLatitude(Double latitude)
void
setLongitude(Double longitude)
void
setName(String name)
void
setUrl(String url)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Location
public Location()
-
-
Method Detail
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getLatitude
public Double getLatitude()
-
setLatitude
public void setLatitude(Double latitude)
-
getLongitude
public Double getLongitude()
-
setLongitude
public void setLongitude(Double longitude)
-
-