public class SnmpValue extends Object
Constructor and Description |
---|
SnmpValue(SnmpObjectId objectId,
int type,
String value,
long nodeId) |
SnmpValue(String name,
int type,
String value,
long nodeId) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
long |
getNodeId() |
SnmpObjectId |
getObjectId() |
int |
getType()
Get object type.
|
String |
getValue() |
public SnmpValue(String name, int type, String value, long nodeId)
name
- type
- value
- public SnmpValue(SnmpObjectId objectId, int type, String value, long nodeId)
objectId
- type
- value
- public String getName()
public SnmpObjectId getObjectId()
public int getType()
ASN
}), not type of MibObjectpublic String getValue()
public final long getNodeId()
Copyright © 2016. All rights reserved.