Class NodeDesc

    • Constructor Detail

      • NodeDesc

        public NodeDesc()
      • NodeDesc

        public NodeDesc​(long id,
                        String uniqueId,
                        String name,
                        String nodeType)
    • Method Detail

      • getId

        public Long getId()
        Description copied from interface: NodeDesc
        Returns the node description id.
        Specified by:
        getId in interface NodeDesc
        Returns:
        id
      • getName

        public String getName()
        Description copied from interface: NodeDesc
        Returns the node description name.
        Specified by:
        getName in interface NodeDesc
        Returns:
        name
      • getNodeType

        public String getNodeType()
        Description copied from interface: NodeDesc
        Returns the node description node type.
        Specified by:
        getNodeType in interface NodeDesc
        Returns:
        node type
      • getUniqueId

        public String getUniqueId()
        Description copied from interface: NodeDesc
        Returns the node description unique id.
        Specified by:
        getUniqueId in interface NodeDesc
        Returns:
        id