Class DataFlowDebugPreviewDataRequest


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

      • DataFlowDebugPreviewDataRequest

        public DataFlowDebugPreviewDataRequest()
    • Method Detail

      • getSessionId

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

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

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

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

        public String getStreamName()
        Get the streamName property: The output stream name.
        Returns:
        the streamName value.
      • setStreamName

        public DataFlowDebugPreviewDataRequest setStreamName​(String streamName)
        Set the streamName property: The output stream name.
        Parameters:
        streamName - the streamName value to set.
        Returns:
        the DataFlowDebugPreviewDataRequest object itself.
      • getRowLimits

        public Integer getRowLimits()
        Get the rowLimits property: The row limit for preview request.
        Returns:
        the rowLimits value.
      • setRowLimits

        public DataFlowDebugPreviewDataRequest setRowLimits​(Integer rowLimits)
        Set the rowLimits property: The row limit for preview request.
        Parameters:
        rowLimits - the rowLimits value to set.
        Returns:
        the DataFlowDebugPreviewDataRequest object itself.