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() |
String |
getFieldId() |
AdRuleExecutionOptions.EnumOperator |
getFieldOperator() |
Object |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<AdRuleExecutionOptions> |
getParser() |
static AdRuleExecutionOptions |
loadJSON(String json,
APIContext context) |
static APINodeList<AdRuleExecutionOptions> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AdRuleExecutionOptions |
setFieldField(String value) |
AdRuleExecutionOptions |
setFieldId(String value) |
AdRuleExecutionOptions |
setFieldOperator(AdRuleExecutionOptions.EnumOperator value) |
AdRuleExecutionOptions |
setFieldValue(Object value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdRuleExecutionOptions loadJSON(String json, APIContext context)
public static APINodeList<AdRuleExecutionOptions> 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 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 String getFieldId()
public AdRuleExecutionOptions setFieldId(String value)
public AdRuleExecutionOptions copyFrom(AdRuleExecutionOptions instance)
public static APIRequest.ResponseParser<AdRuleExecutionOptions> getParser()
Copyright © 2018. All rights reserved.