Package com.restfb.types.ads
Class AdsPixelStatsResult
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdsPixelStatsResult
-
- All Implemented Interfaces:
Serializable
public class AdsPixelStatsResult extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdsPixelStatsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAggregation()
List<AdsPixelStats>
getData()
String
getTimestamp()
void
setAggregation(String aggregation)
void
setData(List<AdsPixelStats> data)
void
setTimestamp(String timestamp)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdsPixelStatsResult
public AdsPixelStatsResult()
-
-
Method Detail
-
getAggregation
public String getAggregation()
-
setAggregation
public void setAggregation(String aggregation)
-
getData
public List<AdsPixelStats> getData()
-
setData
public void setData(List<AdsPixelStats> data)
-
getTimestamp
public String getTimestamp()
-
setTimestamp
public void setTimestamp(String timestamp)
-
-