Package com.restfb.types.ads
Class LookalikeSpec
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.LookalikeSpec
- All Implemented Interfaces:
Serializable
public class LookalikeSpec extends AbstractFacebookType
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LookalikeSpec.Origin
-
Constructor Summary
Constructors Constructor Description LookalikeSpec()
-
Method Summary
Modifier and Type Method Description boolean
addOrigin(LookalikeSpec.Origin object)
boolean
addTargetCountry(String targetCountry)
String
getCountry()
Boolean
getIsFinancialService()
List<LookalikeSpec.Origin>
getOrigin()
Double
getRatio()
Double
getStartingRatio()
List<String>
getTargetCountries()
String
getType()
boolean
removeOrigin(LookalikeSpec.Origin object)
boolean
removeTargetCountry(String targetCountry)
void
setCountry(String country)
void
setIsFinancialService(Boolean isFinancialService)
void
setRatio(Double ratio)
void
setStartingRatio(Double startingRatio)
void
setType(String type)
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
LookalikeSpec
public LookalikeSpec()
-
-
Method Details
-
addOrigin
-
removeOrigin
-
getOrigin
-
addTargetCountry
-
removeTargetCountry
-
getTargetCountries
-
getCountry
-
setCountry
-
getIsFinancialService
-
setIsFinancialService
-
getRatio
-
setRatio
-
getStartingRatio
-
setStartingRatio
-
getType
-
setType
-