public class DeployedReport extends Object
| Constructor and Description |
|---|
DeployedReport() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getAuthor() |
Long |
getCreatedTime() |
String |
getGuid() |
String |
getId() |
Long |
getLastModifiedTime() |
String |
getLastModifier() |
String |
getQualifiedName() |
List<ReportElement> |
getReportElements() |
String |
getReportName() |
String |
getReportUrl() |
List<Source> |
getSources() |
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
set additional properties of the report that are not represented as basic report properties
|
void |
setAuthor(String author)
set the report's author
|
void |
setCreatedTime(Long createdTime)
set the createdTime
|
void |
setGuid(String guid) |
void |
setId(String id)
set the id of the report
|
void |
setLastModifiedTime(Long lastModifiedTime)
set the last time the report was modified
|
void |
setLastModifier(String lastModifier)
set up the last modifier of the report
|
void |
setQualifiedName(String qualifiedName) |
void |
setReportElements(List<ReportElement> reportElements)
set the elements of the report
|
void |
setReportName(String reportName)
set the report name
|
void |
setReportUrl(String reportUrl)
set set the url of the report
|
void |
setSources(List<Source> sources)
set the list of sources referenced by the report
|
String |
toString() |
public String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - value of property qualified namepublic String getId()
public void setId(String id)
id - - unique identifier of the reportpublic Long getCreatedTime()
public void setCreatedTime(Long createdTime)
createdTime - - timestamp of the creation time of the reportpublic String getAuthor()
public void setAuthor(String author)
author - - creator of the reportpublic String getReportName()
public void setReportName(String reportName)
reportName - - name of the reportpublic String getReportUrl()
public void setReportUrl(String reportUrl)
reportUrl - - url to access the reportpublic String getLastModifier()
public void setLastModifier(String lastModifier)
lastModifier - - last modifier of the reportpublic Long getLastModifiedTime()
public void setLastModifiedTime(Long lastModifiedTime)
lastModifiedTime - - time of the last report modificationpublic void setSources(List<Source> sources)
sources - - list of sources referenced by the reportpublic Map<String,Object> getAdditionalProperties()
public void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - - additional properties of the reportpublic List<ReportElement> getReportElements()
public void setReportElements(List<ReportElement> reportElements)
reportElements - - elements composing the reportpublic String getGuid()
public void setGuid(String guid)
Copyright © 2018–2020 ODPi. All rights reserved.