Package com.orchestranetworks.addon.dqid
Class Watchdog
- java.lang.Object
-
- com.orchestranetworks.addon.dqid.Watchdog
-
public final class Watchdog extends java.lang.ObjectRepresents the configured Watchdog for theIndicator.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetMaxOccurrences()Returns the maximum occurrence number of the configured watchdog.java.math.BigDecimalgetMinOccurrences()Returns the minimum occurrence number of the configured watchdog.PeriodicityTypegetPeriodicityOfControl()Returns the periodicity configured for theIndicator.java.lang.BooleangetThresholdOn()Represents a configured value to compare with the outcome value ofgetWatchdogOn().java.lang.IntegergetToleranceNumber()Returns the tolerance number of the configured watchdog.java.lang.StringgetWatchdogOn()Represents one of the output parameter name.
-
-
-
Method Detail
-
getPeriodicityOfControl
public PeriodicityType getPeriodicityOfControl()
Returns the periodicity configured for theIndicator.- See Also:
PeriodicityType
-
getWatchdogOn
public java.lang.String getWatchdogOn()
Represents one of the output parameter name. The parameter type is boolean.- Since:
- 1.3.0
- See Also:
ParameterDefinition.getName(),ParameterDefinition.getType()
-
getMinOccurrences
public java.math.BigDecimal getMinOccurrences()
Returns the minimum occurrence number of the configured watchdog.- Since:
- 1.2.0
-
getMaxOccurrences
public java.math.BigDecimal getMaxOccurrences()
Returns the maximum occurrence number of the configured watchdog.- Since:
- 1.2.0
-
getToleranceNumber
public java.lang.Integer getToleranceNumber()
Returns the tolerance number of the configured watchdog.
-
getThresholdOn
public java.lang.Boolean getThresholdOn()
Represents a configured value to compare with the outcome value ofgetWatchdogOn().- Since:
- 1.3.0
-
-