public class AdCreativePhotoDataMediaElements extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdCreativePhotoDataMediaElements() |
| Modifier and Type | Method and Description |
|---|---|
AdCreativePhotoDataMediaElements |
copyFrom(AdCreativePhotoDataMediaElements instance) |
APIContext |
getContext() |
String |
getFieldElementId() |
String |
getFieldElementType() |
Double |
getFieldX() |
Double |
getFieldY() |
String |
getId() |
static APIRequest.ResponseParser<AdCreativePhotoDataMediaElements> |
getParser() |
static AdCreativePhotoDataMediaElements |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdCreativePhotoDataMediaElements> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdCreativePhotoDataMediaElements |
setFieldElementId(String value) |
AdCreativePhotoDataMediaElements |
setFieldElementType(String value) |
AdCreativePhotoDataMediaElements |
setFieldX(Double value) |
AdCreativePhotoDataMediaElements |
setFieldY(Double value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdCreativePhotoDataMediaElements loadJSON(String json, APIContext context, String header)
public static APINodeList<AdCreativePhotoDataMediaElements> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldElementId()
public AdCreativePhotoDataMediaElements setFieldElementId(String value)
public String getFieldElementType()
public AdCreativePhotoDataMediaElements setFieldElementType(String value)
public Double getFieldX()
public AdCreativePhotoDataMediaElements setFieldX(Double value)
public Double getFieldY()
public AdCreativePhotoDataMediaElements setFieldY(Double value)
public AdCreativePhotoDataMediaElements copyFrom(AdCreativePhotoDataMediaElements instance)
public static APIRequest.ResponseParser<AdCreativePhotoDataMediaElements> getParser()
Copyright © 2020. All rights reserved.