Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input.topology.Node
-
-
Uses of Node in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input that return types with arguments of type Node Modifier and Type Method Description @Nullable Map<NodeKey,Node>Topology. getNode()Return node, ornullif it is not present.Map<NodeKey,Node>TopologyBuilder. getNode()default @NonNull Map<NodeKey,Node>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.input with type arguments of type Node Modifier and Type Method Description TopologyBuilderTopologyBuilder. setNode(Map<NodeKey,Node> values) -
Uses of Node in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input.topology with type parameters of type Node Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Node>>
E$$NodeBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input.topology that return Node Modifier and Type Method Description NodeNodeBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input.topology that return types with arguments of type Node Modifier and Type Method Description default Class<Node>Node. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input.topology with parameters of type Node Modifier and Type Method Description static 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.input.topology with type arguments of type Node Modifier and Type Method Description NodeBuilderNodeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Node> augmentation)Add an augmentation to this builder's product.NodeBuilderNodeBuilder. 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.input.topology with parameters of type Node Constructor Description NodeBuilder(Node base)
-