Class DataFlowDebugCommandRequest


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

      • DataFlowDebugCommandRequest

        public DataFlowDebugCommandRequest()
    • Method Detail

      • 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.
      • 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.