public class DACheck extends APINode
| 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 |
getFieldId() |
String |
getFieldKey() |
String |
getFieldResult() |
String |
getFieldTitle() |
String |
getFieldUserMessage() |
String |
getId() |
static APIRequest.ResponseParser<DACheck> |
getParser() |
static DACheck |
loadJSON(String json,
APIContext context) |
static APINodeList<DACheck> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
DACheck |
setFieldActionUri(String value) |
DACheck |
setFieldDescription(String value) |
DACheck |
setFieldId(String value) |
DACheck |
setFieldKey(String value) |
DACheck |
setFieldResult(String value) |
DACheck |
setFieldTitle(String value) |
DACheck |
setFieldUserMessage(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static DACheck loadJSON(String json, APIContext context)
public static APINodeList<DACheck> 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 String getFieldActionUri()
public String getFieldDescription()
public String getFieldKey()
public String getFieldResult()
public String getFieldTitle()
public String getFieldUserMessage()
public String getFieldId()
public static APIRequest.ResponseParser<DACheck> getParser()
Copyright © 2018. All rights reserved.