Package com.restfb.types.ads
Class AdStudyCell
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.NamedAdsObject
-
- com.restfb.types.ads.AdStudyCell
-
- All Implemented Interfaces:
Serializable
public class AdStudyCell extends NamedAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdStudyCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getAdEntitiesCount()
Double
getControlPercentage()
Double
getTreatmentPercentage()
void
setAdEntitiesCount(Integer adEntitiesCount)
void
setControlPercentage(Double controlPercentage)
void
setTreatmentPercentage(Double treatmentPercentage)
-
Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdStudyCell
public AdStudyCell()
-
-
Method Detail
-
getAdEntitiesCount
public Integer getAdEntitiesCount()
-
setAdEntitiesCount
public void setAdEntitiesCount(Integer adEntitiesCount)
-
getControlPercentage
public Double getControlPercentage()
-
setControlPercentage
public void setControlPercentage(Double controlPercentage)
-
getTreatmentPercentage
public Double getTreatmentPercentage()
-
setTreatmentPercentage
public void setTreatmentPercentage(Double treatmentPercentage)
-
-