org.netxms.client.datacollection
Class DciValue

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

public class DciValue
extends java.lang.Object

DCI value


Constructor Summary
DciValue(long nodeId, NXCPMessage msg, long base)
          Constructor for creating NXCDCIValue from NXCP message
 
Method Summary
 int getDataType()
           
 java.lang.String getDescription()
           
 long getId()
           
 java.lang.String getName()
           
 long getNodeId()
           
 int getSource()
           
 int getStatus()
           
 java.util.Date getTimestamp()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DciValue

public DciValue(long nodeId,
                NXCPMessage msg,
                long base)
Constructor for creating NXCDCIValue from NXCP message

Parameters:
msg - NXCP message
base - Base variable ID for value object
Method Detail

getId

public long getId()
Returns:
the id

getName

public java.lang.String getName()
Returns:
the name

getDescription

public java.lang.String getDescription()
Returns:
the description

getValue

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

getSource

public int getSource()
Returns:
the source

getDataType

public int getDataType()
Returns:
the dataType

getStatus

public int getStatus()
Returns:
the status

getTimestamp

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

getNodeId

public long getNodeId()
Returns:
the nodeId


Copyright © 2011. All Rights Reserved.