Class OutputFieldMappingEntry


  • public final class OutputFieldMappingEntry
    extends Object
    Output field mapping for a skill.
    • Constructor Detail

      • OutputFieldMappingEntry

        public OutputFieldMappingEntry​(String name)
        Creates an instance of OutputFieldMappingEntry class.
        Parameters:
        name - the name value to set.
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name of the output defined by the skill.
        Returns:
        the name value.
      • getTargetName

        public String getTargetName()
        Get the targetName property: The target name of the output. It is optional and default to name.
        Returns:
        the targetName value.
      • setTargetName

        public OutputFieldMappingEntry setTargetName​(String targetName)
        Set the targetName property: The target name of the output. It is optional and default to name.
        Parameters:
        targetName - the targetName value to set.
        Returns:
        the OutputFieldMappingEntry object itself.