Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.NotifyBuilder
Packages that use NotifyBuilder
Package
Description
-
Uses of NotifyBuilder 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 NotifyBuilderModifier and TypeMethodDescriptionNotifyBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Notify> augmentation) Add an augmentation to this builder's product.NotifyBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Notify>> augmentationType) Remove an augmentation from this builder's product.NotifyBuilder.setData
(byte[] value) Set the property corresponding toNotifyMessage.getData()
to the specified value.NotifyBuilder.setErrorCode
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toNotifyMessage.getErrorCode()
to the specified value.NotifyBuilder.setErrorSubcode
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toNotifyMessage.getErrorSubcode()
to the specified value.