estructuras
Class Varbind

java.lang.Object
  extended by estructuras.Varbind

public class Varbind
extends java.lang.Object

Representa la estructura de un Varbind en el protocolo SNMP

Author:
Kathleen S. Jiménez D. & William E. López L.
Contact: adminucvngn@gmail.com
Oficial Page: http://adminucvngn.sourceforge.net/
News & Weblog: http://adminucvngn.blogspot.com/

Constructor Summary
Varbind()
           
 
Method Summary
 int getLongitud()
           
 byte[] getObjet_identifier()
           
 int getTipo()
           
 byte[] getValue()
           
 void setLongitud(int longitud)
           
 void setObjet_identifier(byte[] objet_identifier)
           
 void setTipo(int tipo)
           
 void setValue(byte[] value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Varbind

public Varbind()
Method Detail

getLongitud

public int getLongitud()

setLongitud

public void setLongitud(int longitud)

getObjet_identifier

public byte[] getObjet_identifier()

setObjet_identifier

public void setObjet_identifier(byte[] objet_identifier)

getTipo

public int getTipo()

setTipo

public void setTipo(int tipo)

getValue

public byte[] getValue()

setValue

public void setValue(byte[] value)