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