Interface MultipartReplyPortStatsCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MultipartReplyPortStatsCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<MultipartReply>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MultipartReplyBody

    public interface MultipartReplyPortStatsCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<MultipartReplyPortStatsCase>, MultipartReplyBody

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

     case multipart-reply-port-stats-case {
       container multipart-reply-port-stats {
         list port-stats {
           leaf port-no {
             type uint32;
           }
           leaf rx-packets {
             type uint64;
           }
           leaf tx-packets {
             type uint64;
           }
           leaf rx-bytes {
             type uint64;
           }
           leaf tx-bytes {
             type uint64;
           }
           leaf rx-dropped {
             type uint64;
           }
           leaf tx-dropped {
             type uint64;
           }
           leaf rx-errors {
             type uint64;
           }
           leaf tx-errors {
             type uint64;
           }
           leaf rx-frame-err {
             type uint64;
           }
           leaf rx-over-err {
             type uint64;
           }
           leaf rx-crc-err {
             type uint64;
           }
           leaf collisions {
             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-port-stats-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        MultipartReplyPortStats getMultipartReplyPortStats()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.port.stats._case.MultipartReplyPortStats multipartReplyPortStats, or null if not present