Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.GetConstrainedPathOutputBuilder
Package
Description
-
Uses of GetConstrainedPathOutputBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Modifier and TypeMethodDescriptionGetConstrainedPathOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetConstrainedPathOutput> augmentation) Add an augmentation to this builder's product.GetConstrainedPathOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetConstrainedPathOutput>> augmentationType) Remove an augmentation from this builder's product.GetConstrainedPathOutputBuilder.setComputedDelay
(Delay value) Set the property corresponding toGetConstrainedPathOutput.getComputedDelay()
to the specified value.GetConstrainedPathOutputBuilder.setComputedMetric
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toGetConstrainedPathOutput.getComputedMetric()
to the specified value.GetConstrainedPathOutputBuilder.setComputedTeMetric
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toGetConstrainedPathOutput.getComputedTeMetric()
to the specified value.GetConstrainedPathOutputBuilder.setPathDescription
(List<PathDescription> values) Set the property corresponding toPathDescriptions.getPathDescription()
to the specified value.GetConstrainedPathOutputBuilder.setStatus
(ComputationStatus value) Set the property corresponding toGetConstrainedPathOutput.getStatus()
to the specified value.