Class AnomalyInterpretation


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

      • AnomalyInterpretation

        public AnomalyInterpretation()
    • Method Detail

      • getVariable

        public String getVariable()
        Get the variable property: The variable property.
        Returns:
        the variable value.
      • setVariable

        public AnomalyInterpretation setVariable​(String variable)
        Set the variable property: The variable property.
        Parameters:
        variable - the variable value to set.
        Returns:
        the AnomalyInterpretation object itself.
      • getContributionScore

        public Float getContributionScore()
        Get the contributionScore property: The contributionScore property.
        Returns:
        the contributionScore value.
      • setContributionScore

        public AnomalyInterpretation setContributionScore​(Float contributionScore)
        Set the contributionScore property: The contributionScore property.
        Parameters:
        contributionScore - the contributionScore value to set.
        Returns:
        the AnomalyInterpretation object itself.
      • getCorrelationChanges

        public CorrelationChanges getCorrelationChanges()
        Get the correlationChanges property: The correlationChanges property.
        Returns:
        the correlationChanges value.
      • setCorrelationChanges

        public AnomalyInterpretation setCorrelationChanges​(CorrelationChanges correlationChanges)
        Set the correlationChanges property: The correlationChanges property.
        Parameters:
        correlationChanges - the correlationChanges value to set.
        Returns:
        the AnomalyInterpretation object itself.