Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.ConfiguredLspBuilder
Packages that use ConfiguredLspBuilder
Package
Description
-
Uses of ConfiguredLspBuilder 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 ConfiguredLspBuilderModifier and TypeMethodDescriptionConfiguredLspBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ConfiguredLsp> augmentation) Add an augmentation to this builder's product.ConfiguredLspBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ConfiguredLsp>> augmentationType) Remove an augmentation from this builder's product.ConfiguredLspBuilder.setComputedPath(ComputedPath value) Set the property corresponding toConfiguredLsp.getComputedPath()to the specified value.ConfiguredLspBuilder.setIntendedPath(IntendedPath value) Set the property corresponding toConfiguredLsp.getIntendedPath()to the specified value.Set the property corresponding toConfiguredLsp.getName()to the specified value.ConfiguredLspBuilder.setPathStatus(PathStatus value) Set the property corresponding toConfiguredLsp.getPathStatus()to the specified value.ConfiguredLspBuilder.withKey(ConfiguredLspKey key) Set the key value corresponding toConfiguredLsp.key()to the specified value.