public class ReportServiceInterfacegetReportDownloadURL extends Object
The report will be generated as a gzip archive, containing the report file itself.
| Modifier and Type | Field and Description |
|---|---|
protected ExportFormat |
exportFormat |
protected Long |
reportJobId |
| Constructor and Description |
|---|
ReportServiceInterfacegetReportDownloadURL() |
| Modifier and Type | Method and Description |
|---|---|
ExportFormat |
getExportFormat()
Gets the value of the exportFormat property.
|
Long |
getReportJobId()
Gets the value of the reportJobId property.
|
void |
setExportFormat(ExportFormat value)
Sets the value of the exportFormat property.
|
void |
setReportJobId(Long value)
Sets the value of the reportJobId property.
|
protected Long reportJobId
protected ExportFormat exportFormat
public ReportServiceInterfacegetReportDownloadURL()
public Long getReportJobId()
Longpublic void setReportJobId(Long value)
value - allowed object is
Longpublic ExportFormat getExportFormat()
ExportFormatpublic void setExportFormat(ExportFormat value)
value - allowed object is
ExportFormatCopyright © 2018. All Rights Reserved.