Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.ReportedLspKey
Package
Description
-
Uses of ReportedLspKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes
Modifier 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.Modifier and TypeMethodDescriptionPathComputationClientBuilder.setReportedLsp
(Map<ReportedLspKey, ReportedLsp> values) Set the property corresponding toPathComputationClient.getReportedLsp()
to the specified value. -
Uses of ReportedLspKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client
Modifier and TypeMethodDescriptionReportedLsp.key()
ReportedLspBuilder.key()
Return current value associated with the property corresponding toReportedLsp.key()
.Modifier and TypeMethodDescriptionReportedLspBuilder.withKey
(ReportedLspKey key) Set the key value corresponding toReportedLsp.key()
to the specified value.ModifierConstructorDescriptionReportedLspKey
(ReportedLspKey source) Creates a copy from Source Object.