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()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 Path Modifier and Type Method Description 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()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 Path Modifier and Type Method Description static booleanPath. bindingEquals(@NonNull Path thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intPath. bindingHashCode(@NonNull Path obj)Default implementation ofObject.hashCode()contract for this interface.static StringPath. bindingToString(@NonNull Path obj)Default implementation ofObject.toString()contract for this interface.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(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)
-