Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.ComputedPathBuilder
Package
Description
-
Uses of ComputedPathBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp
Modifier and TypeMethodDescriptionComputedPathBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ComputedPath> augmentation) Add an augmentation to this builder's product.ComputedPathBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ComputedPath>> augmentationType) Remove an augmentation from this builder's product.ComputedPathBuilder.setComputationStatus
(ComputationStatus value) Set the property corresponding toComputedPath.getComputationStatus()
to the specified value.ComputedPathBuilder.setComputedMetric
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toComputedPath.getComputedMetric()
to the specified value.ComputedPathBuilder.setPathDescription
(List<PathDescription> values) Set the property corresponding toPathDescriptions.getPathDescription()
to the specified value.