Package com.restfb.types.ads
Class TargetingDynamicRule
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.TargetingDynamicRule
- All Implemented Interfaces:
Serializable
public class TargetingDynamicRule extends AbstractFacebookType
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TargetingDynamicRule()
-
Method Summary
Modifier and Type Method Description String
getActionType()
String
getAdGroupId()
String
getCampaignGroupId()
String
getCampaignId()
String
getImpressionCount()
String
getPageId()
String
getPost()
String
getRetentionSeconds()
void
setActionType(String actionType)
void
setAdGroupId(String adGroupId)
void
setCampaignGroupId(String campaignGroupId)
void
setCampaignId(String campaignId)
void
setImpressionCount(String impressionCount)
void
setPageId(String pageId)
void
setPost(String post)
void
setRetentionSeconds(String retentionSeconds)
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TargetingDynamicRule
public TargetingDynamicRule()
-
-
Method Details
-
getActionType
-
setActionType
-
getAdGroupId
-
setAdGroupId
-
getCampaignGroupId
-
setCampaignGroupId
-
getCampaignId
-
setCampaignId
-
getImpressionCount
-
setImpressionCount
-
getPageId
-
setPageId
-
getPost
-
setPost
-
getRetentionSeconds
-
setRetentionSeconds
-