Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.ReportedLspBuilder
Packages that use ReportedLspBuilder
Package
Description
-
Uses of ReportedLspBuilder in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider with parameters of type ReportedLspBuilderModifier and TypeMethodDescriptionprotected final void
AbstractTopologySessionListener.updateLsp
(org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener.MessageContext ctx, PlspId id, String lspName, ReportedLspBuilder rlb, boolean solicited, boolean remove) Update an LSP in the data store. -
Uses of ReportedLspBuilder 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 ReportedLspBuilderModifier and TypeMethodDescriptionReportedLspBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ReportedLsp> augmentation) Add an augmentation to this builder's product.ReportedLspBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ReportedLsp>> augmentationType) Remove an augmentation from this builder's product.ReportedLspBuilder.setAssociationGroup
(AssociationGroup value) Set the property corresponding toAssociationObject.getAssociationGroup()
to the specified value.ReportedLspBuilder.setMetadata
(Metadata value) Set the property corresponding toLspMetadata.getMetadata()
to the specified value.Set the property corresponding toReportedLsp.getName()
to the specified value.Set the property corresponding toReportedLsp.getPath()
to the specified value.ReportedLspBuilder.withKey
(ReportedLspKey key) Set the key value corresponding toReportedLsp.key()
to the specified value.