Package com.restfb.types.ads
Class TargetingResponseGeographic
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.TargetingResponseGeographic
- All Implemented Interfaces:
Serializable
public class TargetingResponseGeographic extends NamedAdsObject
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TargetingResponseGeographic()
-
Method Summary
Modifier and Type Method Description String
getAddressString()
String
getCountryCode()
String
getCountryName()
String
getKey()
String
getLatitude()
String
getLongitude()
String
getPrimaryCity()
Long
getPrimaryCityId()
String
getRegion()
Long
getRegionId()
Boolean
getSupportsCity()
Boolean
getSupportsRegion()
String
getType()
void
setAddressString(String addressString)
void
setCountryCode(String countryCode)
void
setCountryName(String countryName)
void
setKey(String key)
void
setLatitude(String latitude)
void
setLongitude(String longitude)
void
setPrimaryCity(String primaryCity)
void
setPrimaryCityId(Long primaryCityId)
void
setRegion(String region)
void
setRegionId(Long regionId)
void
setSupportsCity(Boolean supportsCity)
void
setSupportsRegion(Boolean supportsRegion)
void
setType(String type)
Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TargetingResponseGeographic
public TargetingResponseGeographic()
-
-
Method Details
-
getKey
-
setKey
-
getType
-
setType
-
getAddressString
-
setAddressString
-
getLatitude
-
setLatitude
-
getLongitude
-
setLongitude
-
getCountryCode
-
setCountryCode
-
getCountryName
-
setCountryName
-
getRegion
-
setRegion
-
getRegionId
-
setRegionId
-
getSupportsRegion
-
setSupportsRegion
-
getSupportsCity
-
setSupportsCity
-
getPrimaryCity
-
setPrimaryCity
-
getPrimaryCityId
-
setPrimaryCityId
-