Class NodeAttributeView


  • public class NodeAttributeView
    extends Object
    Node attribute representation for a SystemView.
    • Constructor Detail

      • NodeAttributeView

        public NodeAttributeView​(UUID nodeId,
                                 String name,
                                 Object val)
        Parameters:
        nodeId - Node id.
        name - Attribute name.
        val - Attribute value.
    • Method Detail

      • nodeId

        public UUID nodeId()
        Returns:
        Node id.
      • name

        public String name()
        Returns:
        Attribute name.
      • value

        public String value()
        Returns:
        Attribute value.