Class AddDataFlowToDebugSessionResponseInner

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.AddDataFlowToDebugSessionResponseInner

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

    • AddDataFlowToDebugSessionResponseInner

      public AddDataFlowToDebugSessionResponseInner()
  • Method Details

    • jobVersion

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

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.