Class AddDataFlowToDebugSessionResponse

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

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

    • AddDataFlowToDebugSessionResponse

      public AddDataFlowToDebugSessionResponse()
  • Method Details

    • getJobVersion

      public String getJobVersion()
      Get the jobVersion property: The ID of data flow debug job version.
      Returns:
      the jobVersion value.
    • setJobVersion

      public AddDataFlowToDebugSessionResponse setJobVersion(String jobVersion)
      Set the jobVersion property: The ID of data flow debug job version.
      Parameters:
      jobVersion - the jobVersion value to set.
      Returns:
      the AddDataFlowToDebugSessionResponse object itself.