Class AgentXMib.AgentxConnectionEntryRow

java.lang.Object
org.snmp4j.agent.mo.DefaultMOTableRow
org.snmp4j.agent.mo.DefaultMOMutableRow2PC
org.snmp4j.agent.agentx.master.AgentXMib.AgentxConnectionEntryRow
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.AgentxConnectionEntryRow extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
The AgentxConnectionEntryRow represents a conceptual row of the agentxConnectionEntry table.
  • Field Summary

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

    index, values
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    org.snmp4j.smi.TimeTicks
    Gets the value of the agentxConnOpenTime column.
    org.snmp4j.smi.OctetString
    Gets the value of the agentxConnTransportAddress column.
    org.snmp4j.smi.OID
    Gets the value of the agentxConnTransportDomain column.
    void
    setAgentxConnOpenTime(org.snmp4j.smi.TimeTicks newValue)
    Sets the value of the agentxConnOpenTime column.
    void
    setAgentxConnTransportAddress(org.snmp4j.smi.OctetString newValue)
    Sets the value of the agentxConnTransportAddress column.
    void
    setAgentxConnTransportDomain(org.snmp4j.smi.OID newValue)
    Sets the value of the agentxConnTransportDomain 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

    • AgentxConnectionEntryRow

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

    • getAgentxConnOpenTime

      public org.snmp4j.smi.TimeTicks getAgentxConnOpenTime()
      Gets the value of the agentxConnOpenTime column.
      Returns:
      the column value as TimeTicks.
    • setAgentxConnOpenTime

      public void setAgentxConnOpenTime(org.snmp4j.smi.TimeTicks newValue)
      Sets the value of the agentxConnOpenTime column.
      Parameters:
      newValue - the new column value as TimeTicks.
    • getAgentxConnTransportDomain

      public org.snmp4j.smi.OID getAgentxConnTransportDomain()
      Gets the value of the agentxConnTransportDomain column.
      Returns:
      the column value as OID.
    • setAgentxConnTransportDomain

      public void setAgentxConnTransportDomain(org.snmp4j.smi.OID newValue)
      Sets the value of the agentxConnTransportDomain column.
      Parameters:
      newValue - the new column value as OID.
    • getAgentxConnTransportAddress

      public org.snmp4j.smi.OctetString getAgentxConnTransportAddress()
      Gets the value of the agentxConnTransportAddress column.
      Returns:
      the column value as OctetString.
    • setAgentxConnTransportAddress

      public void setAgentxConnTransportAddress(org.snmp4j.smi.OctetString newValue)
      Sets the value of the agentxConnTransportAddress column.
      Parameters:
      newValue - the new column value as OctetString.