public class InstagramVideoMetadata extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
InstagramVideoMetadata() |
| Modifier and Type | Method and Description |
|---|---|
InstagramVideoMetadata |
copyFrom(InstagramVideoMetadata instance) |
APIContext |
getContext() |
Double |
getFieldDuration() |
Double |
getFieldHeight() |
Double |
getFieldWidth() |
String |
getId() |
static APIRequest.ResponseParser<InstagramVideoMetadata> |
getParser() |
static InstagramVideoMetadata |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<InstagramVideoMetadata> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
InstagramVideoMetadata |
setFieldDuration(Double value) |
InstagramVideoMetadata |
setFieldHeight(Double value) |
InstagramVideoMetadata |
setFieldWidth(Double value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static InstagramVideoMetadata loadJSON(String json, APIContext context, String header)
public static APINodeList<InstagramVideoMetadata> 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 Double getFieldDuration()
public InstagramVideoMetadata setFieldDuration(Double value)
public Double getFieldHeight()
public InstagramVideoMetadata setFieldHeight(Double value)
public Double getFieldWidth()
public InstagramVideoMetadata setFieldWidth(Double value)
public InstagramVideoMetadata copyFrom(InstagramVideoMetadata instance)
public static APIRequest.ResponseParser<InstagramVideoMetadata> getParser()
Copyright © 2024. All rights reserved.