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