Interface WebThresholdsContainer

    • Method Detail

      • getThresholds

        WebThresholds getThresholds()
        Returns the Thresholds associated with this object.
        Returns:
        The WebThresholds object associated with this container.
      • getTransactions

        WebThresholds getTransactions()
        Returns the transaction thresholds associated with this object.
        Returns:
        The WebThresholds object associated with this container
      • getType

        int getType()
        Returns the type of the container. This will be -1 if the container is a template metric, but will be a value from EnumRWUnitTypes for an RWUnitDef.
        Returns:
        -1 for a metric container or the RW unit type of the container.
      • getName

        java.lang.String getName()
        Returns the name of the container. This is meant to be a displayable name for the container, for example, a metric name if the container applies to a specific metric.
        Returns:
        The name associated with the container.
      • getID

        java.lang.String getID()
        Returns the unique ID that can be used to identify the container.
        Returns:
        The unique ID of the container.
      • getFormat

        WebFormat getFormat()
        Returns the WebFormat object associated with the container.
        Returns:
        The WebFormat object associated with the container.
      • getObjectType

        int getObjectType()
        Returns the type of dss object based on EnumDSSXMLObjectTypes