Class Report


  • public class Report
    extends Object
    Class Report.
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • Report

        public Report()
    • Method Detail

      • getDescription

        public String getDescription()
        Returns the value of field 'description'. The field 'description' has the following description: report description
        Returns:
        the value of field 'Description'.
      • getDisplayName

        public String getDisplayName()
        Returns the value of field 'displayName'. The field 'displayName' has the following description: the name of this report as displayed in the webui
        Returns:
        the value of field 'DisplayName'.
      • getId

        public String getId()
        Returns the value of field 'id'. The field 'id' has the following description: the name of this report as defined in engine configuration
        Returns:
        the value of field 'Id'.
      • getOnline

        public Boolean getOnline()
        Returns the value of field 'online'. The field 'online' has the following description: determines if the report may be executed and immediately displayed in the browser. If not set OpenNMS assumes that the report must be executed in batch mode.
        Returns:
        the value of field 'Online'.
      • getReportService

        public String getReportService()
        Returns the value of field 'reportService'. The field 'reportService' has the following description: the name of the engine to use to process and render this report
        Returns:
        the value of field 'ReportService'.
      • isOnline

        public Boolean isOnline()
        Returns the value of field 'online'. The field 'online' has the following description: determines if the report may be executed and immediately displayed in the browser. If not set OpenNMS assumes that the report must be executed in batch mode.
        Returns:
        the value of field 'Online'.
      • setId

        public void setId​(String id)
      • setDisplayName

        public void setDisplayName​(String displayName)
      • setReportService

        public void setReportService​(String reportService)
      • setDescription

        public void setDescription​(String description)
      • setOnline

        public void setOnline​(Boolean online)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object