public class AdRuleExecutionSpec extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdRuleExecutionSpec.EnumExecutionType |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdRuleExecutionSpec() |
| Modifier and Type | Method and Description |
|---|---|
AdRuleExecutionSpec |
copyFrom(AdRuleExecutionSpec instance) |
APIContext |
getContext() |
List<AdRuleExecutionOptions> |
getFieldExecutionOptions() |
AdRuleExecutionSpec.EnumExecutionType |
getFieldExecutionType() |
String |
getId() |
static APIRequest.ResponseParser<AdRuleExecutionSpec> |
getParser() |
static AdRuleExecutionSpec |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdRuleExecutionSpec> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdRuleExecutionSpec |
setFieldExecutionOptions(List<AdRuleExecutionOptions> value) |
AdRuleExecutionSpec |
setFieldExecutionOptions(String value) |
AdRuleExecutionSpec |
setFieldExecutionType(AdRuleExecutionSpec.EnumExecutionType value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdRuleExecutionSpec loadJSON(String json, APIContext context, String header)
public static APINodeList<AdRuleExecutionSpec> 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 List<AdRuleExecutionOptions> getFieldExecutionOptions()
public AdRuleExecutionSpec setFieldExecutionOptions(List<AdRuleExecutionOptions> value)
public AdRuleExecutionSpec setFieldExecutionOptions(String value)
public AdRuleExecutionSpec.EnumExecutionType getFieldExecutionType()
public AdRuleExecutionSpec setFieldExecutionType(AdRuleExecutionSpec.EnumExecutionType value)
public AdRuleExecutionSpec copyFrom(AdRuleExecutionSpec instance)
public static APIRequest.ResponseParser<AdRuleExecutionSpec> getParser()
Copyright © 2020. All rights reserved.