public class YangNotification extends Object
| Constructor and Description |
|---|
YangNotification(YdtContext notificationContext)
Creates an instance of YANG notification subject.
|
| Modifier and Type | Method and Description |
|---|---|
YdtContext |
getNotificationRootContext()
Returns YANG notification data.
|
void |
setNotificationRootContext(YdtContext notificationRootContext)
Assign the YANG modeled notification data.
|
public YangNotification(YdtContext notificationContext)
notificationContext - logical root node with name as
"yangnotification"public void setNotificationRootContext(YdtContext notificationRootContext)
notificationRootContext - YANG data tree containing the data for
the notificationpublic YdtContext getNotificationRootContext()