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
ConstructorsConstructorDescriptionAgentxRegistrationEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) Creates a newagentxRegistrationEntryrow with the given index and column values. -
Method Summary
Modifier and TypeMethodDescriptionorg.snmp4j.smi.OctetStringGets the value of theagentxRegContextcolumn.org.snmp4j.smi.Integer32Gets the value of theagentxRegInstancecolumn.org.snmp4j.smi.UnsignedInteger32Gets the value of theagentxRegPrioritycolumn.org.snmp4j.smi.UnsignedInteger32Gets the value of theagentxRegRangeSubIdcolumn.org.snmp4j.smi.OIDGets the value of theagentxRegStartcolumn.org.snmp4j.smi.Integer32Gets the value of theagentxRegTimeoutcolumn.org.snmp4j.smi.UnsignedInteger32Gets the value of theagentxRegUpperBoundcolumn.voidsetAgentxRegContext(org.snmp4j.smi.OctetString newValue) Sets the value of theagentxRegContextcolumn.voidsetAgentxRegInstance(org.snmp4j.smi.Integer32 newValue) Sets the value of theagentxRegInstancecolumn.voidsetAgentxRegPriority(org.snmp4j.smi.UnsignedInteger32 newValue) Sets the value of theagentxRegPrioritycolumn.voidsetAgentxRegRangeSubId(org.snmp4j.smi.UnsignedInteger32 newValue) Sets the value of theagentxRegRangeSubIdcolumn.voidsetAgentxRegStart(org.snmp4j.smi.OID newValue) Sets the value of theagentxRegStartcolumn.voidsetAgentxRegTimeout(org.snmp4j.smi.Integer32 newValue) Sets the value of theagentxRegTimeoutcolumn.voidsetAgentxRegUpperBound(org.snmp4j.smi.UnsignedInteger32 newValue) Sets the value of theagentxRegUpperBoundcolumn.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
-
AgentxRegistrationEntryRow
public AgentxRegistrationEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) Creates a newagentxRegistrationEntryrow 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 theagentxRegContextcolumn.- Returns:
- the column value as
OctetString.
-
setAgentxRegContext
public void setAgentxRegContext(org.snmp4j.smi.OctetString newValue) Sets the value of theagentxRegContextcolumn.- Parameters:
newValue- the new column value asOctetString.
-
getAgentxRegStart
public org.snmp4j.smi.OID getAgentxRegStart()Gets the value of theagentxRegStartcolumn.- Returns:
- the column value as
OID.
-
setAgentxRegStart
public void setAgentxRegStart(org.snmp4j.smi.OID newValue) Sets the value of theagentxRegStartcolumn.- Parameters:
newValue- the new column value asOID.
-
getAgentxRegRangeSubId
public org.snmp4j.smi.UnsignedInteger32 getAgentxRegRangeSubId()Gets the value of theagentxRegRangeSubIdcolumn.- Returns:
- the column value as
UnsignedInteger32.
-
setAgentxRegRangeSubId
public void setAgentxRegRangeSubId(org.snmp4j.smi.UnsignedInteger32 newValue) Sets the value of theagentxRegRangeSubIdcolumn.- Parameters:
newValue- the new column value asUnsignedInteger32.
-
getAgentxRegUpperBound
public org.snmp4j.smi.UnsignedInteger32 getAgentxRegUpperBound()Gets the value of theagentxRegUpperBoundcolumn.- Returns:
- the column value as
UnsignedInteger32.
-
setAgentxRegUpperBound
public void setAgentxRegUpperBound(org.snmp4j.smi.UnsignedInteger32 newValue) Sets the value of theagentxRegUpperBoundcolumn.- Parameters:
newValue- the new column value asUnsignedInteger32.
-
getAgentxRegPriority
public org.snmp4j.smi.UnsignedInteger32 getAgentxRegPriority()Gets the value of theagentxRegPrioritycolumn.- Returns:
- the column value as
UnsignedInteger32.
-
setAgentxRegPriority
public void setAgentxRegPriority(org.snmp4j.smi.UnsignedInteger32 newValue) Sets the value of theagentxRegPrioritycolumn.- Parameters:
newValue- the new column value asUnsignedInteger32.
-
getAgentxRegTimeout
public org.snmp4j.smi.Integer32 getAgentxRegTimeout()Gets the value of theagentxRegTimeoutcolumn.- Returns:
- the column value as
Integer32.
-
setAgentxRegTimeout
public void setAgentxRegTimeout(org.snmp4j.smi.Integer32 newValue) Sets the value of theagentxRegTimeoutcolumn.- Parameters:
newValue- the new column value asInteger32.
-
getAgentxRegInstance
public org.snmp4j.smi.Integer32 getAgentxRegInstance()Gets the value of theagentxRegInstancecolumn.- Returns:
- the column value as
Integer32.
-
setAgentxRegInstance
public void setAgentxRegInstance(org.snmp4j.smi.Integer32 newValue) Sets the value of theagentxRegInstancecolumn.- Parameters:
newValue- the new column value asInteger32.
-