Package com.restfb.types.threads
Class TdLocation
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.threads.TdLocation
- All Implemented Interfaces:
Serializable
Represents a
Location
in Threads.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe address of the location.getCity()The city of the location.The country code of the location.The latitude of the location.The longitude of the location.The postal code of the location.voidsetAddress(String address) The address of the location.voidThe city of the location.voidsetCountry(String country) The country code of the location.voidsetLatitude(Double latitude) The latitude of the location.voidsetLongitude(Double longitude) The longitude of the location.voidsetPostalCode(String postalCode) The postal code of the location.Methods inherited from class com.restfb.types.NamedFacebookType
getName, setNameMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TdLocation
public TdLocation()
-
-
Method Details
-
getAddress
The address of the location. -
setAddress
The address of the location. -
getCity
The city of the location. -
setCity
The city of the location. -
getCountry
The country code of the location. -
setCountry
The country code of the location. -
getLatitude
The latitude of the location. -
setLatitude
The latitude of the location. -
getLongitude
The longitude of the location. -
setLongitude
The longitude of the location. -
getPostalCode
The postal code of the location. -
setPostalCode
The postal code of the location.
-