Interface QueuePropMaxRate

  • 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 QueuePropMaxRate
    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-max-rate {
       status deprecated;
       uses common-queue;
       leaf rate {
         type uint16;
       }
     }
     
    The schema path to identify an instance is opendaylight-queue-types/queue-prop-max-rate
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends QueuePropMaxRate> 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_MAX, len: 16
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 rate, or null if it is not present.