public class AdCreativeCollectionThumbnailInfo extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdCreativeCollectionThumbnailInfo() |
Modifier and Type | Method and Description |
---|---|
AdCreativeCollectionThumbnailInfo |
copyFrom(AdCreativeCollectionThumbnailInfo instance) |
APIContext |
getContext() |
Long |
getFieldElementChildIndex() |
AdsImageCrops |
getFieldElementCrops() |
String |
getFieldElementId() |
String |
getId() |
static APIRequest.ResponseParser<AdCreativeCollectionThumbnailInfo> |
getParser() |
static AdCreativeCollectionThumbnailInfo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdCreativeCollectionThumbnailInfo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdCreativeCollectionThumbnailInfo |
setFieldElementChildIndex(Long value) |
AdCreativeCollectionThumbnailInfo |
setFieldElementCrops(AdsImageCrops value) |
AdCreativeCollectionThumbnailInfo |
setFieldElementCrops(String value) |
AdCreativeCollectionThumbnailInfo |
setFieldElementId(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdCreativeCollectionThumbnailInfo loadJSON(String json, APIContext context, String header)
public static APINodeList<AdCreativeCollectionThumbnailInfo> 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 Long getFieldElementChildIndex()
public AdCreativeCollectionThumbnailInfo setFieldElementChildIndex(Long value)
public AdsImageCrops getFieldElementCrops()
public AdCreativeCollectionThumbnailInfo setFieldElementCrops(AdsImageCrops value)
public AdCreativeCollectionThumbnailInfo setFieldElementCrops(String value)
public String getFieldElementId()
public AdCreativeCollectionThumbnailInfo setFieldElementId(String value)
public AdCreativeCollectionThumbnailInfo copyFrom(AdCreativeCollectionThumbnailInfo instance)
public static APIRequest.ResponseParser<AdCreativeCollectionThumbnailInfo> getParser()
Copyright © 2020. All rights reserved.