MOMutableRow2PC
, MOMutableTableRow
DefaultMOMutableRow2PC
, DefaultMOTable.ChangeSet
, DefaultMOTableRow
, NotificationLogMib.NlmConfigLogEntryRow
, NotificationLogMib.NlmLogEntryRow
, NotificationLogMib.NlmLogVariableEntryRow
, NotificationLogMib.NlmStatsLogEntryRow
, Snmp4jDemoMib.Snmp4jDemoEntryRow
, Snmp4jDemoMib.Snmp4jDemoSparseEntryRow
, Snmp4jHeartbeatMib.Snmp4jAgentHBCtrlEntryRow
, Snmp4jLogMib.Snmp4jLogLoggerRow
, Snmp4jProxyMib.Snmp4jProxyEntryRow
, SnmpCommunityMIB.SnmpCommunityEntryRow
, SnmpProxyMIB.SnmpProxyRow
, SnmpTargetMIB.SnmpTargetAddrEntryRow
, SnmpTlsTmMib.SnmpTlstmAddrEntryRow
, SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
, SnmpTlsTmMib.SnmpTlstmParamsEntryRow
, SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
, SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
, UsmMIB.UsmTableRow
public interface MOTableRow<V extends org.snmp4j.smi.Variable>
MOTableRow
interface describes a conceptual table row.Modifier and Type | Method | Description |
---|---|---|
MOTableRow |
getBaseRow() |
Gets the associated base row for this row (if this row is a dependent row).
|
org.snmp4j.smi.OID |
getIndex() |
Gets the row's index OID, for example the row index of the first row
of an ifTable would return
OID("1") . |
V |
getValue(int column) |
Gets the value at the specified column index.
|
void |
setBaseRow(MOTableRow baseRow) |
Sets the associated base row.
|
int |
size() |
Returns the number of columns in this row.
|
org.snmp4j.smi.OID getIndex()
OID("1")
.V getValue(int column)
column
- the zero-based column index.MOTableRow getBaseRow()
null
if this row is a base row itself.void setBaseRow(MOTableRow baseRow)
baseRow
- the base row.int size()
Copyright © 2018 SNMP4J.org. All rights reserved.