Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.ReportedLsp
Packages that use ReportedLsp
Package
Description
-
Uses of ReportedLsp in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider that return types with arguments of type ReportedLspModifier and TypeMethodDescriptionprotected final @NonNull org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey
<ReportedLsp, ReportedLspKey> AbstractTopologySessionListener.lspIdentifier
(String name) Method parameters in org.opendaylight.bgpcep.pcep.topology.provider with type arguments of type ReportedLspModifier and TypeMethodDescriptionprotected abstract void
AbstractTopologySessionListener.loadLspData
(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node node, Map<String, ReportedLsp> lspData, Map<PlspId, String> lsps, boolean incrementalSynchro) protected abstract Object
AbstractTopologySessionListener.validateReportedLsp
(Optional<ReportedLsp> rep, LspId input) -
Uses of ReportedLsp in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes that return types with arguments of type ReportedLspModifier and TypeMethodDescription@Nullable Map
<ReportedLspKey, ReportedLsp> PathComputationClient.getReportedLsp()
Return reportedLsp, ornull
if it is not present.PathComputationClientBuilder.getReportedLsp()
Return current value associated with the property corresponding toPathComputationClient.getReportedLsp()
.default @NonNull Map
<ReportedLspKey, ReportedLsp> PathComputationClient.nonnullReportedLsp()
Return reportedLsp, 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 with type arguments of type ReportedLspModifier and TypeMethodDescriptionPathComputationClientBuilder.setReportedLsp
(Map<ReportedLspKey, ReportedLsp> values) Set the property corresponding toPathComputationClient.getReportedLsp()
to the specified value. -
Uses of ReportedLsp 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 with type parameters of type ReportedLspModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ReportedLsp>>
E$$ReportedLspBuilder.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 that return ReportedLspModifier and TypeMethodDescription@NonNull ReportedLsp
ReportedLspBuilder.build()
A newReportedLsp
instance.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 ReportedLspMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client with parameters of type ReportedLspModifier and TypeMethodDescriptionstatic boolean
ReportedLsp.bindingEquals
(@NonNull ReportedLsp thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ReportedLsp.bindingHashCode
(@NonNull ReportedLsp obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ReportedLsp.bindingToString
(@NonNull ReportedLsp 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 with type arguments of type ReportedLspModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client with parameters of type ReportedLspModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReportedLsp
.