Class MappingDataFlowTypeProperties


  • public final class MappingDataFlowTypeProperties
    extends Object
    Mapping data flow type properties.
    • Constructor Detail

      • MappingDataFlowTypeProperties

        public MappingDataFlowTypeProperties()
    • Method Detail

      • sources

        public List<DataFlowSource> sources()
        Get the sources property: List of sources in data flow.
        Returns:
        the sources value.
      • withSources

        public MappingDataFlowTypeProperties withSources​(List<DataFlowSource> sources)
        Set the sources property: List of sources in data flow.
        Parameters:
        sources - the sources value to set.
        Returns:
        the MappingDataFlowTypeProperties object itself.
      • sinks

        public List<DataFlowSink> sinks()
        Get the sinks property: List of sinks in data flow.
        Returns:
        the sinks value.
      • withSinks

        public MappingDataFlowTypeProperties withSinks​(List<DataFlowSink> sinks)
        Set the sinks property: List of sinks in data flow.
        Parameters:
        sinks - the sinks value to set.
        Returns:
        the MappingDataFlowTypeProperties object itself.
      • transformations

        public List<Transformation> transformations()
        Get the transformations property: List of transformations in data flow.
        Returns:
        the transformations value.
      • withTransformations

        public MappingDataFlowTypeProperties withTransformations​(List<Transformation> transformations)
        Set the transformations property: List of transformations in data flow.
        Parameters:
        transformations - the transformations value to set.
        Returns:
        the MappingDataFlowTypeProperties object itself.
      • script

        public String script()
        Get the script property: DataFlow script.
        Returns:
        the script value.
      • withScript

        public MappingDataFlowTypeProperties withScript​(String script)
        Set the script property: DataFlow script.
        Parameters:
        script - the script value to set.
        Returns:
        the MappingDataFlowTypeProperties object itself.
      • scriptLines

        public List<String> scriptLines()
        Get the scriptLines property: Data flow script lines.
        Returns:
        the scriptLines value.
      • withScriptLines

        public MappingDataFlowTypeProperties withScriptLines​(List<String> scriptLines)
        Set the scriptLines property: Data flow script lines.
        Parameters:
        scriptLines - the scriptLines value to set.
        Returns:
        the MappingDataFlowTypeProperties object itself.
      • validate

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