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