public final class FileList
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 |
|---|
FileList() |
| Modifier and Type | Method and Description |
|---|---|
FileList |
clone() |
java.lang.String |
getEtag()
The eTag of this response for caching purposes.
|
java.util.List<File> |
getItems()
The files returned in this response.
|
java.lang.String |
getKind()
The kind of list this is, in this case dfareporting#fileList.
|
java.lang.String |
getNextPageToken()
Continuation token used to page through files.
|
FileList |
set(java.lang.String fieldName,
java.lang.Object value) |
FileList |
setEtag(java.lang.String etag)
The eTag of this response for caching purposes.
|
FileList |
setItems(java.util.List<File> items)
The files returned in this response.
|
FileList |
setKind(java.lang.String kind)
The kind of list this is, in this case dfareporting#fileList.
|
FileList |
setNextPageToken(java.lang.String nextPageToken)
Continuation token used to page through files.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getEtag()
null for nonepublic FileList setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.util.List<File> getItems()
null for nonepublic FileList setItems(java.util.List<File> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic FileList setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic FileList setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic FileList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic FileList clone()
clone in class com.google.api.client.json.GenericJson