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() |
Long |
getFieldMax() |
Long |
getFieldMin() |
String |
getId() |
static APIRequest.ResponseParser<AgeRange> |
getParser() |
static AgeRange |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AgeRange> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AgeRange |
setFieldMax(Long value) |
AgeRange |
setFieldMin(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AgeRange loadJSON(String json, APIContext context, String header)
public static APINodeList<AgeRange> 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 Long getFieldMax()
public Long getFieldMin()
public static APIRequest.ResponseParser<AgeRange> getParser()
Copyright © 2023. All rights reserved.