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