Package com.vmware.aria.operations
Class NumericProperty
-
- All Implemented Interfaces:
public final class NumericProperty extends Property
-
-
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.
-
Method Summary
Modifier and Type Method Description JsonObject
getJson()
String
getKey()
final Double
getDoubleValue()
Long
getTimestamp()
-
-
Method Detail
-
getJson
JsonObject getJson()
-
getDoubleValue
final Double getDoubleValue()
-
getTimestamp
Long getTimestamp()
-
-
-
-