public class InsightsResult extends APINode
Modifier and Type | Class and Description |
---|---|
static class |
InsightsResult.EnumDatePreset |
static class |
InsightsResult.EnumPeriod |
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
InsightsResult() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static InsightsResult loadJSON(String json, APIContext context, String header)
public static APINodeList<InsightsResult> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public 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 © 2023. All rights reserved.