Interface MultipartReplyAggregate

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

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

     container multipart-reply-aggregate {
       leaf packet-count {
         type uint64;
       }
       leaf byte-count {
         type uint64;
       }
       leaf flow-count {
         type uint32;
       }
     }
     
    The schema path to identify an instance is openflow-protocol/multipart-reply/multipart-reply-body/multipart-reply-aggregate-case/multipart-reply-aggregate

    To create instances of this class use MultipartReplyAggregateBuilder.

    See Also:
    MultipartReplyAggregateBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint64 getPacketCount()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 packetCount, or null if not present
      • getByteCount

        org.opendaylight.yangtools.yang.common.Uint64 getByteCount()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 byteCount, or null if not present
      • getFlowCount

        org.opendaylight.yangtools.yang.common.Uint32 getFlowCount()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 flowCount, or null if not present