Interface Queue

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Queue>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Queues>, CommonQueue, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<QueueKey>, QueuePacket

    public interface Queue
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Queues>, org.opendaylight.yangtools.yang.binding.Augmentable<Queue>, QueuePacket, org.opendaylight.yangtools.yang.binding.Identifiable<QueueKey>

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

     list queue {
       key queue-id;
       uses queue-types:queue-packet;
     }
     
    The schema path to identify an instance is opendaylight-port-types/queues/queue

    To create instances of this class use QueueBuilder.

    See Also:
    QueueBuilder, QueueKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Queue> implementedInterface()
        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
        Specified by:
        implementedInterface in interface QueuePacket
      • key

        QueueKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<QueueKey>