Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology.Node
Packages that use Node
Package
Description
-
Uses of Node in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output that return types with arguments of type NodeModifier and TypeMethodDescriptionTopology.getNode()Return node, ornullif it is not present.TopologyBuilder.getNode()Return current value associated with the property corresponding toTopology.getNode().Topology.nonnullNode()Return node, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output with type arguments of type NodeModifier and TypeMethodDescriptionSet the property corresponding toTopology.getNode()to the specified value. -
Uses of Node in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology with type parameters of type NodeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Node>>
E$$NodeBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology that return NodeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology that return types with arguments of type NodeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology with parameters of type NodeModifier and TypeMethodDescriptionstatic booleanNode.bindingEquals(@NonNull Node thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intNode.bindingHashCode(@NonNull Node obj) Default implementation ofObject.hashCode()contract for this interface.static StringNode.bindingToString(@NonNull Node obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology with type arguments of type NodeModifier and TypeMethodDescriptionNodeBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Node> augmentation) Add an augmentation to this builder's product.NodeBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Node>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology with parameters of type NodeModifierConstructorDescriptionNodeBuilder(Node base) Construct a builder initialized with state from specifiedNode.