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