| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
File |
File.clone() |
File |
File.set(java.lang.String fieldName,
java.lang.Object value) |
File |
File.setDateRange(DateRange dateRange)
The date range for which the file has report data.
|
File |
File.setEtag(java.lang.String etag)
The eTag of this response for caching purposes.
|
File |
File.setFileName(java.lang.String fileName)
The filename of the file.
|
File |
File.setFormat(java.lang.String format)
The output format of the report.
|
File |
File.setId(java.lang.Long id)
The unique ID of this report file.
|
File |
File.setKind(java.lang.String kind)
The kind of resource this is, in this case dfareporting#file.
|
File |
File.setLastModifiedTime(java.lang.Long lastModifiedTime)
The timestamp in milliseconds since epoch when this file was last modified.
|
File |
File.setReportId(java.lang.Long reportId)
The ID of the report this file was generated from.
|
File |
File.setStatus(java.lang.String status)
The status of the report file.
|
File |
File.setUrls(File.Urls urls)
The URLs where the completed report file can be downloaded.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<File> |
FileList.getItems()
The files returned in this response.
|
| Modifier and Type | Method and Description |
|---|---|
FileList |
FileList.setItems(java.util.List<File> items)
The files returned in this response.
|