Class DataFlowDebugCommandRequest

java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlowDebugCommandRequest

public final class DataFlowDebugCommandRequest extends Object
Request body structure for data flow debug command.
  • Constructor Details

    • DataFlowDebugCommandRequest

      public DataFlowDebugCommandRequest()
  • Method Details

    • sessionId

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

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

      public DataFlowDebugCommandType command()
      Get the command property: The command type.
      Returns:
      the command value.
    • withCommand

      Set the command property: The command type.
      Parameters:
      command - the command value to set.
      Returns:
      the DataFlowDebugCommandRequest object itself.
    • commandPayload

      public DataFlowDebugCommandPayload commandPayload()
      Get the commandPayload property: The command payload object.
      Returns:
      the commandPayload value.
    • withCommandPayload

      public DataFlowDebugCommandRequest withCommandPayload(DataFlowDebugCommandPayload commandPayload)
      Set the commandPayload property: The command payload object.
      Parameters:
      commandPayload - the commandPayload value to set.
      Returns:
      the DataFlowDebugCommandRequest object itself.
    • validate

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