public class AdRuleEvaluationSpec extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdRuleEvaluationSpec.EnumEvaluationType |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdRuleEvaluationSpec() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdRuleEvaluationSpec loadJSON(String json, APIContext context)
public static APINodeList<AdRuleEvaluationSpec> 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 AdRuleEvaluationSpec.EnumEvaluationType getFieldEvaluationType()
public AdRuleEvaluationSpec setFieldEvaluationType(AdRuleEvaluationSpec.EnumEvaluationType value)
public List<AdRuleFilters> getFieldFilters()
public AdRuleEvaluationSpec setFieldFilters(List<AdRuleFilters> value)
public AdRuleEvaluationSpec setFieldFilters(String value)
public AdRuleTrigger getFieldTrigger()
public AdRuleEvaluationSpec setFieldTrigger(AdRuleTrigger value)
public AdRuleEvaluationSpec setFieldTrigger(String value)
public String getFieldId()
public AdRuleEvaluationSpec setFieldId(String value)
public AdRuleEvaluationSpec copyFrom(AdRuleEvaluationSpec instance)
public static APIRequest.ResponseParser<AdRuleEvaluationSpec> getParser()
Copyright © 2018. All rights reserved.