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 |
getFieldId() |
String |
getFieldKey() |
String |
getFieldName() |
String |
getId() |
static APIRequest.ResponseParser<TargetingGeoLocationRegion> |
getParser() |
static TargetingGeoLocationRegion |
loadJSON(String json,
APIContext context) |
static APINodeList<TargetingGeoLocationRegion> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
TargetingGeoLocationRegion |
setFieldCountry(String value) |
TargetingGeoLocationRegion |
setFieldId(String value) |
TargetingGeoLocationRegion |
setFieldKey(String value) |
TargetingGeoLocationRegion |
setFieldName(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static TargetingGeoLocationRegion loadJSON(String json, APIContext context)
public static APINodeList<TargetingGeoLocationRegion> parseResponse(String json, APIContext context, APIRequest request) 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 String getFieldId()
public TargetingGeoLocationRegion setFieldId(String value)
public TargetingGeoLocationRegion copyFrom(TargetingGeoLocationRegion instance)
public static APIRequest.ResponseParser<TargetingGeoLocationRegion> getParser()
Copyright © 2018. All rights reserved.