Class DataFeedMissingDataPointFillSettings

java.lang.Object
com.azure.ai.metricsadvisor.administration.models.DataFeedMissingDataPointFillSettings

public final class DataFeedMissingDataPointFillSettings extends Object
The DataFeedMissingDataPointFillSettings model.
  • Constructor Details

    • DataFeedMissingDataPointFillSettings

      public DataFeedMissingDataPointFillSettings()
  • Method Details

    • getFillType

      public DataFeedMissingDataPointFillType getFillType()
      Get the type of fill missing point for anomaly detection.
      Returns:
      the type of fill missing point for anomaly detection.
    • getCustomFillValue

      public Double getCustomFillValue()
      Get the custom value of fill missing point for anomaly detection.
      Returns:
      the custom value of fill missing point for anomaly detection.
    • setFillType

      Set the type of fill missing point for anomaly detection.
      Parameters:
      fillMissingPointType - the missing data point type fill value to set.
      Returns:
      the DataFeedMissingDataPointFillSettings object itself.
    • setCustomFillValue

      public DataFeedMissingDataPointFillSettings setCustomFillValue(Double customFillValue)
      Set the custom value of fill missing point for anomaly detection.
      Parameters:
      customFillValue - the custom fill value value to set.
      Returns:
      the DataFeedMissingDataPointFillSettings object itself.