Package | Description |
---|---|
com.google.api.services.doubleclicksearch.model |
Modifier and Type | Method and Description |
---|---|
Report |
Report.clone() |
Report |
Report.set(java.lang.String fieldName,
java.lang.Object value) |
Report |
Report.setFiles(java.util.List<Report.Files> files)
Asynchronous report only.
|
Report |
Report.setId(java.lang.String id)
Asynchronous report only.
|
Report |
Report.setIsReportReady(java.lang.Boolean isReportReady)
Asynchronous report only.
|
Report |
Report.setKind(java.lang.String kind)
Identifies this as a Report resource.
|
Report |
Report.setRequest(ReportRequest request)
The request that created the report.
|
Report |
Report.setRowCount(java.lang.Integer rowCount)
The number of report rows generated by the report, not including headers.
|
Report |
Report.setRows(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> rows)
Synchronous report only.
|
Report |
Report.setStatisticsCurrencyCode(java.lang.String statisticsCurrencyCode)
The currency code of all monetary values produced in the report, including values that are set
by users (e.g., keyword bid settings) and metrics (e.g., cost and revenue).
|
Report |
Report.setStatisticsTimeZone(java.lang.String statisticsTimeZone)
If all statistics of the report are sourced from the same time zone, this would be it.
|