Class ListDataFeedFilter

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

public final class ListDataFeedFilter extends Object
Additional properties to filter result for data feed list operations.
  • Constructor Details

    • ListDataFeedFilter

      public ListDataFeedFilter()
  • Method Details

    • getName

      public String getName()
      Gets the data feed name.
      Returns:
      the data feed name.
    • getCreator

      public String getCreator()
      Gets the creator of the data feed.
      Returns:
      the creator of the data feed.
    • getSourceType

      public DataFeedSourceType getSourceType()
      Gets the source type of the data feed.
      Returns:
      the source type of the data feed.
    • getStatus

      public DataFeedStatus getStatus()
      Gets the status of the data feed.
      Returns:
      the status of the data feed.
    • getGranularityType

      public DataFeedGranularityType getGranularityType()
      Gets the granularity/refresh type of the data feed source.
      Returns:
      the granularity/refresh type of the data feed source.
    • setName

      public ListDataFeedFilter setName(String dataFeedName)
      Sets the name for the data feed.
      Parameters:
      dataFeedName - the name for the data feed.
      Returns:
      the updated ListDataFeedFilter value.
    • setCreator

      public ListDataFeedFilter setCreator(String creator)
      Set the creator of the data feed.
      Parameters:
      creator - the creator of the data feed.
      Returns:
      the updated ListDataFeedFilter value.
    • setDataFeedSourceType

      public ListDataFeedFilter setDataFeedSourceType(DataFeedSourceType dataFeedSourceType)
      Set the source type of the data feed.
      Parameters:
      dataFeedSourceType - the source type of the data feed.
      Returns:
      the updated ListDataFeedFilter value.
    • setDataFeedStatus

      public ListDataFeedFilter setDataFeedStatus(DataFeedStatus dataFeedStatus)
      Set the status of the data feed.
      Parameters:
      dataFeedStatus - the status of the data feed.
      Returns:
      the updated ListDataFeedFilter value.
    • setDataFeedGranularityType

      public ListDataFeedFilter setDataFeedGranularityType(DataFeedGranularityType dataFeedGranularityType)
      Set the granularity type for the data feed.
      Parameters:
      dataFeedGranularityType - the granularity type for the data feed.
      Returns:
      the updated ListDataFeedFilter value.