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,
String header) |
static APINodeList<TargetingGeoLocationMarket> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
TargetingGeoLocationMarket |
setFieldCountry(String value) |
TargetingGeoLocationMarket |
setFieldKey(String value) |
TargetingGeoLocationMarket |
setFieldMarketType(String value) |
TargetingGeoLocationMarket |
setFieldName(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static TargetingGeoLocationMarket loadJSON(String json, APIContext context, String header)
public static APINodeList<TargetingGeoLocationMarket> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public 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 © 2020. All rights reserved.