public class VideoUploadLimits extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
VideoUploadLimits() |
| Modifier and Type | Method and Description |
|---|---|
VideoUploadLimits |
copyFrom(VideoUploadLimits instance) |
APIContext |
getContext() |
String |
getFieldId() |
Long |
getFieldLength() |
Long |
getFieldSize() |
String |
getId() |
static APIRequest.ResponseParser<VideoUploadLimits> |
getParser() |
static VideoUploadLimits |
loadJSON(String json,
APIContext context) |
static APINodeList<VideoUploadLimits> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
VideoUploadLimits |
setFieldId(String value) |
VideoUploadLimits |
setFieldLength(Long value) |
VideoUploadLimits |
setFieldSize(Long value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static VideoUploadLimits loadJSON(String json, APIContext context)
public static APINodeList<VideoUploadLimits> 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 Long getFieldLength()
public VideoUploadLimits setFieldLength(Long value)
public Long getFieldSize()
public VideoUploadLimits setFieldSize(Long value)
public String getFieldId()
public VideoUploadLimits setFieldId(String value)
public VideoUploadLimits copyFrom(VideoUploadLimits instance)
public static APIRequest.ResponseParser<VideoUploadLimits> getParser()
Copyright © 2018. All rights reserved.