public interface DisconnectEvent extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DisconnectEvent>, org.opendaylight.yangtools.yang.binding.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() |
String getInfo()
java.lang.String
info
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.