Class PropertyTree.Node
- java.lang.Object
-
- org.opennms.netmgt.telemetry.distributed.common.PropertyTree.Node
-
- Enclosing class:
- PropertyTree
public static class PropertyTree.Node extends java.lang.Object
The node of thePropertyTree
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getValue()
Returns the value of this node.java.lang.String
toString()
-