public class AdCreativePlaceData extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdCreativePlaceData() |
| Modifier and Type | Method and Description |
|---|---|
AdCreativePlaceData |
copyFrom(AdCreativePlaceData instance) |
APIContext |
getContext() |
String |
getFieldAddressString() |
String |
getFieldLabel() |
Double |
getFieldLatitude() |
String |
getFieldLocationSourceId() |
Double |
getFieldLongitude() |
String |
getFieldType() |
String |
getId() |
static APIRequest.ResponseParser<AdCreativePlaceData> |
getParser() |
static AdCreativePlaceData |
loadJSON(String json,
APIContext context) |
static APINodeList<AdCreativePlaceData> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AdCreativePlaceData |
setFieldAddressString(String value) |
AdCreativePlaceData |
setFieldLabel(String value) |
AdCreativePlaceData |
setFieldLatitude(Double value) |
AdCreativePlaceData |
setFieldLocationSourceId(String value) |
AdCreativePlaceData |
setFieldLongitude(Double value) |
AdCreativePlaceData |
setFieldType(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdCreativePlaceData loadJSON(String json, APIContext context)
public static APINodeList<AdCreativePlaceData> 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 getFieldAddressString()
public AdCreativePlaceData setFieldAddressString(String value)
public String getFieldLabel()
public AdCreativePlaceData setFieldLabel(String value)
public Double getFieldLatitude()
public AdCreativePlaceData setFieldLatitude(Double value)
public String getFieldLocationSourceId()
public AdCreativePlaceData setFieldLocationSourceId(String value)
public Double getFieldLongitude()
public AdCreativePlaceData setFieldLongitude(Double value)
public String getFieldType()
public AdCreativePlaceData setFieldType(String value)
public AdCreativePlaceData copyFrom(AdCreativePlaceData instance)
public static APIRequest.ResponseParser<AdCreativePlaceData> getParser()
Copyright © 2017. All rights reserved.