public class AdRuleHistory extends APINode
Modifier and Type | Class and Description |
---|---|
static class |
AdRuleHistory.EnumAction |
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdRuleHistory() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdRuleHistory loadJSON(String json, APIContext context, String header)
public static APINodeList<AdRuleHistory> 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 AdRuleEvaluationSpec getFieldEvaluationSpec()
public AdRuleHistory setFieldEvaluationSpec(AdRuleEvaluationSpec value)
public AdRuleHistory setFieldEvaluationSpec(String value)
public Long getFieldExceptionCode()
public AdRuleHistory setFieldExceptionCode(Long value)
public String getFieldExceptionMessage()
public AdRuleHistory setFieldExceptionMessage(String value)
public AdRuleExecutionSpec getFieldExecutionSpec()
public AdRuleHistory setFieldExecutionSpec(AdRuleExecutionSpec value)
public AdRuleHistory setFieldExecutionSpec(String value)
public Boolean getFieldIsManual()
public AdRuleHistory setFieldIsManual(Boolean value)
public List<AdRuleHistoryResult> getFieldResults()
public AdRuleHistory setFieldResults(List<AdRuleHistoryResult> value)
public AdRuleHistory setFieldResults(String value)
public AdRuleScheduleSpec getFieldScheduleSpec()
public AdRuleHistory setFieldScheduleSpec(AdRuleScheduleSpec value)
public AdRuleHistory setFieldScheduleSpec(String value)
public String getFieldTimestamp()
public AdRuleHistory setFieldTimestamp(String value)
public AdRuleHistory copyFrom(AdRuleHistory instance)
public static APIRequest.ResponseParser<AdRuleHistory> getParser()
Copyright © 2020. All rights reserved.