org.netxms.client.datacollection
Class DciDataRow

java.lang.Object
  extended by org.netxms.client.datacollection.DciDataRow

public class DciDataRow
extends java.lang.Object

Single row in DCI data

Author:
Victor

Constructor Summary
DciDataRow(java.util.Date timestamp, java.lang.Object value)
           
 
Method Summary
 java.util.Date getTimestamp()
           
 java.lang.Object getValue()
           
 double getValueAsDouble()
           
 long getValueAsLong()
           
 java.lang.String getValueAsString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DciDataRow

public DciDataRow(java.util.Date timestamp,
                  java.lang.Object value)
Method Detail

getTimestamp

public java.util.Date getTimestamp()
Returns:
the timestamp

getValue

public java.lang.Object getValue()
Returns:
the value

getValueAsString

public java.lang.String getValueAsString()
Returns:
the value

getValueAsLong

public long getValueAsLong()
Returns:
the value

getValueAsDouble

public double getValueAsDouble()
Returns:
the value


Copyright © 2011. All Rights Reserved.