Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp.Path
Packages that use Path
Package
Description
-
Uses of Path in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client that return types with arguments of type PathModifier and TypeMethodDescriptionReportedLsp.getPath()
Return path, ornull
if it is not present.ReportedLspBuilder.getPath()
Return current value associated with the property corresponding toReportedLsp.getPath()
.ReportedLsp.nonnullPath()
Return path, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client with type arguments of type PathModifier and TypeMethodDescriptionSet the property corresponding toReportedLsp.getPath()
to the specified value. -
Uses of Path in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp with type parameters of type PathModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Path>>
E$$PathBuilder.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.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp that return PathMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp that return types with arguments of type PathMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp with parameters of type PathModifier and TypeMethodDescriptionstatic boolean
Path.bindingEquals
(@NonNull Path thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Path.bindingHashCode
(@NonNull Path obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Path.bindingToString
(@NonNull Path obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp with type arguments of type PathModifier and TypeMethodDescriptionPathBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Path> augmentation) Add an augmentation to this builder's product.PathBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Path>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp with parameters of type PathModifierConstructorDescriptionPathBuilder
(Path base) Construct a builder initialized with state from specifiedPath
.