Class TriggerRunsQueryResponse

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

public final class TriggerRunsQueryResponse extends Object
A list of trigger runs.
  • Constructor Details

    • TriggerRunsQueryResponse

      public TriggerRunsQueryResponse()
  • Method Details

    • getValue

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

      public TriggerRunsQueryResponse setValue(List<TriggerRun> value)
      Set the value property: List of trigger runs.
      Parameters:
      value - the value value to set.
      Returns:
      the TriggerRunsQueryResponse 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 TriggerRunsQueryResponse 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 TriggerRunsQueryResponse object itself.