public class AgentppTestMib.AgentppTestSharedEntryRow
extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
| Constructor and Description |
|---|
AgentppTestSharedEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(org.snmp4j.agent.request.SubRequest subRequest,
org.snmp4j.agent.mo.MOTableRow changeSet,
int column) |
org.snmp4j.smi.OctetString |
getAgentppTestSharedTableCreationTime() |
org.snmp4j.smi.Integer32 |
getAgentppTestSharedTableDelay() |
org.snmp4j.smi.Integer32 |
getAgentppTestSharedTableRowStatus() |
org.snmp4j.smi.UnsignedInteger32 |
getAgentppTestSharedTableSession() |
org.snmp4j.smi.Variable |
getValue(int column) |
void |
setAgentppTestSharedTableCreationTime(org.snmp4j.smi.OctetString newValue) |
void |
setAgentppTestSharedTableDelay(org.snmp4j.smi.Integer32 newValue) |
void |
setAgentppTestSharedTableRowStatus(org.snmp4j.smi.Integer32 newValue) |
void |
setAgentppTestSharedTableSession(org.snmp4j.smi.UnsignedInteger32 newValue) |
void |
setValue(int column,
org.snmp4j.smi.Variable value) |
cleanup, cleanupRow, commitRow, getBaseRow, getIndex, getResultingValue, getUserObject, prepare, prepareRow, setBaseRow, setUserObject, size, toString, undo, undoRowpublic AgentppTestSharedEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
public org.snmp4j.smi.OctetString getAgentppTestSharedTableCreationTime()
public void setAgentppTestSharedTableCreationTime(org.snmp4j.smi.OctetString newValue)
public org.snmp4j.smi.Integer32 getAgentppTestSharedTableDelay()
public void setAgentppTestSharedTableDelay(org.snmp4j.smi.Integer32 newValue)
public org.snmp4j.smi.UnsignedInteger32 getAgentppTestSharedTableSession()
public void setAgentppTestSharedTableSession(org.snmp4j.smi.UnsignedInteger32 newValue)
public org.snmp4j.smi.Integer32 getAgentppTestSharedTableRowStatus()
public void setAgentppTestSharedTableRowStatus(org.snmp4j.smi.Integer32 newValue)
public org.snmp4j.smi.Variable getValue(int column)
getValue in interface org.snmp4j.agent.mo.MOTableRowgetValue in class org.snmp4j.agent.mo.DefaultMOMutableRow2PCpublic void setValue(int column,
org.snmp4j.smi.Variable value)
setValue in interface org.snmp4j.agent.mo.MOMutableTableRowsetValue in class org.snmp4j.agent.mo.DefaultMOMutableRow2PCpublic void commit(org.snmp4j.agent.request.SubRequest subRequest,
org.snmp4j.agent.mo.MOTableRow changeSet,
int column)
commit in interface org.snmp4j.agent.mo.MOMutableRow2PCcommit in class org.snmp4j.agent.mo.DefaultMOMutableRow2PCCopyright © 2020 SNMP4J.org. All rights reserved.