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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getType()
void
setAddressString
(String addressString) void
setCountryCode
(String countryCode) void
setCountryName
(String countryName) void
void
setLatitude
(String latitude) void
setLongitude
(String longitude) void
setPrimaryCity
(String primaryCity) void
setPrimaryCityId
(Long primaryCityId) void
void
setRegionId
(Long regionId) void
setSupportsCity
(Boolean supportsCity) void
setSupportsRegion
(Boolean supportsRegion) void
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
-