public class AdsPixelStatsResult extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdsPixelStatsResult.EnumAggregation |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdsPixelStatsResult() |
| Modifier and Type | Method and Description |
|---|---|
AdsPixelStatsResult |
copyFrom(AdsPixelStatsResult instance) |
APIContext |
getContext() |
String |
getFieldAggregation() |
List<AdsPixelStats> |
getFieldData() |
String |
getFieldStartTime() |
String |
getId() |
static APIRequest.ResponseParser<AdsPixelStatsResult> |
getParser() |
static AdsPixelStatsResult |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdsPixelStatsResult> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdsPixelStatsResult |
setFieldAggregation(String value) |
AdsPixelStatsResult |
setFieldData(List<AdsPixelStats> value) |
AdsPixelStatsResult |
setFieldData(String value) |
AdsPixelStatsResult |
setFieldStartTime(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdsPixelStatsResult loadJSON(String json, APIContext context, String header)
public static APINodeList<AdsPixelStatsResult> 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 String getFieldAggregation()
public AdsPixelStatsResult setFieldAggregation(String value)
public List<AdsPixelStats> getFieldData()
public AdsPixelStatsResult setFieldData(List<AdsPixelStats> value)
public AdsPixelStatsResult setFieldData(String value)
public String getFieldStartTime()
public AdsPixelStatsResult setFieldStartTime(String value)
public AdsPixelStatsResult copyFrom(AdsPixelStatsResult instance)
public static APIRequest.ResponseParser<AdsPixelStatsResult> getParser()
Copyright © 2020. All rights reserved.