Class DeleteDataFlowDebugSessionRequest


  • public final class DeleteDataFlowDebugSessionRequest
    extends Object
    Request body structure for deleting data flow debug session.
    • Constructor Detail

      • DeleteDataFlowDebugSessionRequest

        public DeleteDataFlowDebugSessionRequest()
    • Method Detail

      • getSessionId

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

        public DeleteDataFlowDebugSessionRequest setSessionId​(String sessionId)
        Set the sessionId property: The ID of data flow debug session.
        Parameters:
        sessionId - the sessionId value to set.
        Returns:
        the DeleteDataFlowDebugSessionRequest object itself.
      • getDataFlowName

        public String getDataFlowName()
        Get the dataFlowName property: The data flow which contains the debug session.
        Returns:
        the dataFlowName value.
      • setDataFlowName

        public DeleteDataFlowDebugSessionRequest setDataFlowName​(String dataFlowName)
        Set the dataFlowName property: The data flow which contains the debug session.
        Parameters:
        dataFlowName - the dataFlowName value to set.
        Returns:
        the DeleteDataFlowDebugSessionRequest object itself.