public class AdRuleHistoryResultAction extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdRuleHistoryResultAction() |
Modifier and Type | Method and Description |
---|---|
AdRuleHistoryResultAction |
copyFrom(AdRuleHistoryResultAction instance) |
APIContext |
getContext() |
String |
getFieldAction() |
String |
getFieldField() |
String |
getFieldNewValue() |
String |
getFieldOldValue() |
String |
getId() |
static APIRequest.ResponseParser<AdRuleHistoryResultAction> |
getParser() |
static AdRuleHistoryResultAction |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdRuleHistoryResultAction> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdRuleHistoryResultAction |
setFieldAction(String value) |
AdRuleHistoryResultAction |
setFieldField(String value) |
AdRuleHistoryResultAction |
setFieldNewValue(String value) |
AdRuleHistoryResultAction |
setFieldOldValue(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdRuleHistoryResultAction loadJSON(String json, APIContext context, String header)
public static APINodeList<AdRuleHistoryResultAction> 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 getFieldAction()
public AdRuleHistoryResultAction setFieldAction(String value)
public String getFieldField()
public AdRuleHistoryResultAction setFieldField(String value)
public String getFieldNewValue()
public AdRuleHistoryResultAction setFieldNewValue(String value)
public String getFieldOldValue()
public AdRuleHistoryResultAction setFieldOldValue(String value)
public AdRuleHistoryResultAction copyFrom(AdRuleHistoryResultAction instance)
public static APIRequest.ResponseParser<AdRuleHistoryResultAction> getParser()
Copyright © 2020. All rights reserved.