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