Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object.NonBranchNodeList
Packages that use NonBranchNodeList
Package
Description
-
Uses of NonBranchNodeList in org.opendaylight.protocol.pcep.parser.object.bnc
Methods in org.opendaylight.protocol.pcep.parser.object.bnc that return NonBranchNodeListModifier and TypeMethodDescriptionNonBranchNodeListObjectParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) -
Uses of NonBranchNodeList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return NonBranchNodeListModifier and TypeMethodDescriptionNonBranchNodeObject.getNonBranchNodeList()
Return nonBranchNodeList, ornull
if it is not present.@NonNull NonBranchNodeList
NonBranchNodeObject.nonnullNonBranchNodeList()
Return nonBranchNodeList, or an empty instance if it is not present. -
Uses of NonBranchNodeList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc.object.branch.node.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc.object.branch.node.type that return NonBranchNodeListModifier and TypeMethodDescriptionNonBranchNodeCaseBuilder.getNonBranchNodeList()
Return current value associated with the property corresponding toNonBranchNodeObject.getNonBranchNodeList()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc.object.branch.node.type with parameters of type NonBranchNodeListModifier and TypeMethodDescriptionNonBranchNodeCaseBuilder.setNonBranchNodeList
(NonBranchNodeList value) Set the property corresponding toNonBranchNodeObject.getNonBranchNodeList()
to the specified value. -
Uses of NonBranchNodeList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object with type parameters of type NonBranchNodeListModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<NonBranchNodeList>>
E$$NonBranchNodeListBuilder.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.types.rev181109.non.branch.node.object that return NonBranchNodeListModifier and TypeMethodDescription@NonNull NonBranchNodeList
NonBranchNodeListBuilder.build()
A newNonBranchNodeList
instance.static @NonNull NonBranchNodeList
NonBranchNodeListBuilder.empty()
Get empty instance of NonBranchNodeList.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object that return types with arguments of type NonBranchNodeListModifier and TypeMethodDescriptiondefault Class
<NonBranchNodeList> NonBranchNodeList.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object with parameters of type NonBranchNodeListModifier and TypeMethodDescriptionstatic boolean
NonBranchNodeList.bindingEquals
(@NonNull NonBranchNodeList thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
NonBranchNodeList.bindingHashCode
(@NonNull NonBranchNodeList obj) Default implementation ofObject.hashCode()
contract for this interface.static String
NonBranchNodeList.bindingToString
(@NonNull NonBranchNodeList obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object with type arguments of type NonBranchNodeListModifier and TypeMethodDescriptionNonBranchNodeListBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<NonBranchNodeList> augmentation) Add an augmentation to this builder's product.NonBranchNodeListBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<NonBranchNodeList>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object with parameters of type NonBranchNodeListModifierConstructorDescriptionConstruct a builder initialized with state from specifiedNonBranchNodeList
.