public class Location extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
Location() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static Location loadJSON(String json, APIContext context, String header)
public static APINodeList<Location> 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 String getFieldCity()
public Long getFieldCityId()
public String getFieldCountry()
public String getFieldCountryCode()
public Double getFieldLatitude()
public String getFieldLocatedIn()
public Double getFieldLongitude()
public String getFieldName()
public String getFieldRegion()
public Long getFieldRegionId()
public String getFieldState()
public String getFieldStreet()
public String getFieldZip()
public static APIRequest.ResponseParser<Location> getParser()
Copyright © 2020. All rights reserved.