public class NativeMegaphone extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
NativeMegaphone() |
| Modifier and Type | Method and Description |
|---|---|
NativeMegaphone |
copyFrom(NativeMegaphone instance) |
APIContext |
getContext() |
Object |
getFieldAction() |
TextWithEntities |
getFieldContent() |
String |
getFieldId() |
List<String> |
getFieldImage() |
String |
getFieldTitle() |
String |
getId() |
static APIRequest.ResponseParser<NativeMegaphone> |
getParser() |
static NativeMegaphone |
loadJSON(String json,
APIContext context) |
static APINodeList<NativeMegaphone> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
NativeMegaphone |
setFieldAction(Object value) |
NativeMegaphone |
setFieldContent(String value) |
NativeMegaphone |
setFieldContent(TextWithEntities value) |
NativeMegaphone |
setFieldId(String value) |
NativeMegaphone |
setFieldImage(List<String> value) |
NativeMegaphone |
setFieldTitle(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static NativeMegaphone loadJSON(String json, APIContext context)
public static APINodeList<NativeMegaphone> 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 Object getFieldAction()
public NativeMegaphone setFieldAction(Object value)
public TextWithEntities getFieldContent()
public NativeMegaphone setFieldContent(TextWithEntities value)
public NativeMegaphone setFieldContent(String value)
public String getFieldId()
public NativeMegaphone setFieldId(String value)
public NativeMegaphone setFieldImage(List<String> value)
public String getFieldTitle()
public NativeMegaphone setFieldTitle(String value)
public NativeMegaphone copyFrom(NativeMegaphone instance)
public static APIRequest.ResponseParser<NativeMegaphone> getParser()
Copyright © 2018. All rights reserved.