Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pmsi.tunnel.rev200120.pmsi.tunnel.pmsi.tunnel.tunnel.identifier.pim.ssm.tree.PimSsmTree
Package
Description
-
Uses of PimSsmTree in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pmsi.tunnel.rev200120.pmsi.tunnel.pmsi.tunnel.tunnel.identifier
Modifier and TypeMethodDescriptionPimSsmTree.getPimSsmTree()
Return pimSsmTree, ornull
if it is not present.PimSsmTreeBuilder.getPimSsmTree()
Return current value associated with the property corresponding toPimSsmTree.getPimSsmTree()
.@NonNull PimSsmTree
PimSsmTree.nonnullPimSsmTree()
Return pimSsmTree, or an empty instance if it is not present.Modifier and TypeMethodDescriptionPimSsmTreeBuilder.setPimSsmTree
(PimSsmTree value) Set the property corresponding toPimSsmTree.getPimSsmTree()
to the specified value. -
Uses of PimSsmTree in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pmsi.tunnel.rev200120.pmsi.tunnel.pmsi.tunnel.tunnel.identifier.pim.ssm.tree
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PimSsmTree>>
E$$PimSsmTreeBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull PimSsmTree
PimSsmTreeBuilder.build()
A newPimSsmTree
instance.static @NonNull PimSsmTree
PimSsmTreeBuilder.empty()
Get empty instance of PimSsmTree.Modifier and TypeMethodDescriptionstatic boolean
PimSsmTree.bindingEquals
(@NonNull PimSsmTree thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PimSsmTree.bindingHashCode
(@NonNull PimSsmTree obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PimSsmTree.bindingToString
(@NonNull PimSsmTree obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPimSsmTreeBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PimSsmTree> augmentation) Add an augmentation to this builder's product.PimSsmTreeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PimSsmTree>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionPimSsmTreeBuilder
(PimSsmTree base) Construct a builder initialized with state from specifiedPimSsmTree
.