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, parseResponse
public 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 APINode
public void setContext(APIContext context)
setContext
in class APINode
public 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.