public class AdRuleExecutionOptions extends APINode
Modifier and Type | Class and Description |
---|---|
static class |
AdRuleExecutionOptions.EnumOperator |
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdRuleExecutionOptions() |
Modifier and Type | Method and Description |
---|---|
AdRuleExecutionOptions |
copyFrom(AdRuleExecutionOptions instance) |
APIContext |
getContext() |
String |
getFieldField() |
AdRuleExecutionOptions.EnumOperator |
getFieldOperator() |
Object |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<AdRuleExecutionOptions> |
getParser() |
static AdRuleExecutionOptions |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdRuleExecutionOptions> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdRuleExecutionOptions |
setFieldField(String value) |
AdRuleExecutionOptions |
setFieldOperator(AdRuleExecutionOptions.EnumOperator value) |
AdRuleExecutionOptions |
setFieldValue(Object value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdRuleExecutionOptions loadJSON(String json, APIContext context, String header)
public static APINodeList<AdRuleExecutionOptions> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldField()
public AdRuleExecutionOptions setFieldField(String value)
public AdRuleExecutionOptions.EnumOperator getFieldOperator()
public AdRuleExecutionOptions setFieldOperator(AdRuleExecutionOptions.EnumOperator value)
public Object getFieldValue()
public AdRuleExecutionOptions setFieldValue(Object value)
public AdRuleExecutionOptions copyFrom(AdRuleExecutionOptions instance)
public static APIRequest.ResponseParser<AdRuleExecutionOptions> getParser()
Copyright © 2020. All rights reserved.