Class DataFlowDebugCommandRequest


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

      • DataFlowDebugCommandRequest

        public DataFlowDebugCommandRequest()
    • Method Detail

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