public final class ReportList
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the DCM/DFA Reporting And Trafficking API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ReportList() |
| Modifier and Type | Method and Description |
|---|---|
ReportList |
clone() |
java.lang.String |
getEtag()
The eTag of this response for caching purposes.
|
java.util.List<Report> |
getItems()
The reports returned in this response.
|
java.lang.String |
getKind()
The kind of list this is, in this case dfareporting#reportList.
|
java.lang.String |
getNextPageToken()
Continuation token used to page through reports.
|
ReportList |
set(java.lang.String fieldName,
java.lang.Object value) |
ReportList |
setEtag(java.lang.String etag)
The eTag of this response for caching purposes.
|
ReportList |
setItems(java.util.List<Report> items)
The reports returned in this response.
|
ReportList |
setKind(java.lang.String kind)
The kind of list this is, in this case dfareporting#reportList.
|
ReportList |
setNextPageToken(java.lang.String nextPageToken)
Continuation token used to page through reports.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getEtag()
null for nonepublic ReportList setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.util.List<Report> getItems()
null for nonepublic ReportList setItems(java.util.List<Report> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic ReportList setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ReportList setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ReportList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ReportList clone()
clone in class com.google.api.client.json.GenericJson