com.adventnet.snmp.snmp2
Class SnmpTargetParamsEntry

java.lang.Object
  |
  +--com.adventnet.snmp.snmp2.SnmpTargetParamsEntry
All Implemented Interfaces:
java.io.Serializable

public synchronized class SnmpTargetParamsEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SnmpTargetParamsEntry(byte[])
           
SnmpTargetParamsEntry(byte[], int, int, byte[], byte, int, int)
           
 
Method Summary
 java.lang.Object getKey()
           
static java.lang.Object getKey(byte[])
           
 int getParamsMPModel()
           
 byte[] getParamsName()
           
 byte getParamsSecModel()
           
 byte getParamsSecurityLevel()
           
 int getParamsSecurityModel()
           
 byte[] getParamsSecurityName()
           
 int getRowStatus()
           
 int getStorageType()
           
 int hashCode()
           
 void setParamsMPModel(int)
           
 void setParamsSecurityLevel(byte)
           
 void setParamsSecurityModel(int)
           
 void setParamsSecurityName(byte[])
           
 void setRowStatus(int)
           
 void setStorageType(int)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpTargetParamsEntry

public SnmpTargetParamsEntry(byte[])

SnmpTargetParamsEntry

public SnmpTargetParamsEntry(byte[],
                             int,
                             int,
                             byte[],
                             byte,
                             int,
                             int)
Method Detail

getKey

public java.lang.Object getKey()

getKey

public static java.lang.Object getKey(byte[])

getParamsMPModel

public int getParamsMPModel()

getParamsName

public byte[] getParamsName()

getParamsSecModel

public byte getParamsSecModel()

getParamsSecurityLevel

public byte getParamsSecurityLevel()

getParamsSecurityModel

public int getParamsSecurityModel()

getParamsSecurityName

public byte[] getParamsSecurityName()

getRowStatus

public int getRowStatus()

getStorageType

public int getStorageType()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setParamsMPModel

public void setParamsMPModel(int)

setParamsSecurityLevel

public void setParamsSecurityLevel(byte)

setParamsSecurityModel

public void setParamsSecurityModel(int)

setParamsSecurityName

public void setParamsSecurityName(byte[])

setRowStatus

public void setRowStatus(int)

setStorageType

public void setStorageType(int)


Copyright (c)AdventNet Inc., 1996-2006