Interface MonitorSource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CountSettings getCountSettings()
      Returns the CountSettings object, used to obtain counts of items grouped by various monitor fields
      MonitorFilter getFilter()
      Returns the MonitorFilter object, used to add some filter criteria to the request.
      int getLevel()
      Returns the level of information the users want to monitor.
      MonitorSort getSortCriteria()
      Returns the MonitorSort object, used to control the sort order of the results.
      int getType()
      Returns the sub type of the current MonitorSource.
      void reset()
      Clears the count settings, max count, filter, and sort criteria.
      void setLevel​(int level)
      Sets the level of information the users want to monitor.
    • Method Detail

      • getCountSettings

        CountSettings getCountSettings()
        Returns the CountSettings object, used to obtain counts of items grouped by various monitor fields
        Returns:
        a CountSettings object.
      • getFilter

        MonitorFilter getFilter()
        Returns the MonitorFilter object, used to add some filter criteria to the request.
        Returns:
        the MonitorFilter object
      • getSortCriteria

        MonitorSort getSortCriteria()
        Returns the MonitorSort object, used to control the sort order of the results.
        Returns:
        the MonitorSort object
      • getLevel

        int getLevel()
        Returns the level of information the users want to monitor. A value from EnumDSSXMLLevelFlags
        Returns:
        the level of information the users want to monitor.
      • setLevel

        void setLevel​(int level)
        Sets the level of information the users want to monitor. A value from EnumDSSXMLLevelFlags
        Parameters:
        level - the level of information the users want to monitor.
      • reset

        void reset()
        Clears the count settings, max count, filter, and sort criteria.
      • getType

        int getType()
        Returns the sub type of the current MonitorSource. The type comes from EnumWebMonitorType.
        Returns:
        the sub type of the MonitorSource.