Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.PcepSessionConfigBuilder
Packages that use PcepSessionConfigBuilder
Package
Description
-
Uses of PcepSessionConfigBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return PcepSessionConfigBuilderModifier and TypeMethodDescriptionPcepSessionConfigBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig> augmentation) Add an augmentation to this builder's product.PcepSessionConfigBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig>> augmentationType) Remove an augmentation from this builder's product.PcepSessionConfigBuilder.setDeadTimerValue(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toPcepSessionConfig.getDeadTimerValue()to the specified value.PcepSessionConfigBuilder.setKeepAliveTimerValue(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toPcepSessionConfig.getKeepAliveTimerValue()to the specified value.