org.netxms.client.datacollection
Class DciValue
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DciValue
public DciValue(long nodeId,
NXCPMessage msg,
long base)
- Constructor for creating NXCDCIValue from NXCP message
- Parameters:
msg
- NXCP messagebase
- Base variable ID for value object
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.