Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.ComputedPath
Packages that use ComputedPath
Package
Description
-
Uses of ComputedPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp that return ComputedPathModifier and TypeMethodDescriptionConfiguredLsp.getComputedPath()Return computedPath, ornullif it is not present.ConfiguredLspBuilder.getComputedPath()Return current value associated with the property corresponding toConfiguredLsp.getComputedPath().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp with parameters of type ComputedPathModifier and TypeMethodDescriptionConfiguredLspBuilder.setComputedPath(ComputedPath value) Set the property corresponding toConfiguredLsp.getComputedPath()to the specified value. -
Uses of ComputedPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with type parameters of type ComputedPathModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ComputedPath>>
E$$ComputedPathBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp that return ComputedPathModifier and TypeMethodDescription@NonNull ComputedPathComputedPathBuilder.build()A newComputedPathinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp that return types with arguments of type ComputedPathModifier and TypeMethodDescriptiondefault Class<ComputedPath>ComputedPath.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with parameters of type ComputedPathModifier and TypeMethodDescriptionstatic booleanComputedPath.bindingEquals(@NonNull ComputedPath thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intComputedPath.bindingHashCode(@NonNull ComputedPath obj) Default implementation ofObject.hashCode()contract for this interface.static StringComputedPath.bindingToString(@NonNull ComputedPath obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with type arguments of type ComputedPathModifier and TypeMethodDescriptionComputedPathBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ComputedPath> augmentation) Add an augmentation to this builder's product.ComputedPathBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ComputedPath>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with parameters of type ComputedPathModifierConstructorDescriptionConstruct a builder initialized with state from specifiedComputedPath.