Class DataFlowSourceSetting


  • public final class DataFlowSourceSetting
    extends Object
    Definition of data flow source setting for debug.
    • Constructor Detail

      • DataFlowSourceSetting

        public DataFlowSourceSetting()
    • Method Detail

      • getSourceName

        public String getSourceName()
        Get the sourceName property: The data flow source name.
        Returns:
        the sourceName value.
      • setSourceName

        public DataFlowSourceSetting setSourceName​(String sourceName)
        Set the sourceName property: The data flow source name.
        Parameters:
        sourceName - the sourceName value to set.
        Returns:
        the DataFlowSourceSetting object itself.
      • getRowLimit

        public Integer getRowLimit()
        Get the rowLimit property: Defines the row limit of data flow source in debug.
        Returns:
        the rowLimit value.
      • setRowLimit

        public DataFlowSourceSetting setRowLimit​(Integer rowLimit)
        Set the rowLimit property: Defines the row limit of data flow source in debug.
        Parameters:
        rowLimit - the rowLimit value to set.
        Returns:
        the DataFlowSourceSetting object itself.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: Definition of data flow source setting for debug.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public DataFlowSourceSetting setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Definition of data flow source setting for debug.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the DataFlowSourceSetting object itself.