Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.down.data.notification.NotificationBuilder
Packages that use NotificationBuilder
Package
Description
-
Uses of NotificationBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.down.data.notification
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.down.data.notification that return NotificationBuilderModifier and TypeMethodDescriptionNotificationBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Notification> augmentation) Add an augmentation to this builder's product.NotificationBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Notification>> augmentationType) Remove an augmentation from this builder's product.NotificationBuilder.setData
(byte[] value) Set the property corresponding toNotifyMessage.getData()
to the specified value.NotificationBuilder.setErrorCode
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toNotifyMessage.getErrorCode()
to the specified value.NotificationBuilder.setErrorSubcode
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toNotifyMessage.getErrorSubcode()
to the specified value.