public interface Notification extends ChildOf<Notification>, Augmentable<Notification>
This class represents the following YANG schema fragment defined in module ietf-restconf
container notification { leaf event-time { type yang:date-and-time; } }The schema path to identify an instance is ietf-restconf/notification/notification
To create instances of this class use NotificationBuilder
.
NotificationBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable DateAndTime |
getEventTime()
The time the event was generated by theevent source.
|
getImplementedInterface
augmentation
@Nullable DateAndTime getEventTime()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DateAndTime
eventTime
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.