Interface AggregateFlowStatistics

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AggregatedFlowStatistics, AggregateFlowStatistics, AggregateFlowStatisticsUpdate, GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput, MultipartReplyFlowAggregateStats

    @Generated("mdsal-binding-generator")
    public interface AggregateFlowStatistics
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Aggregate flow statistics

    This class represents the following YANG schema fragment defined in module opendaylight-statistics-types

     grouping aggregate-flow-statistics {
       leaf packet-count {
         type yang:counter64;
       }
       leaf byte-count {
         type yang:counter64;
       }
       leaf flow-count {
         type yang:counter32;
       }
     }
     
    The schema path to identify an instance is opendaylight-statistics-types/aggregate-flow-statistics
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getByteCount()
      Return byteCount, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 getFlowCount()
      Return flowCount, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getPacketCount()
      Return packetCount, or null if it is not present.
      Class<? extends AggregateFlowStatistics> implementedInterface()  
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends AggregateFlowStatistics> 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.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getPacketCount()
        Return packetCount, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 packetCount, or null if it is not present.
      • getByteCount

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getByteCount()
        Return byteCount, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 byteCount, or null if it is not present.
      • getFlowCount

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 getFlowCount()
        Return flowCount, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 flowCount, or null if it is not present.