Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pmsi.tunnel.rev200120.pmsi.tunnel.pmsi.tunnel.tunnel.identifier.bidir.pim.tree.BidirPimTree
Package
Description
-
Uses of BidirPimTree in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pmsi.tunnel.rev200120.pmsi.tunnel.pmsi.tunnel.tunnel.identifier
Modifier and TypeMethodDescriptionBidirPimTree.getBidirPimTree()
Return bidirPimTree, ornull
if it is not present.BidirPimTreeBuilder.getBidirPimTree()
Return current value associated with the property corresponding toBidirPimTree.getBidirPimTree()
.@NonNull BidirPimTree
BidirPimTree.nonnullBidirPimTree()
Return bidirPimTree, or an empty instance if it is not present.Modifier and TypeMethodDescriptionBidirPimTreeBuilder.setBidirPimTree
(BidirPimTree value) Set the property corresponding toBidirPimTree.getBidirPimTree()
to the specified value. -
Uses of BidirPimTree in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pmsi.tunnel.rev200120.pmsi.tunnel.pmsi.tunnel.tunnel.identifier.bidir.pim.tree
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BidirPimTree>>
E$$BidirPimTreeBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull BidirPimTree
BidirPimTreeBuilder.build()
A newBidirPimTree
instance.static @NonNull BidirPimTree
BidirPimTreeBuilder.empty()
Get empty instance of BidirPimTree.Modifier and TypeMethodDescriptiondefault Class
<BidirPimTree> BidirPimTree.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
BidirPimTree.bindingEquals
(@NonNull BidirPimTree thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BidirPimTree.bindingHashCode
(@NonNull BidirPimTree obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BidirPimTree.bindingToString
(@NonNull BidirPimTree obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionBidirPimTreeBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<BidirPimTree> augmentation) Add an augmentation to this builder's product.BidirPimTreeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BidirPimTree>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBidirPimTree
.