Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc.object.branch.node.type.BranchNodeCase
Package
Description
-
Uses of BranchNodeCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc.object.branch.node.type
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BranchNodeCase>>
E$$BranchNodeCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull BranchNodeCase
BranchNodeCaseBuilder.build()
A newBranchNodeCase
instance.Modifier and TypeMethodDescriptiondefault Class<BranchNodeCase>
BranchNodeCase.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
BranchNodeCase.bindingEquals
(@NonNull BranchNodeCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BranchNodeCase.bindingHashCode
(@NonNull BranchNodeCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BranchNodeCase.bindingToString
(@NonNull BranchNodeCase obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionBranchNodeCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<BranchNodeCase> augmentation) Add an augmentation to this builder's product.BranchNodeCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BranchNodeCase>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBranchNodeCase
.