Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.branch.node.object.BranchNodeList
Packages that use BranchNodeList
Package
Description
-
Uses of BranchNodeList 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 BranchNodeListModifier and TypeMethodDescriptionBranchNodeObject.getBranchNodeList()Return branchNodeList, ornullif it is not present.@NonNull BranchNodeListBranchNodeObject.nonnullBranchNodeList()Return branchNodeList, or an empty instance if it is not present. -
Uses of BranchNodeList 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 BranchNodeListModifier and TypeMethodDescriptionBranchNodeCaseBuilder.getBranchNodeList()Return current value associated with the property corresponding toBranchNodeObject.getBranchNodeList().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 BranchNodeListModifier and TypeMethodDescriptionBranchNodeCaseBuilder.setBranchNodeList(BranchNodeList value) Set the property corresponding toBranchNodeObject.getBranchNodeList()to the specified value. -
Uses of BranchNodeList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.branch.node.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.branch.node.object with type parameters of type BranchNodeListModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BranchNodeList>>
E$$BranchNodeListBuilder.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.branch.node.object that return BranchNodeListModifier and TypeMethodDescription@NonNull BranchNodeListBranchNodeListBuilder.build()A newBranchNodeListinstance.static @NonNull BranchNodeListBranchNodeListBuilder.empty()Get empty instance of BranchNodeList.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.branch.node.object that return types with arguments of type BranchNodeListModifier and TypeMethodDescriptiondefault Class<BranchNodeList> BranchNodeList.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.branch.node.object with parameters of type BranchNodeListModifier and TypeMethodDescriptionstatic booleanBranchNodeList.bindingEquals(@NonNull BranchNodeList thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBranchNodeList.bindingHashCode(@NonNull BranchNodeList obj) Default implementation ofObject.hashCode()contract for this interface.static StringBranchNodeList.bindingToString(@NonNull BranchNodeList 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.branch.node.object with type arguments of type BranchNodeListModifier and TypeMethodDescriptionBranchNodeListBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<BranchNodeList> augmentation) Add an augmentation to this builder's product.BranchNodeListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BranchNodeList>> 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.branch.node.object with parameters of type BranchNodeListModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBranchNodeList.