Class LastDetectionResult


  • public final class LastDetectionResult
    extends Object
    The LastDetectionResult model.
    • Constructor Detail

      • LastDetectionResult

        public LastDetectionResult()
    • Method Detail

      • getVariableStates

        public List<VariableState> getVariableStates()
        Get the variableStates property: The variableStates property.
        Returns:
        the variableStates value.
      • setVariableStates

        public LastDetectionResult setVariableStates​(List<VariableState> variableStates)
        Set the variableStates property: The variableStates property.
        Parameters:
        variableStates - the variableStates value to set.
        Returns:
        the LastDetectionResult object itself.
      • getResults

        public List<AnomalyState> getResults()
        Get the results property: The results property.
        Returns:
        the results value.
      • setResults

        public LastDetectionResult setResults​(List<AnomalyState> results)
        Set the results property: The results property.
        Parameters:
        results - the results value to set.
        Returns:
        the LastDetectionResult object itself.