Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications.Notifications
Package
Description
-
Uses of Notifications in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message
Modifier and TypeMethodDescription@Nullable List
<Notifications> Notifications.getNotifications()
Return notifications, ornull
if it is not present.NotificationsBuilder.getNotifications()
Return current value associated with the property corresponding toNotifications.getNotifications()
.default @NonNull List
<Notifications> Notifications.nonnullNotifications()
Return notifications, or an empty list if it is not present.Modifier and TypeMethodDescriptionNotificationsBuilder.setNotifications
(List<Notifications> values) Set the property corresponding toNotifications.getNotifications()
to the specified value. -
Uses of Notifications in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Notifications>>
E$$NotificationsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Notifications
NotificationsBuilder.build()
A newNotifications
instance.Modifier and TypeMethodDescriptiondefault Class
<Notifications> Notifications.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
Notifications.bindingEquals
(@NonNull Notifications thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Notifications.bindingHashCode
(@NonNull Notifications obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Notifications.bindingToString
(@NonNull Notifications obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionNotificationsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Notifications> augmentation) Add an augmentation to this builder's product.NotificationsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Notifications>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedNotifications
.