Class NlpLocation.Place
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.webhook.messaging.nlp.NlpLocation.Place
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NlpLocation
public static class NlpLocation.Place extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Place()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
convertTimezone()
NlpLocation.Coords
getCoords()
NlpLocation.External
getExternal()
String
getGrain()
String
getName()
TimeZone
getTimeZone()
String
getTimezoneAsString()
String
getType()
void
setCoords(NlpLocation.Coords coords)
void
setExternal(NlpLocation.External external)
void
setGrain(String grain)
void
setName(String name)
void
setTimeZone(TimeZone timeZone)
void
setTimezoneAsString(String timezoneAsString)
void
setType(String type)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Place
public Place()
-
-
Method Detail
-
convertTimezone
protected void convertTimezone()
-
getTimezoneAsString
public String getTimezoneAsString()
-
setTimezoneAsString
public void setTimezoneAsString(String timezoneAsString)
-
getTimeZone
public TimeZone getTimeZone()
-
setTimeZone
public void setTimeZone(TimeZone timeZone)
-
getCoords
public NlpLocation.Coords getCoords()
-
setCoords
public void setCoords(NlpLocation.Coords coords)
-
getExternal
public NlpLocation.External getExternal()
-
setExternal
public void setExternal(NlpLocation.External external)
-
-