Class Counter

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.opennms.netmgt.telemetry.protocols.bmp.parser.proto.bmp.packets.stats.Metric

        Metric.Visitor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long counter  
    • Constructor Summary

      Constructors 
      Constructor Description
      Counter​(io.netty.buffer.ByteBuf buffer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.opennms.netmgt.telemetry.protocols.bmp.parser.proto.bmp.packets.stats.Metric

        accept
    • Field Detail

      • counter

        public final long counter
    • Constructor Detail

      • Counter

        public Counter​(io.netty.buffer.ByteBuf buffer)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object