public class PublisherDeliveryReport extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PublisherDeliveryReport() |
| Modifier and Type | Method and Description |
|---|---|
PublisherDeliveryReport |
copyFrom(PublisherDeliveryReport instance) |
APIContext |
getContext() |
List<String> |
getFieldContentTypes() |
Long |
getFieldEstimatedImpressions() |
String |
getFieldName() |
String |
getFieldStatus() |
String |
getFieldUrl() |
String |
getId() |
static APIRequest.ResponseParser<PublisherDeliveryReport> |
getParser() |
static PublisherDeliveryReport |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PublisherDeliveryReport> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PublisherDeliveryReport |
setFieldContentTypes(List<String> value) |
PublisherDeliveryReport |
setFieldEstimatedImpressions(Long value) |
PublisherDeliveryReport |
setFieldName(String value) |
PublisherDeliveryReport |
setFieldStatus(String value) |
PublisherDeliveryReport |
setFieldUrl(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PublisherDeliveryReport loadJSON(String json, APIContext context, String header)
public static APINodeList<PublisherDeliveryReport> 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 PublisherDeliveryReport setFieldContentTypes(List<String> value)
public Long getFieldEstimatedImpressions()
public PublisherDeliveryReport setFieldEstimatedImpressions(Long value)
public String getFieldName()
public PublisherDeliveryReport setFieldName(String value)
public String getFieldStatus()
public PublisherDeliveryReport setFieldStatus(String value)
public String getFieldUrl()
public PublisherDeliveryReport setFieldUrl(String value)
public PublisherDeliveryReport copyFrom(PublisherDeliveryReport instance)
public static APIRequest.ResponseParser<PublisherDeliveryReport> getParser()
Copyright © 2024. All rights reserved.