public class DACheck extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
DACheck.EnumConnectionMethod |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
DACheck() |
| Modifier and Type | Method and Description |
|---|---|
DACheck |
copyFrom(DACheck instance) |
APIContext |
getContext() |
String |
getFieldActionUri() |
String |
getFieldDescription() |
String |
getFieldKey() |
String |
getFieldResult() |
String |
getFieldTitle() |
String |
getFieldUserMessage() |
String |
getId() |
static APIRequest.ResponseParser<DACheck> |
getParser() |
static DACheck |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<DACheck> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
DACheck |
setFieldActionUri(String value) |
DACheck |
setFieldDescription(String value) |
DACheck |
setFieldKey(String value) |
DACheck |
setFieldResult(String value) |
DACheck |
setFieldTitle(String value) |
DACheck |
setFieldUserMessage(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static DACheck loadJSON(String json, APIContext context, String header)
public static APINodeList<DACheck> 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 getFieldActionUri()
public String getFieldDescription()
public String getFieldKey()
public String getFieldResult()
public String getFieldTitle()
public String getFieldUserMessage()
public static APIRequest.ResponseParser<DACheck> getParser()
Copyright © 2020. All rights reserved.