public class TargetingAutomation extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
TargetingAutomation() |
| Modifier and Type | Method and Description |
|---|---|
TargetingAutomation |
copyFrom(TargetingAutomation instance) |
APIContext |
getContext() |
Long |
getFieldAdvantageAudience() |
Object |
getFieldIndividualSetting() |
Long |
getFieldSharedAudiences() |
Long |
getFieldValueExpression() |
String |
getId() |
static APIRequest.ResponseParser<TargetingAutomation> |
getParser() |
static TargetingAutomation |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<TargetingAutomation> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
TargetingAutomation |
setFieldAdvantageAudience(Long value) |
TargetingAutomation |
setFieldIndividualSetting(Object value) |
TargetingAutomation |
setFieldSharedAudiences(Long value) |
TargetingAutomation |
setFieldValueExpression(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static TargetingAutomation loadJSON(String json, APIContext context, String header)
public static APINodeList<TargetingAutomation> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Long getFieldAdvantageAudience()
public TargetingAutomation setFieldAdvantageAudience(Long value)
public Object getFieldIndividualSetting()
public TargetingAutomation setFieldIndividualSetting(Object value)
public Long getFieldSharedAudiences()
public TargetingAutomation setFieldSharedAudiences(Long value)
public Long getFieldValueExpression()
public TargetingAutomation setFieldValueExpression(Long value)
public TargetingAutomation copyFrom(TargetingAutomation instance)
public static APIRequest.ResponseParser<TargetingAutomation> getParser()
Copyright © 2024. All rights reserved.