Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.reported.lsp.PathKey
-
-
Uses of PathKey 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 types with arguments of type PathKey Modifier and Type Method Description @Nullable Map<PathKey,Path>ReportedLsp. getPath()Return path, ornullif it is not present.Map<PathKey,Path>ReportedLspBuilder. getPath()default @NonNull Map<PathKey,Path>ReportedLsp. nonnullPath()Return path, 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.path.computation.client with type arguments of type PathKey Modifier and Type Method Description ReportedLspBuilderReportedLspBuilder. setPath(Map<PathKey,Path> values) -
Uses of PathKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.reported.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.reported.lsp that return PathKey Modifier and Type Method Description PathKeyPath. key()PathKeyPathBuilder. key()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.reported.lsp with parameters of type PathKey Modifier and Type Method Description PathBuilderPathBuilder. withKey(PathKey key)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.reported.lsp with parameters of type PathKey Constructor Description PathKey(PathKey source)Creates a copy from Source Object.
-