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
All Methods Instance Methods Concrete Methods 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 Detail
-
LookalikeSpec
public LookalikeSpec()
-
-
Method Detail
-
addOrigin
public boolean addOrigin(LookalikeSpec.Origin object)
-
removeOrigin
public boolean removeOrigin(LookalikeSpec.Origin object)
-
getOrigin
public List<LookalikeSpec.Origin> getOrigin()
-
addTargetCountry
public boolean addTargetCountry(String targetCountry)
-
removeTargetCountry
public boolean removeTargetCountry(String targetCountry)
-
getTargetCountries
public List<String> getTargetCountries()
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getIsFinancialService
public Boolean getIsFinancialService()
-
setIsFinancialService
public void setIsFinancialService(Boolean isFinancialService)
-
getStartingRatio
public Double getStartingRatio()
-
setStartingRatio
public void setStartingRatio(Double startingRatio)
-
-