public interface Notification extends DataObject
This class represents the following YANG schema fragment defined in module ietf-restconf
grouping notification { container notification { leaf event-time { type yang:date-and-time; } } }The schema path to identify an instance is ietf-restconf/notification
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
Notification |
getNotification()
RESTCONF notification message wrapper.
|
getImplementedInterface
Notification getNotification()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.notification.Notification
notification
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.