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