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
All Methods Instance Methods Concrete Methods 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 Detail
-
TargetingGeoLocationElectoralDistrict
public TargetingGeoLocationElectoralDistrict()
-
-
Method Detail
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getElectoralDistrict
public String getElectoralDistrict()
-
setElectoralDistrict
public void setElectoralDistrict(String electoralDistrict)
-
-