public class CreativeHistory extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
CreativeHistory() |
| Modifier and Type | Method and Description |
|---|---|
CreativeHistory |
copyFrom(CreativeHistory instance) |
APIContext |
getContext() |
Long |
getFieldCreativeFingerprint() |
String |
getFieldId() |
List<Object> |
getFieldTimeRanges() |
String |
getId() |
static APIRequest.ResponseParser<CreativeHistory> |
getParser() |
static CreativeHistory |
loadJSON(String json,
APIContext context) |
static APINodeList<CreativeHistory> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
CreativeHistory |
setFieldCreativeFingerprint(Long value) |
CreativeHistory |
setFieldId(String value) |
CreativeHistory |
setFieldTimeRanges(List<Object> value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static CreativeHistory loadJSON(String json, APIContext context)
public static APINodeList<CreativeHistory> 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 Long getFieldCreativeFingerprint()
public CreativeHistory setFieldCreativeFingerprint(Long value)
public CreativeHistory setFieldTimeRanges(List<Object> value)
public String getFieldId()
public CreativeHistory setFieldId(String value)
public CreativeHistory copyFrom(CreativeHistory instance)
public static APIRequest.ResponseParser<CreativeHistory> getParser()
Copyright © 2018. All rights reserved.