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() |
String |
getFieldId() |
Object |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<InstagramInsightsValue> |
getParser() |
static InstagramInsightsValue |
loadJSON(String json,
APIContext context) |
static APINodeList<InstagramInsightsValue> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
InstagramInsightsValue |
setFieldEndTime(String value) |
InstagramInsightsValue |
setFieldId(String value) |
InstagramInsightsValue |
setFieldValue(Object value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static InstagramInsightsValue loadJSON(String json, APIContext context)
public static APINodeList<InstagramInsightsValue> 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 getFieldEndTime()
public InstagramInsightsValue setFieldEndTime(String value)
public Object getFieldValue()
public InstagramInsightsValue setFieldValue(Object value)
public String getFieldId()
public InstagramInsightsValue setFieldId(String value)
public InstagramInsightsValue copyFrom(InstagramInsightsValue instance)
public static APIRequest.ResponseParser<InstagramInsightsValue> getParser()
Copyright © 2018. All rights reserved.