public class AdCreativePlaceData extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdCreativePlaceData() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdCreativePlaceData loadJSON(String json, APIContext context, String header)
public static APINodeList<AdCreativePlaceData> 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 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 © 2020. All rights reserved.