public class SnmpIndex
extends java.lang.Object
SnmpObjectType
Constructor and Description |
---|
SnmpIndex(boolean implied,
MibValue value,
MibType type)
Creates a new SNMP index.
|
Modifier and Type | Method and Description |
---|---|
MibType |
getType()
Returns the index type if present.
|
java.lang.Object |
getTypeOrValue()
Returns the index type or value.
|
MibValue |
getValue()
Returns the index value if present.
|
boolean |
isImplied()
Checks if this index is an implied value.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
public boolean isImplied()
public MibValue getValue()
getType()
public MibType getType()
getValue()
public java.lang.Object getTypeOrValue()
public java.lang.String toString()
toString
in class java.lang.Object