public interface EventSourceStatusNotification extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<EventSourceStatusNotification>, org.opendaylight.yangtools.yang.binding.Notification
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang):
notification event-source-status-notification {
description
"Notification of change event source status.";
leaf status {
type event-source-status;
}
}
The schema path to identify an instance is
event-source/event-source-status-notification
To create instances of this class use EventSourceStatusNotificationBuilder.
EventSourceStatusNotificationBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
EventSourceStatus |
getStatus()
Current status of event source.
|
EventSourceStatus getStatus()
Copyright © 2016 OpenDaylight. All rights reserved.