public class ReportDownloadOptions extends Object implements Serializable
ReportService#getReportDownloadUrlWithOptions.| Constructor and Description |
|---|
ReportDownloadOptions() |
ReportDownloadOptions(ExportFormat exportFormat,
Boolean includeReportProperties,
Boolean includeTotalsRow,
Boolean useGzipCompression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ExportFormat |
getExportFormat()
Gets the exportFormat value for this ReportDownloadOptions.
|
Boolean |
getIncludeReportProperties()
Gets the includeReportProperties value for this ReportDownloadOptions.
|
Boolean |
getIncludeTotalsRow()
Gets the includeTotalsRow value for this ReportDownloadOptions.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Boolean |
getUseGzipCompression()
Gets the useGzipCompression value for this ReportDownloadOptions.
|
int |
hashCode() |
void |
setExportFormat(ExportFormat exportFormat)
Sets the exportFormat value for this ReportDownloadOptions.
|
void |
setIncludeReportProperties(Boolean includeReportProperties)
Sets the includeReportProperties value for this ReportDownloadOptions.
|
void |
setIncludeTotalsRow(Boolean includeTotalsRow)
Sets the includeTotalsRow value for this ReportDownloadOptions.
|
void |
setUseGzipCompression(Boolean useGzipCompression)
Sets the useGzipCompression value for this ReportDownloadOptions.
|
public ReportDownloadOptions()
public ReportDownloadOptions(ExportFormat exportFormat, Boolean includeReportProperties, Boolean includeTotalsRow, Boolean useGzipCompression)
public ExportFormat getExportFormat()
ExportFormat used to generate the report.
Default value is ExportFormat.CSV_DUMP.public void setExportFormat(ExportFormat exportFormat)
exportFormat - * The ExportFormat used to generate the report.
Default value is ExportFormat.CSV_DUMP.public Boolean getIncludeReportProperties()
public void setIncludeReportProperties(Boolean includeReportProperties)
includeReportProperties - * Whether or not to include the report properties (e.g. network,
user, date generated...)
in the generated report.
Default is false.public Boolean getIncludeTotalsRow()
ExportFormat.CSV_DUMP.public void setIncludeTotalsRow(Boolean includeTotalsRow)
includeTotalsRow - * Whether or not to include the totals row.
Default is true for all formats except ExportFormat.CSV_DUMP.public Boolean getUseGzipCompression()
Regardless of value, gzip http compression is available from the URL by normal means.
public void setUseGzipCompression(Boolean useGzipCompression)
useGzipCompression - * Whether or not to compress the report file to a gzip file.
Default is true.
Regardless of value, gzip http compression is available from the URL by normal means.
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.