Interface QueuePropMinRate

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, CommonQueue, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    @Deprecated
    @Generated("mdsal-binding-generator")
    public interface QueuePropMinRate
    extends org.opendaylight.yangtools.yang.binding.DataObject, CommonQueue
    Deprecated.

    This class represents the following YANG schema fragment defined in module opendaylight-queue-types

     grouping queue-prop-min-rate {
       status deprecated;
       uses common-queue;
       leaf rate {
         type uint16;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        Deprecated.
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends QueuePropMinRate> implementedInterface()
        Deprecated.
        Specified by:
        implementedInterface in interface CommonQueue
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRate

        org.opendaylight.yangtools.yang.common.Uint16 getRate()
        Deprecated.
        Return rate, or null if it is not present.
             
                 OFPQT_MIN, len: 16
             
         
        Returns:
        Uint16 rate, or null if it is not present.
      • requireRate

        default @NonNull org.opendaylight.yangtools.yang.common.Uint16 requireRate()
        Deprecated.
        Return rate, guaranteed to be non-null.
             
                 OFPQT_MIN, len: 16
             
         
        Returns:
        Uint16 rate, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if rate is not present