Package org.netxms.client.datacollection
Class DciLastValue
java.lang.Object
org.netxms.client.datacollection.DciLastValue
Generic last value for single valued or table DCI.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet data originGet data type for single value DCIintGet DCI type (table or single valued).Get raw value of single value DCIGet value of table DCIGet timestamp for this valuegetValue()Get value of single value DCI
- 
Constructor Details- 
DciLastValueCreate from NXCP message- Parameters:
- msg- NXCP message
 
 
- 
- 
Method Details- 
getDciTypepublic int getDciType()Get DCI type (table or single valued). Will return eitherDataCollectionObject.DCO_TYPE_ITEMorDataCollectionObject.DCO_TYPE_TABLE.- Returns:
- DCI type
 
- 
getDataOriginGet data origin- Returns:
- data origin
 
- 
getTimestampGet timestamp for this value- Returns:
- timestamp for this value
 
- 
getDataTypeGet data type for single value DCI- Returns:
- data type for single value DCI or null for table DCI
 
- 
getValueGet value of single value DCI- Returns:
- value of single value DCI or null for table DCI
 
- 
getRawValueGet raw value of single value DCI- Returns:
- raw value of single value DCI or null for table DCI
 
- 
getTableValueGet value of table DCI- Returns:
- table DCI value or null for single value DCI
 
 
-