Package com.restfb.types.ads
Class ProductItemCommerceInsights
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.ProductItemCommerceInsights
-
- All Implemented Interfaces:
Serializable
public class ProductItemCommerceInsights extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductItemCommerceInsights()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getMessageSends()
Long
getOrganicImpressions()
Long
getPaidImpressions()
void
setMessageSends(Long messageSends)
void
setOrganicImpressions(Long organicImpressions)
void
setPaidImpressions(Long paidImpressions)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ProductItemCommerceInsights
public ProductItemCommerceInsights()
-
-
Method Detail
-
getMessageSends
public Long getMessageSends()
-
setMessageSends
public void setMessageSends(Long messageSends)
-
getOrganicImpressions
public Long getOrganicImpressions()
-
setOrganicImpressions
public void setOrganicImpressions(Long organicImpressions)
-
getPaidImpressions
public Long getPaidImpressions()
-
setPaidImpressions
public void setPaidImpressions(Long paidImpressions)
-
-