Class FlowletTypeProperties


  • public final class FlowletTypeProperties
    extends Object
    Flowlet type properties.
    • Constructor Detail

      • FlowletTypeProperties

        public FlowletTypeProperties()
    • Method Detail

      • sources

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

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

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

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

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

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

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

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

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

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

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