Interface StatIntervalState

    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends StatIntervalState> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getInterval

        StatInterval getInterval()
        Return interval, or null if it is not present.
             
                 If supported by the system, this reports the time interval over which the
                 min/max/average statistics are computed by the system.
             
         
        Returns:
        StatInterval interval, or null if it is not present.
      • requireInterval

        default @NonNull StatInterval requireInterval()
        Return interval, guaranteed to be non-null.
             
                 If supported by the system, this reports the time interval over which the
                 min/max/average statistics are computed by the system.
             
         
        Returns:
        StatInterval interval, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if interval is not present