Package org.netxms.client.datacollection
Class TableDciValue
java.lang.Object
org.netxms.client.datacollection.DciValue
org.netxms.client.datacollection.TableDciValue
Value of table DCI
-
Field Summary
Fields inherited from class org.netxms.client.datacollection.DciValue
activeThreshold, anomalyDetected, comments, dataType, dcObjectType, description, errorCount, flags, id, measurementUnit, multiplier, MULTIPLIERS_DEFAULT, MULTIPLIERS_NO, MULTIPLIERS_YES, name, nodeId, noValueObject, source, status, templateDciId, thresholdDisableEndTime, timestamp, userTag, value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTableDciValue(NXCPMessage msg, long baseId) Create from NXCP message. -
Method Summary
Methods inherited from class org.netxms.client.datacollection.DciValue
createDataFormatter, createFromMessage, getActiveThreshold, getComments, getDataType, getDcObjectType, getDescription, getErrorCount, getFlags, getFormattedValue, getFormattedValue, getId, getMeasurementUnit, getMostCriticalSeverity, getMultiplier, getMultipliersSelection, getName, getNodeId, getSource, getStatus, getTemplateDciId, getThresholdDisableEndTime, getThresholdSeverity, getTimestamp, getUserTag, getValue, isAnomalyDetected, isNoValueObject, toString
-
Constructor Details
-
TableDciValue
Create from NXCP message.- Parameters:
msg- NXCP messagebaseId- base field ID
-