Package com.restfb.types.ads
Class TargetingGeoLocationElectoralDistrict
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.TargetingGeoLocationElectoralDistrict
- All Implemented Interfaces:
Serializable
public class TargetingGeoLocationElectoralDistrict extends AbstractFacebookType
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TargetingGeoLocationElectoralDistrict()
-
Method Summary
Modifier and Type Method Description String
getCountry()
String
getElectoralDistrict()
String
getKey()
String
getName()
void
setCountry(String country)
void
setElectoralDistrict(String electoralDistrict)
void
setKey(String key)
void
setName(String name)
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TargetingGeoLocationElectoralDistrict
-
-
Method Details
-
getCountry
-
setCountry
-
getElectoralDistrict
-
setElectoralDistrict
-
getKey
-
setKey
-
getName
-
setName
-