Class CreateDataFlowDebugSessionResponse

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

public final class CreateDataFlowDebugSessionResponse extends Object
Response body structure for creating data flow debug session.
  • Constructor Details

    • CreateDataFlowDebugSessionResponse

      public CreateDataFlowDebugSessionResponse()
  • Method Details

    • getSessionId

      public String getSessionId()
      Get the sessionId property: The ID of data flow debug session.
      Returns:
      the sessionId value.
    • setSessionId

      public CreateDataFlowDebugSessionResponse setSessionId(String sessionId)
      Set the sessionId property: The ID of data flow debug session.
      Parameters:
      sessionId - the sessionId value to set.
      Returns:
      the CreateDataFlowDebugSessionResponse object itself.