Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.ReportedLspKey
Packages that use ReportedLspKey
Package
Description
-
Uses of ReportedLspKey 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 ReportedLspKeyModifier and TypeMethodDescription@Nullable Map<ReportedLspKey,ReportedLsp> PathComputationClient.getReportedLsp()Return reportedLsp, ornullif 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 ReportedLspKeyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client that return ReportedLspKeyModifier and TypeMethodDescriptionReportedLsp.key()ReportedLspBuilder.key()Return current value associated with the property corresponding toReportedLsp.key().Methods 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 ReportedLspKeyModifier and TypeMethodDescriptionReportedLspBuilder.withKey(ReportedLspKey key) Set the key value corresponding toReportedLsp.key()to the specified value.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 ReportedLspKeyModifierConstructorDescriptionReportedLspKey(ReportedLspKey source) Creates a copy from Source Object.