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