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