com.microstrategy.web.objects.admin.monitors.CounterData |
This interface represents one data point for one counter. It contains methods to get both the value associated with the data point and the timestamp of the data reading.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getDataValue()
Returns the string representation of the last data point.
| ||||||||||
abstract Date |
getTimeStamp()
Returns the time stamp which the data was taken at.
|
Returns the string representation of the last data point.
Returns the time stamp which the data was taken at.