Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.ReportedLspKey
-
-
Uses of ReportedLspKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes that return types with arguments of type ReportedLspKey Modifier and Type Method Description @Nullable Map<ReportedLspKey,ReportedLsp>PathComputationClient. getReportedLsp()Return reportedLsp, ornullif it is not present.Map<ReportedLspKey,ReportedLsp>PathComputationClientBuilder. 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.rev200120.pcep.client.attributes with type arguments of type ReportedLspKey Modifier and Type Method Description PathComputationClientBuilderPathComputationClientBuilder. setReportedLsp(Map<ReportedLspKey,ReportedLsp> values) -
Uses of ReportedLspKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client that return ReportedLspKey Modifier and Type Method Description ReportedLspKeyReportedLsp. key()ReportedLspKeyReportedLspBuilder. key()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client with parameters of type ReportedLspKey Modifier and Type Method Description ReportedLspBuilderReportedLspBuilder. withKey(ReportedLspKey key)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client with parameters of type ReportedLspKey Constructor Description ReportedLspKey(ReportedLspKey source)Creates a copy from Source Object.
-