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