Class DataFlowDebugCommandRequest

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

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

    • DataFlowDebugCommandRequest

      public DataFlowDebugCommandRequest()
  • Method Details

    • getSessionId

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

      public DataFlowDebugCommandRequest setSessionId(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.
    • getCommand

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

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

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

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