Class ActivityRunsQueryResponse

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

public final class ActivityRunsQueryResponse extends Object
A list activity runs.
  • Constructor Details

    • ActivityRunsQueryResponse

      public ActivityRunsQueryResponse()
  • Method Details

    • getValue

      public List<ActivityRun> getValue()
      Get the value property: List of activity runs.
      Returns:
      the value value.
    • setValue

      public ActivityRunsQueryResponse setValue(List<ActivityRun> value)
      Set the value property: List of activity runs.
      Parameters:
      value - the value value to set.
      Returns:
      the ActivityRunsQueryResponse object itself.
    • getContinuationToken

      public String getContinuationToken()
      Get the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
      Returns:
      the continuationToken value.
    • setContinuationToken

      public ActivityRunsQueryResponse setContinuationToken(String continuationToken)
      Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
      Parameters:
      continuationToken - the continuationToken value to set.
      Returns:
      the ActivityRunsQueryResponse object itself.