Returns the timestamp (in milliseconds) associated with this data point. @return A strictly positive, 32 bit integer.
()
| 24 | * @return A strictly positive, 32 bit integer. |
| 25 | */ |
| 26 | long timestamp(); |
| 27 | |
| 28 | /** |
| 29 | * Tells whether or not the this data point is a value of integer type. |
no outgoing calls