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