Class DataFlowDebugCommandPayload


  • public final class DataFlowDebugCommandPayload
    extends Object
    Structure of command payload.
    • Constructor Detail

      • DataFlowDebugCommandPayload

        public DataFlowDebugCommandPayload()
    • Method Detail

      • getStreamName

        public String getStreamName()
        Get the streamName property: The stream name which is used for preview.
        Returns:
        the streamName value.
      • setStreamName

        public DataFlowDebugCommandPayload setStreamName​(String streamName)
        Set the streamName property: The stream name which is used for preview.
        Parameters:
        streamName - the streamName value to set.
        Returns:
        the DataFlowDebugCommandPayload object itself.
      • getRowLimits

        public Integer getRowLimits()
        Get the rowLimits property: Row limits for preview response.
        Returns:
        the rowLimits value.
      • setRowLimits

        public DataFlowDebugCommandPayload setRowLimits​(Integer rowLimits)
        Set the rowLimits property: Row limits for preview response.
        Parameters:
        rowLimits - the rowLimits value to set.
        Returns:
        the DataFlowDebugCommandPayload object itself.
      • getColumns

        public List<String> getColumns()
        Get the columns property: Array of column names.
        Returns:
        the columns value.
      • setColumns

        public DataFlowDebugCommandPayload setColumns​(List<String> columns)
        Set the columns property: Array of column names.
        Parameters:
        columns - the columns value to set.
        Returns:
        the DataFlowDebugCommandPayload object itself.
      • getExpression

        public String getExpression()
        Get the expression property: The expression which is used for preview.
        Returns:
        the expression value.
      • setExpression

        public DataFlowDebugCommandPayload setExpression​(String expression)
        Set the expression property: The expression which is used for preview.
        Parameters:
        expression - the expression value to set.
        Returns:
        the DataFlowDebugCommandPayload object itself.