Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.graceful.restart.StateBuilder
Package
Description
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.graceful.restart
Modifier and TypeMethodDescriptionStateBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType) Remove an augmentation from this builder's product.StateBuilder.setEnabled
(Boolean value) Set the property corresponding toBgpNeighborGracefulRestartConfig.getEnabled()
to the specified value.StateBuilder.setHelperOnly
(Boolean value) Set the property corresponding toBgpNeighborGracefulRestartConfig.getHelperOnly()
to the specified value.StateBuilder.setRestartTime
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toBgpNeighborGracefulRestartConfig.getRestartTime()
to the specified value.StateBuilder.setStaleRoutesTime
(org.opendaylight.yangtools.yang.common.Decimal64 value) Set the property corresponding toBgpNeighborGracefulRestartConfig.getStaleRoutesTime()
to the specified value.