Class NlpLocation.External
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.webhook.messaging.nlp.NlpLocation.External
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NlpLocation
public static class NlpLocation.External extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description External()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGeonames()
String
getWikidata()
String
getWikipedia()
void
setGeonames(String geonames)
void
setWikidata(String wikidata)
void
setWikipedia(String wikipedia)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
External
public External()
-
-
Method Detail
-
getGeonames
public String getGeonames()
-
setGeonames
public void setGeonames(String geonames)
-
getWikidata
public String getWikidata()
-
setWikidata
public void setWikidata(String wikidata)
-
getWikipedia
public String getWikipedia()
-
setWikipedia
public void setWikipedia(String wikipedia)
-
-