Class Watchdog

java.lang.Object
com.orchestranetworks.addon.dqid.Watchdog

public final class Watchdog extends Object
Represents the configured Watchdog for the Indicator.
See Also:
  • Method Details

    • getPeriodicityOfControl

      public PeriodicityType getPeriodicityOfControl()
      Returns the periodicity configured for the Indicator.
      See Also:
    • getWatchdogOn

      public String getWatchdogOn()
      Represents one of the output parameter name. The parameter type is boolean.
      Since:
      1.3.0
      See Also:
    • getMinOccurrences

      public BigDecimal getMinOccurrences()
      Returns the minimum occurrence number of the configured watchdog.
      Since:
      1.2.0
    • getMaxOccurrences

      public BigDecimal getMaxOccurrences()
      Returns the maximum occurrence number of the configured watchdog.
      Since:
      1.2.0
    • getToleranceNumber

      public Integer getToleranceNumber()
      Returns the tolerance number of the configured watchdog.
    • getThresholdOn

      public Boolean getThresholdOn()
      Represents a configured value to compare with the outcome value of getWatchdogOn().
      Since:
      1.3.0