Class AliasType


  • public class AliasType
    extends Object
    The alias type.
    • Constructor Detail

      • AliasType

        public AliasType()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public AliasType withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the AliasType object itself.
      • paths

        public List<AliasPathType> paths()
        Get the paths value.
        Returns:
        the paths value
      • withPaths

        public AliasType withPaths​(List<AliasPathType> paths)
        Set the paths value.
        Parameters:
        paths - the paths value to set
        Returns:
        the AliasType object itself.