Class Report


  • public class Report
    extends java.lang.Object
    Class Report.
    Version:
    $Revision$ $Date$
    • Constructor Summary

      Constructors 
      Constructor Description
      Report()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getDescription()
      Returns the value of field 'description'.
      java.lang.String getDisplayName()
      Returns the value of field 'displayName'.
      java.lang.String getId()
      Returns the value of field 'id'.
      java.lang.Boolean getOnline()
      Returns the value of field 'online'.
      java.lang.String getReportService()
      Returns the value of field 'reportService'.
      int hashCode()  
      java.lang.Boolean isOnline()
      Returns the value of field 'online'.
      void setDescription​(java.lang.String description)  
      void setDisplayName​(java.lang.String displayName)  
      void setId​(java.lang.String id)  
      void setOnline​(java.lang.Boolean online)  
      void setReportService​(java.lang.String reportService)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Report

        public Report()
    • Method Detail

      • getDescription

        public java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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'.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setId

        public void setId​(java.lang.String id)
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
      • setReportService

        public void setReportService​(java.lang.String reportService)
      • setDescription

        public void setDescription​(java.lang.String description)
      • setOnline

        public void setOnline​(java.lang.Boolean online)
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object