public class AgentppTestMib.AgentppTestSparseEntryRow
extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
| Constructor and Description |
|---|
AgentppTestSparseEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values) |
| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.smi.Integer32 |
getAgentppTestSparseCol1() |
org.snmp4j.smi.Gauge32 |
getAgentppTestSparseCol2() |
org.snmp4j.smi.OctetString |
getAgentppTestSparseCol3() |
org.snmp4j.smi.Integer32 |
getAgentppTestSparseRowStatus() |
org.snmp4j.smi.Variable |
getValue(int column) |
void |
setAgentppTestSparseCol1(org.snmp4j.smi.Integer32 newValue) |
void |
setAgentppTestSparseCol2(org.snmp4j.smi.Gauge32 newValue) |
void |
setAgentppTestSparseCol3(org.snmp4j.smi.OctetString newValue) |
void |
setAgentppTestSparseRowStatus(org.snmp4j.smi.Integer32 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 AgentppTestSparseEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
public org.snmp4j.smi.Integer32 getAgentppTestSparseCol1()
public void setAgentppTestSparseCol1(org.snmp4j.smi.Integer32 newValue)
public org.snmp4j.smi.Gauge32 getAgentppTestSparseCol2()
public void setAgentppTestSparseCol2(org.snmp4j.smi.Gauge32 newValue)
public org.snmp4j.smi.OctetString getAgentppTestSparseCol3()
public void setAgentppTestSparseCol3(org.snmp4j.smi.OctetString newValue)
public org.snmp4j.smi.Integer32 getAgentppTestSparseRowStatus()
public void setAgentppTestSparseRowStatus(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.