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
ConstructorsConstructorDescriptionAgentxConnectionEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) Creates a newagentxConnectionEntryrow with the given index and column values. -
Method Summary
Modifier and TypeMethodDescriptionorg.snmp4j.smi.TimeTicksGets the value of theagentxConnOpenTimecolumn.org.snmp4j.smi.OctetStringGets the value of theagentxConnTransportAddresscolumn.org.snmp4j.smi.OIDGets the value of theagentxConnTransportDomaincolumn.voidsetAgentxConnOpenTime(org.snmp4j.smi.TimeTicks newValue) Sets the value of theagentxConnOpenTimecolumn.voidsetAgentxConnTransportAddress(org.snmp4j.smi.OctetString newValue) Sets the value of theagentxConnTransportAddresscolumn.voidsetAgentxConnTransportDomain(org.snmp4j.smi.OID newValue) Sets the value of theagentxConnTransportDomaincolumn.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, undoRowMethods inherited from class org.snmp4j.agent.mo.DefaultMOTableRow
compareTo, equals, getColumnValue, hashCode, toStringMembers
-
Constructor Details
-
AgentxConnectionEntryRow
public AgentxConnectionEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) Creates a newagentxConnectionEntryrow 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 theagentxConnOpenTimecolumn.- Returns:
- the column value as
TimeTicks.
-
setAgentxConnOpenTime
public void setAgentxConnOpenTime(org.snmp4j.smi.TimeTicks newValue) Sets the value of theagentxConnOpenTimecolumn.- Parameters:
newValue- the new column value asTimeTicks.
-
getAgentxConnTransportDomain
public org.snmp4j.smi.OID getAgentxConnTransportDomain()Gets the value of theagentxConnTransportDomaincolumn.- Returns:
- the column value as
OID.
-
setAgentxConnTransportDomain
public void setAgentxConnTransportDomain(org.snmp4j.smi.OID newValue) Sets the value of theagentxConnTransportDomaincolumn.- Parameters:
newValue- the new column value asOID.
-
getAgentxConnTransportAddress
public org.snmp4j.smi.OctetString getAgentxConnTransportAddress()Gets the value of theagentxConnTransportAddresscolumn.- Returns:
- the column value as
OctetString.
-
setAgentxConnTransportAddress
public void setAgentxConnTransportAddress(org.snmp4j.smi.OctetString newValue) Sets the value of theagentxConnTransportAddresscolumn.- Parameters:
newValue- the new column value asOctetString.
-