public class FriendlySnmpMib.AppInfoEntryRow
extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
| Constructor and Description |
|---|
AppInfoEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values) |
| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.smi.OctetString |
getAppInfoDesc() |
org.snmp4j.smi.OctetString |
getAppInfoName() |
org.snmp4j.smi.Variable |
getValue(int column) |
void |
setAppInfoDesc(org.snmp4j.smi.OctetString newValue) |
void |
setAppInfoName(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 AppInfoEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
public org.snmp4j.smi.OctetString getAppInfoName()
public void setAppInfoName(org.snmp4j.smi.OctetString newValue)
public org.snmp4j.smi.OctetString getAppInfoDesc()
public void setAppInfoDesc(org.snmp4j.smi.OctetString 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.DefaultMOMutableRow2PC