Interface MultipartReplyQueue

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

    public interface MultipartReplyQueue
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MultipartReply>, org.opendaylight.yangtools.yang.binding.Augmentable<MultipartReplyQueue>

    This class represents the following YANG schema fragment defined in module openflow-protocol

     container multipart-reply-queue {
       list queue-stats {
         leaf port-no {
           type uint32;
         }
         leaf queue-id {
           type uint32;
         }
         leaf tx-bytes {
           type uint64;
         }
         leaf tx-packets {
           type uint64;
         }
         leaf tx-errors {
           type uint64;
         }
         leaf duration-sec {
           type uint32;
         }
         leaf duration-nsec {
           type uint32;
         }
       }
     }
     
    The schema path to identify an instance is openflow-protocol/multipart-reply/multipart-reply-body/multipart-reply-queue-case/multipart-reply-queue

    To create instances of this class use MultipartReplyQueueBuilder.

    See Also:
    MultipartReplyQueueBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<MultipartReplyQueue> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getQueueStats

        @Nullable List<QueueStats> getQueueStats()
        Returns:
        java.util.List queueStats, or null if not present
      • nonnullQueueStats

        default @NonNull List<QueueStats> nonnullQueueStats()
        Returns:
        java.util.List queueStats, or an empty list if it is not present