Interface MultipartReplyMeter

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

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

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

    To create instances of this class use MultipartReplyMeterBuilder.

    See Also:
    MultipartReplyMeterBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<MeterStats> getMeterStats()
        Returns:
        java.util.List meterStats, or null if not present
      • nonnullMeterStats

        default @NonNull List<MeterStats> nonnullMeterStats()
        Returns:
        java.util.List meterStats, or an empty list if it is not present