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