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
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()
org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.messagebus.eventsource.rev141202.EventSourceStatus status, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.