Class AgentXMib.AgentxRegistrationEntryRow

java.lang.Object
org.snmp4j.agent.mo.DefaultMOTableRow
org.snmp4j.agent.mo.DefaultMOMutableRow2PC
org.snmp4j.agent.agentx.master.AgentXMib.AgentxRegistrationEntryRow
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:
AgentXMib

public static class AgentXMib.AgentxRegistrationEntryRow extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
The AgentxRegistrationEntryRow represents a conceptual row of the agentxRegistrationEntry table.
  • Field Summary

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

    index, values
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    org.snmp4j.smi.OctetString
    Gets the value of the agentxRegContext column.
    org.snmp4j.smi.Integer32
    Gets the value of the agentxRegInstance column.
    org.snmp4j.smi.UnsignedInteger32
    Gets the value of the agentxRegPriority column.
    org.snmp4j.smi.UnsignedInteger32
    Gets the value of the agentxRegRangeSubId column.
    org.snmp4j.smi.OID
    Gets the value of the agentxRegStart column.
    org.snmp4j.smi.Integer32
    Gets the value of the agentxRegTimeout column.
    org.snmp4j.smi.UnsignedInteger32
    Gets the value of the agentxRegUpperBound column.
    void
    setAgentxRegContext(org.snmp4j.smi.OctetString newValue)
    Sets the value of the agentxRegContext column.
    void
    setAgentxRegInstance(org.snmp4j.smi.Integer32 newValue)
    Sets the value of the agentxRegInstance column.
    void
    setAgentxRegPriority(org.snmp4j.smi.UnsignedInteger32 newValue)
    Sets the value of the agentxRegPriority column.
    void
    setAgentxRegRangeSubId(org.snmp4j.smi.UnsignedInteger32 newValue)
    Sets the value of the agentxRegRangeSubId column.
    void
    setAgentxRegStart(org.snmp4j.smi.OID newValue)
    Sets the value of the agentxRegStart column.
    void
    setAgentxRegTimeout(org.snmp4j.smi.Integer32 newValue)
    Sets the value of the agentxRegTimeout column.
    void
    setAgentxRegUpperBound(org.snmp4j.smi.UnsignedInteger32 newValue)
    Sets the value of the agentxRegUpperBound column.

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

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

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

    compareTo, equals, getColumnValue, hashCode, toStringMembers

    Methods inherited from class Object

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

    • AgentxRegistrationEntryRow

      public AgentxRegistrationEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
      Creates a new agentxRegistrationEntry 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

    • getAgentxRegContext

      public org.snmp4j.smi.OctetString getAgentxRegContext()
      Gets the value of the agentxRegContext column.
      Returns:
      the column value as OctetString.
    • setAgentxRegContext

      public void setAgentxRegContext(org.snmp4j.smi.OctetString newValue)
      Sets the value of the agentxRegContext column.
      Parameters:
      newValue - the new column value as OctetString.
    • getAgentxRegStart

      public org.snmp4j.smi.OID getAgentxRegStart()
      Gets the value of the agentxRegStart column.
      Returns:
      the column value as OID.
    • setAgentxRegStart

      public void setAgentxRegStart(org.snmp4j.smi.OID newValue)
      Sets the value of the agentxRegStart column.
      Parameters:
      newValue - the new column value as OID.
    • getAgentxRegRangeSubId

      public org.snmp4j.smi.UnsignedInteger32 getAgentxRegRangeSubId()
      Gets the value of the agentxRegRangeSubId column.
      Returns:
      the column value as UnsignedInteger32.
    • setAgentxRegRangeSubId

      public void setAgentxRegRangeSubId(org.snmp4j.smi.UnsignedInteger32 newValue)
      Sets the value of the agentxRegRangeSubId column.
      Parameters:
      newValue - the new column value as UnsignedInteger32.
    • getAgentxRegUpperBound

      public org.snmp4j.smi.UnsignedInteger32 getAgentxRegUpperBound()
      Gets the value of the agentxRegUpperBound column.
      Returns:
      the column value as UnsignedInteger32.
    • setAgentxRegUpperBound

      public void setAgentxRegUpperBound(org.snmp4j.smi.UnsignedInteger32 newValue)
      Sets the value of the agentxRegUpperBound column.
      Parameters:
      newValue - the new column value as UnsignedInteger32.
    • getAgentxRegPriority

      public org.snmp4j.smi.UnsignedInteger32 getAgentxRegPriority()
      Gets the value of the agentxRegPriority column.
      Returns:
      the column value as UnsignedInteger32.
    • setAgentxRegPriority

      public void setAgentxRegPriority(org.snmp4j.smi.UnsignedInteger32 newValue)
      Sets the value of the agentxRegPriority column.
      Parameters:
      newValue - the new column value as UnsignedInteger32.
    • getAgentxRegTimeout

      public org.snmp4j.smi.Integer32 getAgentxRegTimeout()
      Gets the value of the agentxRegTimeout column.
      Returns:
      the column value as Integer32.
    • setAgentxRegTimeout

      public void setAgentxRegTimeout(org.snmp4j.smi.Integer32 newValue)
      Sets the value of the agentxRegTimeout column.
      Parameters:
      newValue - the new column value as Integer32.
    • getAgentxRegInstance

      public org.snmp4j.smi.Integer32 getAgentxRegInstance()
      Gets the value of the agentxRegInstance column.
      Returns:
      the column value as Integer32.
    • setAgentxRegInstance

      public void setAgentxRegInstance(org.snmp4j.smi.Integer32 newValue)
      Sets the value of the agentxRegInstance column.
      Parameters:
      newValue - the new column value as Integer32.