public class ProductItemLocalInfoLatLongShape extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductItemLocalInfoLatLongShape() |
| Modifier and Type | Method and Description |
|---|---|
ProductItemLocalInfoLatLongShape |
copyFrom(ProductItemLocalInfoLatLongShape instance) |
APIContext |
getContext() |
Double |
getFieldLatitude() |
Double |
getFieldLongitude() |
String |
getId() |
static APIRequest.ResponseParser<ProductItemLocalInfoLatLongShape> |
getParser() |
static ProductItemLocalInfoLatLongShape |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductItemLocalInfoLatLongShape> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductItemLocalInfoLatLongShape |
setFieldLatitude(Double value) |
ProductItemLocalInfoLatLongShape |
setFieldLongitude(Double value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductItemLocalInfoLatLongShape loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductItemLocalInfoLatLongShape> 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 Double getFieldLatitude()
public ProductItemLocalInfoLatLongShape setFieldLatitude(Double value)
public Double getFieldLongitude()
public ProductItemLocalInfoLatLongShape setFieldLongitude(Double value)
public ProductItemLocalInfoLatLongShape copyFrom(ProductItemLocalInfoLatLongShape instance)
public static APIRequest.ResponseParser<ProductItemLocalInfoLatLongShape> getParser()
Copyright © 2024. All rights reserved.