Class AgentppTestMib.AgentppTestSparseEntryRow

java.lang.Object
org.snmp4j.agent.mo.DefaultMOTableRow
org.snmp4j.agent.mo.DefaultMOMutableRow2PC
org.snmp4j.agent.agentx.subagent.test.AgentppTestMib.AgentppTestSparseEntryRow
All Implemented Interfaces:
Comparable<org.snmp4j.agent.mo.MOTableRow>, org.snmp4j.agent.mo.MOMutableRow2PC<org.snmp4j.agent.request.SubRequest<?>>, org.snmp4j.agent.mo.MOMutableTableRow, org.snmp4j.agent.mo.MOTableRow
Enclosing class:
AgentppTestMib

public class AgentppTestMib.AgentppTestSparseEntryRow extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
The AgentppTestSparseEntryRow represents a conceptual row of the agentppTestSparseEntry table.
  • Field Summary

    Fields inherited from class org.snmp4j.agent.mo.DefaultMOTableRow

    index, values
  • Constructor Summary

    Constructors
    Constructor
    Description
    AgentppTestSparseEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
    Creates a new agentppTestSparseEntry row with the given index and column values.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.snmp4j.smi.Integer32
    Gets the value of the agentppTestSparseCol1 column.
    org.snmp4j.smi.Gauge32
    Gets the value of the agentppTestSparseCol2 column.
    org.snmp4j.smi.OctetString
    Gets the value of the agentppTestSparseCol3 column.
    org.snmp4j.smi.Integer32
    Gets the value of the agentppTestSparseRowStatus column.
    org.snmp4j.smi.Variable
    getValue(int column)
     
    void
    setAgentppTestSparseCol1(org.snmp4j.smi.Integer32 newValue)
    Sets the value of the agentppTestSparseCol1 column.
    void
    setAgentppTestSparseCol2(org.snmp4j.smi.Gauge32 newValue)
    Sets the value of the agentppTestSparseCol2 column.
    void
    setAgentppTestSparseCol3(org.snmp4j.smi.OctetString newValue)
    Sets the value of the agentppTestSparseCol3 column.
    void
    setAgentppTestSparseRowStatus(org.snmp4j.smi.Integer32 newValue)
    Sets the value of the agentppTestSparseRowStatus column.
    void
    setValue(int column, org.snmp4j.smi.Variable value)
     

    Methods inherited from class org.snmp4j.agent.mo.DefaultMOMutableRow2PC

    cleanup, cleanupRow, commit, commitRow, getBaseRow, getIndex, getResultingValue, getUserObject, prepare, prepareRow, setBaseRow, setUserObject, size, toString, undo, undoRow

    Methods inherited from class org.snmp4j.agent.mo.DefaultMOTableRow

    compareTo, equals, getColumnValue, hashCode, toStringMembers

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AgentppTestSparseEntryRow

      public AgentppTestSparseEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
      Creates a new agentppTestSparseEntry row with the given index and column values.
      Parameters:
      index - the index OID of the new row.
      values - the column values of the new row.
  • Method Details

    • getAgentppTestSparseCol1

      public org.snmp4j.smi.Integer32 getAgentppTestSparseCol1()
      Gets the value of the agentppTestSparseCol1 column.
      Returns:
      the column value as Integer32.
    • setAgentppTestSparseCol1

      public void setAgentppTestSparseCol1(org.snmp4j.smi.Integer32 newValue)
      Sets the value of the agentppTestSparseCol1 column.
      Parameters:
      newValue - the new column value as Integer32.
    • getAgentppTestSparseCol2

      public org.snmp4j.smi.Gauge32 getAgentppTestSparseCol2()
      Gets the value of the agentppTestSparseCol2 column.
      Returns:
      the column value as Gauge32.
    • setAgentppTestSparseCol2

      public void setAgentppTestSparseCol2(org.snmp4j.smi.Gauge32 newValue)
      Sets the value of the agentppTestSparseCol2 column.
      Parameters:
      newValue - the new column value as Gauge32.
    • getAgentppTestSparseCol3

      public org.snmp4j.smi.OctetString getAgentppTestSparseCol3()
      Gets the value of the agentppTestSparseCol3 column.
      Returns:
      the column value as OctetString.
    • setAgentppTestSparseCol3

      public void setAgentppTestSparseCol3(org.snmp4j.smi.OctetString newValue)
      Sets the value of the agentppTestSparseCol3 column.
      Parameters:
      newValue - the new column value as OctetString.
    • getAgentppTestSparseRowStatus

      public org.snmp4j.smi.Integer32 getAgentppTestSparseRowStatus()
      Gets the value of the agentppTestSparseRowStatus column.
      Returns:
      the column value as Integer32.
    • setAgentppTestSparseRowStatus

      public void setAgentppTestSparseRowStatus(org.snmp4j.smi.Integer32 newValue)
      Sets the value of the agentppTestSparseRowStatus column.
      Parameters:
      newValue - the new column value as Integer32.
    • getValue

      public org.snmp4j.smi.Variable getValue(int column)
      Specified by:
      getValue in interface org.snmp4j.agent.mo.MOTableRow
      Overrides:
      getValue in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
    • setValue

      public void setValue(int column, org.snmp4j.smi.Variable value)
      Specified by:
      setValue in interface org.snmp4j.agent.mo.MOMutableTableRow
      Overrides:
      setValue in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC