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() |
List<Object> |
getFieldTimeRanges() |
String |
getId() |
static APIRequest.ResponseParser<CreativeHistory> |
getParser() |
static CreativeHistory |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CreativeHistory> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
CreativeHistory |
setFieldCreativeFingerprint(Long value) |
CreativeHistory |
setFieldTimeRanges(List<Object> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static CreativeHistory loadJSON(String json, APIContext context, String header)
public static APINodeList<CreativeHistory> 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 Long getFieldCreativeFingerprint()
public CreativeHistory setFieldCreativeFingerprint(Long value)
public CreativeHistory setFieldTimeRanges(List<Object> value)
public CreativeHistory copyFrom(CreativeHistory instance)
public static APIRequest.ResponseParser<CreativeHistory> getParser()
Copyright © 2020. All rights reserved.