Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up.ReceivedOpenBuilder
Package
Description
-
Uses of ReceivedOpenBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up
Modifier and TypeMethodDescriptionReceivedOpenBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ReceivedOpen> augmentation) Add an augmentation to this builder's product.ReceivedOpenBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ReceivedOpen>> augmentationType) Remove an augmentation from this builder's product.ReceivedOpenBuilder.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.ReceivedOpenBuilder.setBgpParameters
(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()
to the specified value.ReceivedOpenBuilder.setHoldTimer
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toOpenMessage.getHoldTimer()
to the specified value.ReceivedOpenBuilder.setMyAsNumber
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toOpenMessage.getMyAsNumber()
to the specified value.ReceivedOpenBuilder.setVersion
(ProtocolVersion value) Set the property corresponding toOpenMessage.getVersion()
to the specified value.