Class Metric

  • All Implemented Interfaces:

    
    public final class Metric
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Metric(String key, Number numberValue, Long timestamp) Class representing a Metric Data Point.
      Metric(String key, Number numberValue) Class representing a Metric Data Point.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final JsonObject getJson()
      final String getKey()
      final Double getDoubleValue()
      final Long getTimestamp()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait