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