Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object.CNotification
Packages that use CNotification
Package
Description
-
Uses of CNotification in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return CNotificationModifier and TypeMethodDescriptionNotificationObject.getCNotification()Return cNotification, ornullif it is not present.@NonNull CNotificationNotificationObject.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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object with type parameters of type CNotificationModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<CNotification>>
E$$CNotificationBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object that return CNotificationModifier and TypeMethodDescription@NonNull CNotificationCNotificationBuilder.build()A newCNotificationinstance.static @NonNull CNotificationCNotificationBuilder.empty()Get empty instance of CNotification.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object that return types with arguments of type CNotificationModifier and TypeMethodDescriptiondefault Class<CNotification> CNotification.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object with parameters of type CNotificationModifier and TypeMethodDescriptionstatic booleanCNotification.bindingEquals(@NonNull CNotification thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intCNotification.bindingHashCode(@NonNull CNotification obj) Default implementation ofObject.hashCode()contract for this interface.static StringCNotification.bindingToString(@NonNull CNotification obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object with type arguments of type CNotificationModifier and TypeMethodDescriptionCNotificationBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<CNotification> augmentation) Add an augmentation to this builder's product.CNotificationBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<CNotification>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object with parameters of type CNotificationModifierConstructorDescriptionConstruct 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications that return CNotificationModifier and TypeMethodDescriptionNotificationsBuilder.getCNotification()Return current value associated with the property corresponding toNotificationObject.getCNotification().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications with parameters of type CNotificationModifier and TypeMethodDescriptionNotificationsBuilder.setCNotification(CNotification value) Set the property corresponding toNotificationObject.getCNotification()to the specified value.