public interface LastUpdated extends org.opendaylight.yangtools.yang.binding.ChildOf<MappingDatabase>, org.opendaylight.yangtools.yang.binding.Augmentable<LastUpdated>
This class represents the following YANG schema fragment defined in module odl-mappingservice
container last-updated {
leaf last-updated {
type int64;
}
}
The schema path to identify an instance is
odl-mappingservice/mapping-database/last-updated
To create instances of this class use LastUpdatedBuilder.
LastUpdatedBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLastUpdated()
Last database update timestamp (in milliseconds since January 1, 1970, 00:00:00
GMT)
|
Long getLastUpdated()
java.lang.Long lastUpdated, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.