org.rhq.plugins.www.snmp
Class SNMPValue

java.lang.Object
  extended by org.rhq.plugins.www.snmp.SNMPValue

public class SNMPValue
extends Object


Nested Class Summary
static class SNMPValue.Type
           
 
Method Summary
 boolean equals(Object obj)
           
 String getOID()
           
 SNMPValue.Type getType()
           
 int hashCode()
           
 long toLong()
           
 String toPhysAddressString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toPhysAddressString

public String toPhysAddressString()

getOID

public String getOID()

getType

public SNMPValue.Type getType()

toLong

public long toLong()
            throws SNMPException
Returns:
The value of the variable as a long
Throws:
SNMPException - If the variable cannot be expressed as a long.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.