Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object.CNotification
Package
Description
-
Uses of CNotification in org.opendaylight.protocol.pcep.parser.object
Modifier and TypeMethodDescriptionPCEPNotificationObjectParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) -
Uses of CNotification in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Modifier and TypeMethodDescriptionNotificationObject.getCNotification()
Return cNotification, ornull
if it is not present.@NonNull CNotification
NotificationObject.nonnullCNotification()
Return cNotification, or an empty instance if it is not present. -
Uses of CNotification in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CNotification>>
E$$CNotificationBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull CNotification
CNotificationBuilder.build()
A newCNotification
instance.static @NonNull CNotification
CNotificationBuilder.empty()
Get empty instance of CNotification.Modifier and TypeMethodDescriptiondefault Class<CNotification>
CNotification.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
CNotification.bindingEquals
(@NonNull CNotification thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
CNotification.bindingHashCode
(@NonNull CNotification obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CNotification.bindingToString
(@NonNull CNotification obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionCNotificationBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<CNotification> augmentation) Add an augmentation to this builder's product.CNotificationBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CNotification>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCNotification
. -
Uses of CNotification in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications
Modifier and TypeMethodDescriptionNotificationsBuilder.getCNotification()
Return current value associated with the property corresponding toNotificationObject.getCNotification()
.Modifier and TypeMethodDescriptionNotificationsBuilder.setCNotification
(CNotification value) Set the property corresponding toNotificationObject.getCNotification()
to the specified value.