Class RunFilterParameters

java.lang.Object
com.azure.analytics.synapse.artifacts.models.RunFilterParameters

public final class RunFilterParameters extends Object
Query parameters for listing runs.
  • Constructor Details

    • RunFilterParameters

      public RunFilterParameters()
  • Method Details

    • getContinuationToken

      public String getContinuationToken()
      Get the continuationToken property: The continuation token for getting the next page of results. Null for first page.
      Returns:
      the continuationToken value.
    • setContinuationToken

      public RunFilterParameters setContinuationToken(String continuationToken)
      Set the continuationToken property: The continuation token for getting the next page of results. Null for first page.
      Parameters:
      continuationToken - the continuationToken value to set.
      Returns:
      the RunFilterParameters object itself.
    • getLastUpdatedAfter

      public OffsetDateTime getLastUpdatedAfter()
      Get the lastUpdatedAfter property: The time at or after which the run event was updated in 'ISO 8601' format.
      Returns:
      the lastUpdatedAfter value.
    • setLastUpdatedAfter

      public RunFilterParameters setLastUpdatedAfter(OffsetDateTime lastUpdatedAfter)
      Set the lastUpdatedAfter property: The time at or after which the run event was updated in 'ISO 8601' format.
      Parameters:
      lastUpdatedAfter - the lastUpdatedAfter value to set.
      Returns:
      the RunFilterParameters object itself.
    • getLastUpdatedBefore

      public OffsetDateTime getLastUpdatedBefore()
      Get the lastUpdatedBefore property: The time at or before which the run event was updated in 'ISO 8601' format.
      Returns:
      the lastUpdatedBefore value.
    • setLastUpdatedBefore

      public RunFilterParameters setLastUpdatedBefore(OffsetDateTime lastUpdatedBefore)
      Set the lastUpdatedBefore property: The time at or before which the run event was updated in 'ISO 8601' format.
      Parameters:
      lastUpdatedBefore - the lastUpdatedBefore value to set.
      Returns:
      the RunFilterParameters object itself.
    • getFilters

      public List<RunQueryFilter> getFilters()
      Get the filters property: List of filters.
      Returns:
      the filters value.
    • setFilters

      public RunFilterParameters setFilters(List<RunQueryFilter> filters)
      Set the filters property: List of filters.
      Parameters:
      filters - the filters value to set.
      Returns:
      the RunFilterParameters object itself.
    • getOrderBy

      public List<RunQueryOrderBy> getOrderBy()
      Get the orderBy property: List of OrderBy option.
      Returns:
      the orderBy value.
    • setOrderBy

      public RunFilterParameters setOrderBy(List<RunQueryOrderBy> orderBy)
      Set the orderBy property: List of OrderBy option.
      Parameters:
      orderBy - the orderBy value to set.
      Returns:
      the RunFilterParameters object itself.