public class InsightsResult extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
InsightsResult.EnumDatePreset |
static class |
InsightsResult.EnumMetric |
static class |
InsightsResult.EnumPeriod |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
InsightsResult() |
| Modifier and Type | Method and Description |
|---|---|
InsightsResult |
copyFrom(InsightsResult instance) |
APIContext |
getContext() |
String |
getFieldDescription() |
String |
getFieldDescriptionFromApiDoc() |
String |
getFieldId() |
String |
getFieldName() |
String |
getFieldPeriod() |
String |
getFieldTitle() |
List<Object> |
getFieldValues() |
String |
getId() |
static APIRequest.ResponseParser<InsightsResult> |
getParser() |
static InsightsResult |
loadJSON(String json,
APIContext context) |
static APINodeList<InsightsResult> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
InsightsResult |
setFieldDescription(String value) |
InsightsResult |
setFieldDescriptionFromApiDoc(String value) |
InsightsResult |
setFieldId(String value) |
InsightsResult |
setFieldName(String value) |
InsightsResult |
setFieldPeriod(String value) |
InsightsResult |
setFieldTitle(String value) |
InsightsResult |
setFieldValues(List<Object> value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static InsightsResult loadJSON(String json, APIContext context)
public static APINodeList<InsightsResult> 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 getFieldDescription()
public InsightsResult setFieldDescription(String value)
public String getFieldDescriptionFromApiDoc()
public InsightsResult setFieldDescriptionFromApiDoc(String value)
public String getFieldId()
public InsightsResult setFieldId(String value)
public String getFieldName()
public InsightsResult setFieldName(String value)
public String getFieldPeriod()
public InsightsResult setFieldPeriod(String value)
public String getFieldTitle()
public InsightsResult setFieldTitle(String value)
public InsightsResult setFieldValues(List<Object> value)
public InsightsResult copyFrom(InsightsResult instance)
public static APIRequest.ResponseParser<InsightsResult> getParser()
Copyright © 2018. All rights reserved.