public class AgeRange extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AgeRange() |
| Modifier and Type | Method and Description |
|---|---|
AgeRange |
copyFrom(AgeRange instance) |
APIContext |
getContext() |
String |
getFieldId() |
Long |
getFieldMax() |
Long |
getFieldMin() |
String |
getId() |
static APIRequest.ResponseParser<AgeRange> |
getParser() |
static AgeRange |
loadJSON(String json,
APIContext context) |
static APINodeList<AgeRange> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AgeRange |
setFieldId(String value) |
AgeRange |
setFieldMax(Long value) |
AgeRange |
setFieldMin(Long value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AgeRange loadJSON(String json, APIContext context)
public static APINodeList<AgeRange> 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 Long getFieldMax()
public Long getFieldMin()
public String getFieldId()
public static APIRequest.ResponseParser<AgeRange> getParser()
Copyright © 2018. All rights reserved.