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