Class NlpLocation.Coords
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.webhook.messaging.nlp.NlpLocation.Coords
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NlpLocation
public static class NlpLocation.Coords extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Coords()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getLatitude()
Double
getLongitude()
void
setLatitude(Double latitude)
void
setLongitude(Double longitude)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Coords
public Coords()
-
-
Method Detail
-
getLatitude
public Double getLatitude()
-
setLatitude
public void setLatitude(Double latitude)
-
getLongitude
public Double getLongitude()
-
setLongitude
public void setLongitude(Double longitude)
-
-