public class AnalyticsQueryResult extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AnalyticsQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsQueryResult |
copyFrom(AnalyticsQueryResult instance) |
APIContext |
getContext() |
Object |
getFieldColumns() |
List<Object> |
getFieldDatapoints() |
Object |
getFieldError() |
String |
getFieldQueryId() |
String |
getFieldStatus() |
String |
getId() |
static APIRequest.ResponseParser<AnalyticsQueryResult> |
getParser() |
static AnalyticsQueryResult |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AnalyticsQueryResult> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AnalyticsQueryResult |
setFieldColumns(Object value) |
AnalyticsQueryResult |
setFieldDatapoints(List<Object> value) |
AnalyticsQueryResult |
setFieldError(Object value) |
AnalyticsQueryResult |
setFieldQueryId(String value) |
AnalyticsQueryResult |
setFieldStatus(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AnalyticsQueryResult loadJSON(String json, APIContext context, String header)
public static APINodeList<AnalyticsQueryResult> 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 Object getFieldColumns()
public AnalyticsQueryResult setFieldColumns(Object value)
public AnalyticsQueryResult setFieldDatapoints(List<Object> value)
public Object getFieldError()
public AnalyticsQueryResult setFieldError(Object value)
public String getFieldQueryId()
public AnalyticsQueryResult setFieldQueryId(String value)
public String getFieldStatus()
public AnalyticsQueryResult setFieldStatus(String value)
public AnalyticsQueryResult copyFrom(AnalyticsQueryResult instance)
public static APIRequest.ResponseParser<AnalyticsQueryResult> getParser()
Copyright © 2024. All rights reserved.