Class ListAnomaliesDetectedOptions

java.lang.Object
com.azure.ai.metricsadvisor.models.ListAnomaliesDetectedOptions

public final class ListAnomaliesDetectedOptions extends Object
Describes the additional parameters for the API to list anomalies detected.
  • Constructor Details

    • ListAnomaliesDetectedOptions

      public ListAnomaliesDetectedOptions()
  • Method Details

    • getMaxPageSize

      public Integer getMaxPageSize()
      Gets limit indicating the number of items that will be included in a service returned page.
      Returns:
      The max page size value.
    • getSkip

      public Integer getSkip()
      Gets the number of items in the queried collection that are to be skipped and not included in the returned result.
      Returns:
      The skip value.
    • getFilter

      public ListAnomaliesDetectedFilter getFilter()
      Gets additional conditions to filter the anomalies.
      Returns:
      The filter.
    • setMaxPageSize

      public ListAnomaliesDetectedOptions setMaxPageSize(Integer maxPageSize)
      Gets limit indicating the number of items to be included in a service returned page.
      Parameters:
      maxPageSize - The max page size value.
      Returns:
      The ListAnomaliesDetectedOptions object itself.
    • setSkip

      public ListAnomaliesDetectedOptions setSkip(Integer skip)
      Sets the number of items in the queried collection that are to be skipped and not included in the returned result.
      Parameters:
      skip - The skip value.
      Returns:
      The ListAnomaliesDetectedOptions object itself.
    • setFilter

      Sets additional conditions to filter the anomalies.
      Parameters:
      filter - The filter.
      Returns:
      The ListAnomaliesDetectedOptions object itself.