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:
Comparable<MOTableRow>,MOMutableRow2PC<SubRequest<?>>,MOMutableTableRow,MOTableRow
- Enclosing class:
SnmpCommunityMIB
-
Field Summary
Fields inherited from class org.snmp4j.agent.mo.DefaultMOTableRow
index, values -
Constructor Summary
ConstructorsConstructorDescriptionSnmpCommunityEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) -
Method Summary
Modifier and TypeMethodDescriptionorg.snmp4j.smi.OctetStringorg.snmp4j.smi.OctetStringorg.snmp4j.smi.OctetStringorg.snmp4j.smi.OctetStringorg.snmp4j.smi.Integer32org.snmp4j.smi.Integer32org.snmp4j.smi.OctetStringvoidsetSnmpCommunityContextEngineID(org.snmp4j.smi.OctetString newValue) voidsetSnmpCommunityContextName(org.snmp4j.smi.OctetString newValue) voidsetSnmpCommunityName(org.snmp4j.smi.OctetString newValue) voidsetSnmpCommunitySecurityName(org.snmp4j.smi.OctetString newValue) voidsetSnmpCommunityStatus(org.snmp4j.smi.Integer32 newValue) voidsetSnmpCommunityStorageType(org.snmp4j.smi.Integer32 newValue) voidsetSnmpCommunityTransportTag(org.snmp4j.smi.OctetString newValue) voidsetValue(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, undoRowMethods inherited from class org.snmp4j.agent.mo.DefaultMOTableRow
compareTo, equals, getColumnValue, hashCode, toStringMembers
-
Constructor Details
-
SnmpCommunityEntryRow
public SnmpCommunityEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
-
-
Method Details
-
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:MOMutableTableRowSets the value of a column of this row.- Specified by:
setValuein interfaceMOMutableTableRow- Overrides:
setValuein 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)
-