Package com.restfb.types.ads
Class AdsPixelStats
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdsPixelStats
-
- All Implemented Interfaces:
Serializable
public class AdsPixelStats extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdsPixelStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCount()
String
getValue()
void
setCount(Long count)
void
setValue(String value)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-