org.netxms.client.datacollection
Class DciData

java.lang.Object
  extended by 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)
           
 
Method Summary
 void addDataRow(DciDataRow row)
          Add new value
 int getDataType()
           
 long getDciId()
           
 DciDataRow getLastValue()
          Get last added value
 long getNodeId()
           
 DciDataRow[] getValues()
           
 void setDataType(int dataType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DciData

public DciData(long nodeId,
               long dciId)
Parameters:
nodeId -
dciId -
Method Detail

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.