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