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
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 Details
-
TargetingGeoLocationMarket
public TargetingGeoLocationMarket()
-
-
Method Details
-
getCountry
-
setCountry
-
getKey
-
setKey
-
getMarketType
-
setMarketType
-
getName
-
setName
-