public interface RadioHeadIdleEvent extends DataObject, Augmentable<RadioHeadIdleEvent>, Notification
This class represents the following YANG schema fragment defined in module system-notifications
notification radioHead-idle-event {
description
"Radiohead-idle notification";
leaf info {
type string;
}
}
The schema path to identify an instance is
system-notifications/radioHead-idle-event
To create instances of this class use RadioHeadIdleEventBuilder.
RadioHeadIdleEventBuilder| 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.