Module org.snmp4j.agent
Package org.snmp4j.agent.mo.snmp
Class SnmpCommunityMIB.SnmpCommunityEntryRow
- java.lang.Object
-
- org.snmp4j.agent.mo.DefaultMOTableRow
-
- org.snmp4j.agent.mo.DefaultMOMutableRow2PC
-
- org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
-
- All Implemented Interfaces:
java.lang.Comparable
,MOMutableRow2PC
,MOMutableTableRow
,MOTableRow
- Enclosing class:
- SnmpCommunityMIB
public class SnmpCommunityMIB.SnmpCommunityEntryRow extends DefaultMOMutableRow2PC
-
-
Field Summary
-
Fields inherited from class org.snmp4j.agent.mo.DefaultMOTableRow
index, values
-
-
Constructor Summary
Constructors Constructor Description SnmpCommunityEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.snmp4j.smi.OctetString
getSnmpCommunityContextEngineID()
org.snmp4j.smi.OctetString
getSnmpCommunityContextName()
org.snmp4j.smi.OctetString
getSnmpCommunityName()
org.snmp4j.smi.OctetString
getSnmpCommunitySecurityName()
org.snmp4j.smi.Integer32
getSnmpCommunityStatus()
org.snmp4j.smi.Integer32
getSnmpCommunityStorageType()
org.snmp4j.smi.OctetString
getSnmpCommunityTransportTag()
void
setSnmpCommunityContextEngineID(org.snmp4j.smi.OctetString newValue)
void
setSnmpCommunityContextName(org.snmp4j.smi.OctetString newValue)
void
setSnmpCommunityName(org.snmp4j.smi.OctetString newValue)
void
setSnmpCommunitySecurityName(org.snmp4j.smi.OctetString newValue)
void
setSnmpCommunityStatus(org.snmp4j.smi.Integer32 newValue)
void
setSnmpCommunityStorageType(org.snmp4j.smi.Integer32 newValue)
void
setSnmpCommunityTransportTag(org.snmp4j.smi.OctetString newValue)
void
setValue(int column, org.snmp4j.smi.Variable value)
Sets the value of a column of this row.-
Methods inherited from class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
cleanup, cleanupRow, commit, commitRow, getBaseRow, getIndex, getResultingValue, getUserObject, getValue, prepare, prepareRow, setBaseRow, setUserObject, size, toString, undo, undoRow
-
Methods inherited from class org.snmp4j.agent.mo.DefaultMOTableRow
compareTo, equals, hashCode, toStringMembers
-
-
-
-
Method Detail
-
getSnmpCommunityName
public org.snmp4j.smi.OctetString getSnmpCommunityName()
-
setSnmpCommunityName
public void setSnmpCommunityName(org.snmp4j.smi.OctetString newValue)
-
setValue
public void setValue(int column, org.snmp4j.smi.Variable value)
Description copied from interface:MOMutableTableRow
Sets the value of a column of this row.- Specified by:
setValue
in interfaceMOMutableTableRow
- Overrides:
setValue
in classDefaultMOMutableRow2PC
- Parameters:
column
- the (zero-based) column index.value
- the new value for the specified column. Implementations of this method may not check the value's type to match the columns type for performance reasons. Thus, the caller have to make sure that the type's match to avoid runtime exceptions later.
-
getSnmpCommunitySecurityName
public org.snmp4j.smi.OctetString getSnmpCommunitySecurityName()
-
setSnmpCommunitySecurityName
public void setSnmpCommunitySecurityName(org.snmp4j.smi.OctetString newValue)
-
getSnmpCommunityContextEngineID
public org.snmp4j.smi.OctetString getSnmpCommunityContextEngineID()
-
setSnmpCommunityContextEngineID
public void setSnmpCommunityContextEngineID(org.snmp4j.smi.OctetString newValue)
-
getSnmpCommunityContextName
public org.snmp4j.smi.OctetString getSnmpCommunityContextName()
-
setSnmpCommunityContextName
public void setSnmpCommunityContextName(org.snmp4j.smi.OctetString newValue)
-
getSnmpCommunityTransportTag
public org.snmp4j.smi.OctetString getSnmpCommunityTransportTag()
-
setSnmpCommunityTransportTag
public void setSnmpCommunityTransportTag(org.snmp4j.smi.OctetString newValue)
-
getSnmpCommunityStorageType
public org.snmp4j.smi.Integer32 getSnmpCommunityStorageType()
-
setSnmpCommunityStorageType
public void setSnmpCommunityStorageType(org.snmp4j.smi.Integer32 newValue)
-
getSnmpCommunityStatus
public org.snmp4j.smi.Integer32 getSnmpCommunityStatus()
-
setSnmpCommunityStatus
public void setSnmpCommunityStatus(org.snmp4j.smi.Integer32 newValue)
-
-