public class AdAssetFeedSpecCaption extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdAssetFeedSpecCaption() |
Modifier and Type | Method and Description |
---|---|
AdAssetFeedSpecCaption |
copyFrom(AdAssetFeedSpecCaption instance) |
APIContext |
getContext() |
List<AdAssetFeedSpecAssetLabel> |
getFieldAdlabels() |
String |
getFieldText() |
String |
getFieldUrlTags() |
String |
getId() |
static APIRequest.ResponseParser<AdAssetFeedSpecCaption> |
getParser() |
static AdAssetFeedSpecCaption |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdAssetFeedSpecCaption> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdAssetFeedSpecCaption |
setFieldAdlabels(List<AdAssetFeedSpecAssetLabel> value) |
AdAssetFeedSpecCaption |
setFieldAdlabels(String value) |
AdAssetFeedSpecCaption |
setFieldText(String value) |
AdAssetFeedSpecCaption |
setFieldUrlTags(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdAssetFeedSpecCaption loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAssetFeedSpecCaption> 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 List<AdAssetFeedSpecAssetLabel> getFieldAdlabels()
public AdAssetFeedSpecCaption setFieldAdlabels(List<AdAssetFeedSpecAssetLabel> value)
public AdAssetFeedSpecCaption setFieldAdlabels(String value)
public String getFieldText()
public AdAssetFeedSpecCaption setFieldText(String value)
public String getFieldUrlTags()
public AdAssetFeedSpecCaption setFieldUrlTags(String value)
public AdAssetFeedSpecCaption copyFrom(AdAssetFeedSpecCaption instance)
public static APIRequest.ResponseParser<AdAssetFeedSpecCaption> getParser()
Copyright © 2020. All rights reserved.