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