public class ReportServiceInterfacegetReportDownloadUrlWithOptions extends Object
By default, the report will be generated as a gzip archive, containing the report file itself.
This can be changed by setting ReportDownloadOptions.useGzipCompression to false.
| Modifier and Type | Field and Description |
|---|---|
protected ReportDownloadOptions |
reportDownloadOptions |
protected Long |
reportJobId |
| Constructor and Description |
|---|
ReportServiceInterfacegetReportDownloadUrlWithOptions() |
| Modifier and Type | Method and Description |
|---|---|
ReportDownloadOptions |
getReportDownloadOptions()
Gets the value of the reportDownloadOptions property.
|
Long |
getReportJobId()
Gets the value of the reportJobId property.
|
void |
setReportDownloadOptions(ReportDownloadOptions value)
Sets the value of the reportDownloadOptions property.
|
void |
setReportJobId(Long value)
Sets the value of the reportJobId property.
|
protected Long reportJobId
protected ReportDownloadOptions reportDownloadOptions
public ReportServiceInterfacegetReportDownloadUrlWithOptions()
public Long getReportJobId()
Longpublic void setReportJobId(Long value)
value - allowed object is
Longpublic ReportDownloadOptions getReportDownloadOptions()
ReportDownloadOptionspublic void setReportDownloadOptions(ReportDownloadOptions value)
value - allowed object is
ReportDownloadOptionsCopyright © 2018. All Rights Reserved.