Package org.netxms.client.snmp
Class SnmpValue
java.lang.Object
org.netxms.client.snmp.SnmpValue
Value of SNMP object
-
Constructor Details
-
SnmpValue
Create new SNMP value (varbind) object.- Parameters:
name- value name (OID in text form)type- data typevalue- value as stringrawValue- raw valuenodeId- source node ID
-
SnmpValue
Create new SNMP value (varbind) object.- Parameters:
objectId- OID (will be converted to text form)type- data typevalue- value as stringrawValue- raw valuenodeId- source node ID
-
-
Method Details
-
getName
- Returns:
- the name
-
getObjectId
- Returns:
- the objectId
-
getType
public int getType()Get object type. Note that this is an ASN.1 identifier type (defined inASN}), not type of MibObject- Returns:
- the type
-
getValue
- Returns:
- the value
-
getRawValue
public byte[] getRawValue()- Returns:
- the rawValue
-
getNodeId
public final long getNodeId()- Returns:
- the nodeId
-