Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.OpenBuilder
Packages that use OpenBuilder
Package
Description
-
Uses of OpenBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 that return OpenBuilderModifier and TypeMethodDescriptionOpenBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Open> augmentation) Add an augmentation to this builder's product.OpenBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Open>> augmentationType) Remove an augmentation from this builder's product.OpenBuilder.setBgpIdentifier
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone value) Set the property corresponding toOpenMessage.getBgpIdentifier()
to the specified value.OpenBuilder.setBgpParameters
(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()
to the specified value.OpenBuilder.setHoldTimer
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toOpenMessage.getHoldTimer()
to the specified value.OpenBuilder.setMyAsNumber
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toOpenMessage.getMyAsNumber()
to the specified value.OpenBuilder.setVersion
(ProtocolVersion value) Set the property corresponding toOpenMessage.getVersion()
to the specified value.