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,
String header) |
static APINodeList<TargetingGeoLocationElectoralDistrict> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
TargetingGeoLocationElectoralDistrict |
setFieldCountry(String value) |
TargetingGeoLocationElectoralDistrict |
setFieldElectoralDistrict(String value) |
TargetingGeoLocationElectoralDistrict |
setFieldKey(String value) |
TargetingGeoLocationElectoralDistrict |
setFieldName(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public TargetingGeoLocationElectoralDistrict()
public static TargetingGeoLocationElectoralDistrict loadJSON(String json, APIContext context, String header)
public static APINodeList<TargetingGeoLocationElectoralDistrict> 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 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 © 2023. All rights reserved.