public class InstantArticleInsightsQueryResult extends APINode
Modifier and Type | Class and Description |
---|---|
static class |
InstantArticleInsightsQueryResult.EnumBreakdown |
static class |
InstantArticleInsightsQueryResult.EnumPeriod |
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
InstantArticleInsightsQueryResult() |
Modifier and Type | Method and Description |
---|---|
InstantArticleInsightsQueryResult |
copyFrom(InstantArticleInsightsQueryResult instance) |
APIContext |
getContext() |
Map<String,String> |
getFieldBreakdowns() |
String |
getFieldName() |
String |
getFieldTime() |
String |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<InstantArticleInsightsQueryResult> |
getParser() |
static InstantArticleInsightsQueryResult |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<InstantArticleInsightsQueryResult> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
InstantArticleInsightsQueryResult |
setFieldBreakdowns(Map<String,String> value) |
InstantArticleInsightsQueryResult |
setFieldName(String value) |
InstantArticleInsightsQueryResult |
setFieldTime(String value) |
InstantArticleInsightsQueryResult |
setFieldValue(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static InstantArticleInsightsQueryResult loadJSON(String json, APIContext context, String header)
public static APINodeList<InstantArticleInsightsQueryResult> 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 InstantArticleInsightsQueryResult setFieldBreakdowns(Map<String,String> value)
public String getFieldName()
public InstantArticleInsightsQueryResult setFieldName(String value)
public String getFieldTime()
public InstantArticleInsightsQueryResult setFieldTime(String value)
public String getFieldValue()
public InstantArticleInsightsQueryResult setFieldValue(String value)
public InstantArticleInsightsQueryResult copyFrom(InstantArticleInsightsQueryResult instance)
public static APIRequest.ResponseParser<InstantArticleInsightsQueryResult> getParser()
Copyright © 2023. All rights reserved.