public class Location extends AbstractFacebookType
This is used by several Graph API types, e.g. Post
and Page
.
Constructor and Description |
---|
Location() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCity()
The city name of this location.
|
java.lang.String |
getCountry()
The country name of this location.
|
java.lang.Double |
getLatitude()
The latitude of this location.
|
java.lang.String |
getLocatedIn()
The parent location if this location is located within another location.
|
java.lang.Double |
getLongitude()
The longitude of this location.
|
java.lang.String |
getName()
The name of this location.
|
java.lang.String |
getRegion()
The region of this location.
|
java.lang.String |
getState()
The state name of this location.
|
java.lang.String |
getStreet()
The street address of this location.
|
java.lang.String |
getZip()
The postal code of this location.
|
void |
setCity(java.lang.String city)
The city name of this location.
|
void |
setCountry(java.lang.String country)
The country name of this location.
|
void |
setLatitude(java.lang.Double latitude)
The latitude of this location.
|
void |
setLocatedIn(java.lang.String locatedIn)
The parent location if this location is located within another location.
|
void |
setLongitude(java.lang.Double longitude)
The longitude of this location.
|
void |
setName(java.lang.String name)
The name of this location.
|
void |
setRegion(java.lang.String region)
The region of this location.
|
void |
setState(java.lang.String state)
The state name of this location.
|
void |
setStreet(java.lang.String street)
The street address of this location.
|
void |
setZip(java.lang.String zip)
The postal code of this location.
|
equals, hashCode, toString
public Location()
@Generated(value="lombok") public java.lang.String getStreet()
@Generated(value="lombok") public void setStreet(java.lang.String street)
@Generated(value="lombok") public java.lang.String getCity()
@Generated(value="lombok") public void setCity(java.lang.String city)
@Generated(value="lombok") public java.lang.String getState()
@Generated(value="lombok") public void setState(java.lang.String state)
@Generated(value="lombok") public java.lang.String getCountry()
@Generated(value="lombok") public void setCountry(java.lang.String country)
@Generated(value="lombok") public java.lang.String getZip()
@Generated(value="lombok") public void setZip(java.lang.String zip)
@Generated(value="lombok") public java.lang.Double getLatitude()
@Generated(value="lombok") public void setLatitude(java.lang.Double latitude)
@Generated(value="lombok") public java.lang.Double getLongitude()
@Generated(value="lombok") public void setLongitude(java.lang.Double longitude)
@Generated(value="lombok") public java.lang.String getRegion()
@Generated(value="lombok") public void setRegion(java.lang.String region)
@Generated(value="lombok") public java.lang.String getName()
@Generated(value="lombok") public void setName(java.lang.String name)
@Generated(value="lombok") public java.lang.String getLocatedIn()
@Generated(value="lombok") public void setLocatedIn(java.lang.String locatedIn)
RestFB 1.49.0. Copyright © 2010-2015 Mark Allen. All Rights Reserved.