Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions.PathDescription
Packages that use PathDescription
Package
Description
-
Uses of PathDescription in org.opendaylight.algo.impl
Methods in org.opendaylight.algo.impl that return types with arguments of type PathDescriptionModifier and TypeMethodDescriptionprotected List
<PathDescription> AbstractPathComputation.getPathDescription
(List<ConnectedEdge> edges) Convert List of Connected Edges into a Path Description as a List of IPv4, IPv6 or MPLS Label depending of the requested Address Family. -
Uses of PathDescription in org.opendaylight.bgpcep.pcep.server.provider
Method parameters in org.opendaylight.bgpcep.pcep.server.provider with type arguments of type PathDescriptionModifier and TypeMethodDescriptionstatic Ero
MessagesUtil.getEro
(List<PathDescription> pathDescriptions) -
Uses of PathDescription in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 that return types with arguments of type PathDescriptionModifier and TypeMethodDescriptionConstrainedPathBuilder.getPathDescription()
Return current value associated with the property corresponding toPathDescriptions.getPathDescription()
.GetConstrainedPathOutputBuilder.getPathDescription()
Return current value associated with the property corresponding toPathDescriptions.getPathDescription()
.@Nullable List
<PathDescription> PathDescriptions.getPathDescription()
Return pathDescription, ornull
if it is not present.default @NonNull List
<PathDescription> PathDescriptions.nonnullPathDescription()
Return pathDescription, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with type arguments of type PathDescriptionModifier and TypeMethodDescriptionConstrainedPathBuilder.setPathDescription
(List<PathDescription> values) Set the property corresponding toPathDescriptions.getPathDescription()
to the specified value.GetConstrainedPathOutputBuilder.setPathDescription
(List<PathDescription> values) Set the property corresponding toPathDescriptions.getPathDescription()
to the specified value. -
Uses of PathDescription in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions with type parameters of type PathDescriptionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PathDescription>>
E$$PathDescriptionBuilder.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.path.computation.rev220324.path.descriptions that return PathDescriptionModifier and TypeMethodDescription@NonNull PathDescription
PathDescriptionBuilder.build()
A newPathDescription
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions that return types with arguments of type PathDescriptionModifier and TypeMethodDescriptiondefault Class
<PathDescription> PathDescription.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions with parameters of type PathDescriptionModifier and TypeMethodDescriptionstatic boolean
PathDescription.bindingEquals
(@NonNull PathDescription thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PathDescription.bindingHashCode
(@NonNull PathDescription obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PathDescription.bindingToString
(@NonNull PathDescription obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions with type arguments of type PathDescriptionModifier and TypeMethodDescriptionPathDescriptionBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PathDescription> augmentation) Add an augmentation to this builder's product.PathDescriptionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PathDescription>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions with parameters of type PathDescriptionModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPathDescription
. -
Uses of PathDescription in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp that return types with arguments of type PathDescriptionModifier and TypeMethodDescriptionComputedPathBuilder.getPathDescription()
Return current value associated with the property corresponding toPathDescriptions.getPathDescription()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with type arguments of type PathDescriptionModifier and TypeMethodDescriptionComputedPathBuilder.setPathDescription
(List<PathDescription> values) Set the property corresponding toPathDescriptions.getPathDescription()
to the specified value.