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