org.netxms.client.datacollection
Class DciData
java.lang.Object
org.netxms.client.datacollection.DciData
public class DciData
- extends java.lang.Object
Class to hold series of collected DCI data
Constructor Summary |
DciData(long nodeId,
long dciId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DciData
public DciData(long nodeId,
long dciId)
- Parameters:
nodeId
- dciId
-
getNodeId
public long getNodeId()
- Returns:
- the nodeId
getDciId
public long getDciId()
- Returns:
- the dciId
getValues
public DciDataRow[] getValues()
- Returns:
- the values
getLastValue
public DciDataRow getLastValue()
- Get last added value
- Returns:
- last added value
addDataRow
public void addDataRow(DciDataRow row)
- Add new value
getDataType
public int getDataType()
- Returns:
- the dataType
setDataType
public void setDataType(int dataType)
- Parameters:
dataType
- the dataType to set
Copyright © 2013. All Rights Reserved.