public class PageParking extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PageParking() |
| Modifier and Type | Method and Description |
|---|---|
PageParking |
copyFrom(PageParking instance) |
APIContext |
getContext() |
Long |
getFieldLot() |
Long |
getFieldStreet() |
Long |
getFieldValet() |
String |
getId() |
static APIRequest.ResponseParser<PageParking> |
getParser() |
static PageParking |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageParking> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PageParking |
setFieldLot(Long value) |
PageParking |
setFieldStreet(Long value) |
PageParking |
setFieldValet(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PageParking loadJSON(String json, APIContext context, String header)
public static APINodeList<PageParking> 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 Long getFieldLot()
public PageParking setFieldLot(Long value)
public Long getFieldStreet()
public PageParking setFieldStreet(Long value)
public Long getFieldValet()
public PageParking setFieldValet(Long value)
public PageParking copyFrom(PageParking instance)
public static APIRequest.ResponseParser<PageParking> getParser()
Copyright © 2020. All rights reserved.