Class DataFlowDebugPackageDebugSettings


  • public final class DataFlowDebugPackageDebugSettings
    extends Object
    Data flow debug settings.
    • Constructor Detail

      • DataFlowDebugPackageDebugSettings

        public DataFlowDebugPackageDebugSettings()
    • Method Detail

      • sourceSettings

        public List<DataFlowSourceSetting> sourceSettings()
        Get the sourceSettings property: Source setting for data flow debug.
        Returns:
        the sourceSettings value.
      • withSourceSettings

        public DataFlowDebugPackageDebugSettings withSourceSettings​(List<DataFlowSourceSetting> sourceSettings)
        Set the sourceSettings property: Source setting for data flow debug.
        Parameters:
        sourceSettings - the sourceSettings value to set.
        Returns:
        the DataFlowDebugPackageDebugSettings object itself.
      • parameters

        public Map<String,​Object> parameters()
        Get the parameters property: Data flow parameters.
        Returns:
        the parameters value.
      • withParameters

        public DataFlowDebugPackageDebugSettings withParameters​(Map<String,​Object> parameters)
        Set the parameters property: Data flow parameters.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the DataFlowDebugPackageDebugSettings object itself.
      • datasetParameters

        public Object datasetParameters()
        Get the datasetParameters property: Parameters for dataset.
        Returns:
        the datasetParameters value.
      • withDatasetParameters

        public DataFlowDebugPackageDebugSettings withDatasetParameters​(Object datasetParameters)
        Set the datasetParameters property: Parameters for dataset.
        Parameters:
        datasetParameters - the datasetParameters value to set.
        Returns:
        the DataFlowDebugPackageDebugSettings object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.