public interface DisconnectEvent extends DataObject, Augmentable<DisconnectEvent>, Notification
This class represents the following YANG schema fragment defined in module system-notifications
notification disconnect-event {
description
"Disconnect notification";
leaf info {
type string;
}
}
The schema path to identify an instance is
system-notifications/disconnect-event
To create instances of this class use DisconnectEventBuilder.
DisconnectEventBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getInfo() |
getAugmentationgetImplementedInterfaceString getInfo()
java.lang.String info, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.