Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input.Topology
Package
Description
-
Uses of Topology in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321
Modifier and TypeMethodDescription@Nullable Map
<TopologyKey, Topology> GetStatsInput.getTopology()
Return topology, ornull
if it is not present.GetStatsInputBuilder.getTopology()
Return current value associated with the property corresponding toGetStatsInput.getTopology()
.default @NonNull Map
<TopologyKey, Topology> GetStatsInput.nonnullTopology()
Return topology, or an empty list if it is not present.Modifier and TypeMethodDescriptionGetStatsInputBuilder.setTopology
(Map<TopologyKey, Topology> values) Set the property corresponding toGetStatsInput.getTopology()
to the specified value. -
Uses of Topology in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.input
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Topology>>
E$$TopologyBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Topology
TopologyBuilder.build()
A newTopology
instance.Modifier and TypeMethodDescriptionstatic boolean
Topology.bindingEquals
(@NonNull Topology thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Topology.bindingHashCode
(@NonNull Topology obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Topology.bindingToString
(@NonNull Topology obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionTopologyBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Topology> augmentation) Add an augmentation to this builder's product.TopologyBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Topology>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionTopologyBuilder
(Topology base) Construct a builder initialized with state from specifiedTopology
.