Interface MultipartReplyGroup

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MultipartReplyGroup>, 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 MultipartReplyGroup
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MultipartReply>, org.opendaylight.yangtools.yang.binding.Augmentable<MultipartReplyGroup>

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

     container multipart-reply-group {
       list group-stats {
         leaf group-id {
           type oft:group-id;
         }
         leaf ref-count {
           type uint32;
         }
         leaf packet-count {
           type uint64;
         }
         leaf byte-count {
           type uint64;
         }
         leaf duration-sec {
           type uint32;
         }
         leaf duration-nsec {
           type uint32;
         }
         list bucket-stats {
           leaf packet-count {
             type uint64;
           }
           leaf byte-count {
             type uint64;
           }
         }
       }
     }
     
    The schema path to identify an instance is openflow-protocol/multipart-reply/multipart-reply-body/multipart-reply-group-case/multipart-reply-group

    To create instances of this class use MultipartReplyGroupBuilder.

    See Also:
    MultipartReplyGroupBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<GroupStats> getGroupStats()
        Returns:
        java.util.List groupStats, or null if not present
      • nonnullGroupStats

        default @NonNull List<GroupStats> nonnullGroupStats()
        Returns:
        java.util.List groupStats, or an empty list if it is not present