public class EngagementInsightsRule extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
EngagementInsightsRule() |
| Modifier and Type | Method and Description |
|---|---|
EngagementInsightsRule |
copyFrom(EngagementInsightsRule instance) |
APIContext |
getContext() |
Long |
getFieldAudienceSize() |
String |
getFieldDescription() |
String |
getFieldId() |
TargetingDynamicRule |
getFieldRule() |
String |
getFieldRuleId() |
String |
getId() |
static APIRequest.ResponseParser<EngagementInsightsRule> |
getParser() |
static EngagementInsightsRule |
loadJSON(String json,
APIContext context) |
static APINodeList<EngagementInsightsRule> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
EngagementInsightsRule |
setFieldAudienceSize(Long value) |
EngagementInsightsRule |
setFieldDescription(String value) |
EngagementInsightsRule |
setFieldId(String value) |
EngagementInsightsRule |
setFieldRule(String value) |
EngagementInsightsRule |
setFieldRule(TargetingDynamicRule value) |
EngagementInsightsRule |
setFieldRuleId(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static EngagementInsightsRule loadJSON(String json, APIContext context)
public static APINodeList<EngagementInsightsRule> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Long getFieldAudienceSize()
public EngagementInsightsRule setFieldAudienceSize(Long value)
public String getFieldDescription()
public EngagementInsightsRule setFieldDescription(String value)
public TargetingDynamicRule getFieldRule()
public EngagementInsightsRule setFieldRule(TargetingDynamicRule value)
public EngagementInsightsRule setFieldRule(String value)
public String getFieldRuleId()
public EngagementInsightsRule setFieldRuleId(String value)
public String getFieldId()
public EngagementInsightsRule setFieldId(String value)
public EngagementInsightsRule copyFrom(EngagementInsightsRule instance)
public static APIRequest.ResponseParser<EngagementInsightsRule> getParser()
Copyright © 2018. All rights reserved.