Class NumericProperty

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String key
      private final Double doubleValue
      private final Long timestamp
    • Constructor Summary

      Constructors 
      Constructor Description
      NumericProperty(String key, Number numberValue, Long timestamp) Class representing a Numeric Property value.
      NumericProperty(String key, Number numberValue) Class representing a Numeric Property value.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumericProperty

        NumericProperty(String key, Number numberValue, Long timestamp)
        Class representing a Numeric Property value.
      • NumericProperty

        NumericProperty(String key, Number numberValue)
        Class representing a Numeric Property value.