Package org.netxms.client.datacollection
Class DciDataRow
java.lang.Object
org.netxms.client.datacollection.DciDataRow
Single row in DCI data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()doublelongvoidinvert()Invert valuevoidsetRawValue(String rawValue) Set raw valuetoString()
-
Constructor Details
-
DciDataRow
-
-
Method Details
-
setRawValue
Set raw value- Parameters:
rawValue- new raw value
-
getTimestamp
- Returns:
- the timestamp
-
getValue
- Returns:
- the value
-
getValueAsString
- Returns:
- the value
-
getValueAsLong
public long getValueAsLong()- Returns:
- the value
-
getValueAsDouble
public double getValueAsDouble()- Returns:
- the value
-
getRawValue
- Returns:
- raw value
-
invert
public void invert()Invert value -
toString
-