public class VideoThumbnail extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
VideoThumbnail() |
Modifier and Type | Method and Description |
---|---|
VideoThumbnail |
copyFrom(VideoThumbnail instance) |
APIContext |
getContext() |
Long |
getFieldHeight() |
String |
getFieldId() |
Boolean |
getFieldIsPreferred() |
String |
getFieldName() |
Double |
getFieldScale() |
String |
getFieldUri() |
Long |
getFieldWidth() |
String |
getId() |
static APIRequest.ResponseParser<VideoThumbnail> |
getParser() |
static VideoThumbnail |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<VideoThumbnail> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
VideoThumbnail |
setFieldHeight(Long value) |
VideoThumbnail |
setFieldId(String value) |
VideoThumbnail |
setFieldIsPreferred(Boolean value) |
VideoThumbnail |
setFieldName(String value) |
VideoThumbnail |
setFieldScale(Double value) |
VideoThumbnail |
setFieldUri(String value) |
VideoThumbnail |
setFieldWidth(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static VideoThumbnail loadJSON(String json, APIContext context, String header)
public static APINodeList<VideoThumbnail> 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 Long getFieldHeight()
public VideoThumbnail setFieldHeight(Long value)
public String getFieldId()
public VideoThumbnail setFieldId(String value)
public Boolean getFieldIsPreferred()
public VideoThumbnail setFieldIsPreferred(Boolean value)
public String getFieldName()
public VideoThumbnail setFieldName(String value)
public Double getFieldScale()
public VideoThumbnail setFieldScale(Double value)
public String getFieldUri()
public VideoThumbnail setFieldUri(String value)
public Long getFieldWidth()
public VideoThumbnail setFieldWidth(Long value)
public VideoThumbnail copyFrom(VideoThumbnail instance)
public static APIRequest.ResponseParser<VideoThumbnail> getParser()
Copyright © 2020. All rights reserved.