Class VariableValues

java.lang.Object
com.azure.ai.anomalydetector.models.VariableValues

public final class VariableValues extends Object
Variable values.
  • Constructor Details

    • VariableValues

      public VariableValues(String variable, List<String> timestamps, List<Double> values)
      Creates an instance of VariableValues class.
      Parameters:
      variable - the variable value to set.
      timestamps - the timestamps value to set.
      values - the values value to set.
  • Method Details

    • getVariable

      public String getVariable()
      Get the variable property: Variable name of last detection request.
      Returns:
      the variable value.
    • getTimestamps

      public List<String> getTimestamps()
      Get the timestamps property: Timestamps of last detection request.
      Returns:
      the timestamps value.
    • getValues

      public List<Double> getValues()
      Get the values property: Values of variables.
      Returns:
      the values value.