Package com.restfb.types.ads
Class TargetingGeoLocationZip
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.TargetingGeoLocationZip
-
- All Implemented Interfaces:
Serializable
public class TargetingGeoLocationZip extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetingGeoLocationZip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCountry()
String
getKey()
String
getName()
Long
getPrimaryCityId()
Long
getRegionId()
void
setCountry(String country)
void
setKey(String key)
void
setName(String name)
void
setPrimaryCityId(Long primaryCityId)
void
setRegionId(Long regionId)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
TargetingGeoLocationZip
public TargetingGeoLocationZip()
-
-
Method Detail
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getPrimaryCityId
public Long getPrimaryCityId()
-
setPrimaryCityId
public void setPrimaryCityId(Long primaryCityId)
-
getRegionId
public Long getRegionId()
-
setRegionId
public void setRegionId(Long regionId)
-
-