Class QueryDataFlowDebugSessionsResponse

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

public final class QueryDataFlowDebugSessionsResponse extends Object
A list of active debug sessions.
  • Constructor Details

    • QueryDataFlowDebugSessionsResponse

      public QueryDataFlowDebugSessionsResponse()
  • Method Details

    • getValue

      public List<DataFlowDebugSessionInfo> getValue()
      Get the value property: Array with all active debug sessions.
      Returns:
      the value value.
    • setValue

      Set the value property: Array with all active debug sessions.
      Parameters:
      value - the value value to set.
      Returns:
      the QueryDataFlowDebugSessionsResponse object itself.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: The link to the next page of results, if any remaining results exist.
      Returns:
      the nextLink value.
    • setNextLink

      public QueryDataFlowDebugSessionsResponse setNextLink(String nextLink)
      Set the nextLink property: The link to the next page of results, if any remaining results exist.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the QueryDataFlowDebugSessionsResponse object itself.