Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.reported.lsp.Path
-
-
Uses of Path 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 Path Modifier and Type Method Description @Nullable Map<PathKey,Path>ReportedLsp. getPath()Map<PathKey,Path>ReportedLspBuilder. getPath()default @NonNull Map<PathKey,Path>ReportedLsp. nonnullPath()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 Path Modifier and Type Method Description ReportedLspBuilderReportedLspBuilder. setPath(List<Path> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setPath(Map)} instead.ReportedLspBuilderReportedLspBuilder. setPath(Map<PathKey,Path> values) -
Uses of Path 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 with type parameters of type Path Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Path>>
E$$PathBuilder. augmentation(Class<E$$> augmentationType)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 Path Modifier and Type Method Description PathPathBuilder. build()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 types with arguments of type Path Modifier and Type Method Description default Class<Path>Path. implementedInterface()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.reported.lsp with type arguments of type Path Modifier and Type Method Description PathBuilderPathBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Path>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Path> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherPathBuilder.addAugmentation(Augmentation)orPathBuilder.removeAugmentation(Class)instead.PathBuilderPathBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Path>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Path> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherPathBuilder.addAugmentation(Augmentation)orPathBuilder.removeAugmentation(Class)instead.PathBuilderPathBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Path> augmentation)Add an augmentation to this builder's product.PathBuilderPathBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Path>> augmentationType)Remove an augmentation from this builder's product.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 Path Constructor Description PathBuilder(Path base)
-