public class ReportDownloadOptions extends Object
ReportService#getReportDownloadUrlWithOptions.
Java class for ReportDownloadOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportDownloadOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exportFormat" type="{https://www.google.com/apis/ads/publisher/v201708}ExportFormat" minOccurs="0"/>
<element name="includeReportProperties" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="includeTotalsRow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useGzipCompression" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExportFormat |
exportFormat |
protected Boolean |
includeReportProperties |
protected Boolean |
includeTotalsRow |
protected Boolean |
useGzipCompression |
| Constructor and Description |
|---|
ReportDownloadOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExportFormat |
getExportFormat()
Gets the value of the exportFormat property.
|
Boolean |
isIncludeReportProperties()
Gets the value of the includeReportProperties property.
|
Boolean |
isIncludeTotalsRow()
Gets the value of the includeTotalsRow property.
|
Boolean |
isUseGzipCompression()
Gets the value of the useGzipCompression property.
|
void |
setExportFormat(ExportFormat value)
Sets the value of the exportFormat property.
|
void |
setIncludeReportProperties(Boolean value)
Sets the value of the includeReportProperties property.
|
void |
setIncludeTotalsRow(Boolean value)
Sets the value of the includeTotalsRow property.
|
void |
setUseGzipCompression(Boolean value)
Sets the value of the useGzipCompression property.
|
protected ExportFormat exportFormat
protected Boolean includeReportProperties
protected Boolean includeTotalsRow
protected Boolean useGzipCompression
public ExportFormat getExportFormat()
ExportFormatpublic void setExportFormat(ExportFormat value)
value - allowed object is
ExportFormatpublic Boolean isIncludeReportProperties()
Booleanpublic void setIncludeReportProperties(Boolean value)
value - allowed object is
Booleanpublic Boolean isIncludeTotalsRow()
Booleanpublic void setIncludeTotalsRow(Boolean value)
value - allowed object is
Booleanpublic Boolean isUseGzipCompression()
BooleanCopyright © 2018. All Rights Reserved.