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