Interface NotificationDefinition

All Superinterfaces:
AddedByUsesAware, AugmentationTarget, CopyableNode, DataNodeContainer, DocumentedNode, DocumentedNode.WithStatus, EffectiveStatementEquivalent<NotificationEffectiveStatement>, MustConstraintAware, SchemaNode
All Known Implementing Classes:
NotificationEffectiveStatementImpl

Interface describing YANG 'notification' statement. The notification statement is used to define a NETCONF notification. Note that this interface is not a DataSchemaNode, which renders compatibility problematic. Use toContainerLike() to get a ContainerLike, which can serve as a bridge.