public class AgentppTestMib.AgentppTestSharedExtEntryRow
extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
| Constructor and Description |
|---|
AgentppTestSharedExtEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values) |
| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.smi.Integer32 |
getAgentppTestSharedExtTableRowStatus() |
org.snmp4j.smi.Integer32 |
getAgentppTestSharedExtValueInt() |
org.snmp4j.smi.OctetString |
getAgentppTestSharedExtValueString() |
org.snmp4j.smi.Variable |
getValue(int column) |
void |
setAgentppTestSharedExtTableRowStatus(org.snmp4j.smi.Integer32 newValue) |
void |
setAgentppTestSharedExtValueInt(org.snmp4j.smi.Integer32 newValue) |
void |
setAgentppTestSharedExtValueString(org.snmp4j.smi.OctetString newValue) |
void |
setValue(int column,
org.snmp4j.smi.Variable value) |
cleanup, cleanupRow, commit, commitRow, getBaseRow, getIndex, getResultingValue, getUserObject, prepare, prepareRow, setBaseRow, setUserObject, size, toString, undo, undoRowpublic AgentppTestSharedExtEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
public org.snmp4j.smi.Integer32 getAgentppTestSharedExtValueInt()
public void setAgentppTestSharedExtValueInt(org.snmp4j.smi.Integer32 newValue)
public org.snmp4j.smi.OctetString getAgentppTestSharedExtValueString()
public void setAgentppTestSharedExtValueString(org.snmp4j.smi.OctetString newValue)
public org.snmp4j.smi.Integer32 getAgentppTestSharedExtTableRowStatus()
public void setAgentppTestSharedExtTableRowStatus(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.DefaultMOMutableRow2PCCopyright © 2020 SNMP4J.org. All rights reserved.