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 |
getFieldId() |
String |
getFieldText() |
String |
getFieldUrlTags() |
String |
getId() |
static APIRequest.ResponseParser<AdAssetFeedSpecCaption> |
getParser() |
static AdAssetFeedSpecCaption |
loadJSON(String json,
APIContext context) |
static APINodeList<AdAssetFeedSpecCaption> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AdAssetFeedSpecCaption |
setFieldAdlabels(List<AdAssetFeedSpecAssetLabel> value) |
AdAssetFeedSpecCaption |
setFieldAdlabels(String value) |
AdAssetFeedSpecCaption |
setFieldId(String value) |
AdAssetFeedSpecCaption |
setFieldText(String value) |
AdAssetFeedSpecCaption |
setFieldUrlTags(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdAssetFeedSpecCaption loadJSON(String json, APIContext context)
public static APINodeList<AdAssetFeedSpecCaption> 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 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 String getFieldId()
public AdAssetFeedSpecCaption setFieldId(String value)
public AdAssetFeedSpecCaption copyFrom(AdAssetFeedSpecCaption instance)
public static APIRequest.ResponseParser<AdAssetFeedSpecCaption> getParser()
Copyright © 2018. All rights reserved.