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

public class SnmpCommunityMIB.SnmpCommunityEntryRow extends DefaultMOMutableRow2PC
  • 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: MOMutableTableRow
      Sets the value of a column of this row.
      Specified by:
      setValue in interface MOMutableTableRow
      Overrides:
      setValue in class DefaultMOMutableRow2PC
      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)