public class TargetingGeoLocationPlace extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
TargetingGeoLocationPlace() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static TargetingGeoLocationPlace loadJSON(String json, APIContext context, String header)
public static APINodeList<TargetingGeoLocationPlace> 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 getFieldCountry()
public TargetingGeoLocationPlace setFieldCountry(String value)
public String getFieldDistanceUnit()
public TargetingGeoLocationPlace setFieldDistanceUnit(String value)
public String getFieldKey()
public TargetingGeoLocationPlace setFieldKey(String value)
public Double getFieldLatitude()
public TargetingGeoLocationPlace setFieldLatitude(Double value)
public Double getFieldLongitude()
public TargetingGeoLocationPlace setFieldLongitude(Double value)
public String getFieldName()
public TargetingGeoLocationPlace setFieldName(String value)
public Long getFieldPrimaryCityId()
public TargetingGeoLocationPlace setFieldPrimaryCityId(Long value)
public Double getFieldRadius()
public TargetingGeoLocationPlace setFieldRadius(Double value)
public Long getFieldRegionId()
public TargetingGeoLocationPlace setFieldRegionId(Long value)
public TargetingGeoLocationPlace copyFrom(TargetingGeoLocationPlace instance)
public static APIRequest.ResponseParser<TargetingGeoLocationPlace> getParser()
Copyright © 2020. All rights reserved.