Interface LastUpdated

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LastUpdated>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MappingDatabase>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    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 {
       config false;
       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.

    See Also:
    LastUpdatedBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default java.lang.Class<LastUpdated> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLastUpdated

        java.lang.Long getLastUpdated()
        Last database update timestamp (in milliseconds since January 1, 1970, 00:00:00 GMT)
        Returns:
        java.lang.Long lastUpdated, or null if not present