Class ScheduledInstancesMonitoring

    • Constructor Detail

      • ScheduledInstancesMonitoring

        public ScheduledInstancesMonitoring()
    • Method Detail

      • setEnabled

        public void setEnabled​(Boolean enabled)

        Indicates whether monitoring is enabled.

        Parameters:
        enabled - Indicates whether monitoring is enabled.
      • getEnabled

        public Boolean getEnabled()

        Indicates whether monitoring is enabled.

        Returns:
        Indicates whether monitoring is enabled.
      • withEnabled

        public ScheduledInstancesMonitoring withEnabled​(Boolean enabled)

        Indicates whether monitoring is enabled.

        Parameters:
        enabled - Indicates whether monitoring is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isEnabled

        public Boolean isEnabled()

        Indicates whether monitoring is enabled.

        Returns:
        Indicates whether monitoring is enabled.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object