public class NotificationLogMib.NlmLogEntryRow extends DefaultMOMutableRow2PC
index, values| Constructor and Description |
|---|
NlmLogEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values) |
| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.smi.OctetString |
getNlmLogContextEngineID() |
org.snmp4j.smi.OctetString |
getNlmLogContextName() |
org.snmp4j.smi.OctetString |
getNlmLogDateAndTime() |
org.snmp4j.smi.OctetString |
getNlmLogEngineID() |
org.snmp4j.smi.OctetString |
getNlmLogEngineTAddress() |
org.snmp4j.smi.OID |
getNlmLogEngineTDomain() |
org.snmp4j.smi.OID |
getNlmLogNotificationID() |
org.snmp4j.smi.TimeTicks |
getNlmLogTime() |
org.snmp4j.smi.Variable |
getValue(int column)
Gets the value at the specified column index.
|
void |
setNlmLogContextEngineID(org.snmp4j.smi.OctetString newValue) |
void |
setNlmLogContextName(org.snmp4j.smi.OctetString newValue) |
void |
setNlmLogDateAndTime(org.snmp4j.smi.OctetString newValue) |
void |
setNlmLogEngineID(org.snmp4j.smi.OctetString newValue) |
void |
setNlmLogEngineTAddress(org.snmp4j.smi.OctetString newValue) |
void |
setNlmLogEngineTDomain(org.snmp4j.smi.OID newValue) |
void |
setNlmLogNotificationID(org.snmp4j.smi.OID newValue) |
void |
setNlmLogTime(org.snmp4j.smi.TimeTicks newValue) |
void |
setValue(int column,
org.snmp4j.smi.Variable value)
Sets the value of a column of this row.
|
cleanup, cleanupRow, commit, commitRow, getBaseRow, getIndex, getResultingValue, getUserObject, prepare, prepareRow, setBaseRow, setUserObject, size, toString, undo, undoRowcompareTo, equals, hashCode, toStringMemberspublic NlmLogEntryRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
public org.snmp4j.smi.TimeTicks getNlmLogTime()
public void setNlmLogTime(org.snmp4j.smi.TimeTicks newValue)
public org.snmp4j.smi.OctetString getNlmLogDateAndTime()
public void setNlmLogDateAndTime(org.snmp4j.smi.OctetString newValue)
public org.snmp4j.smi.OctetString getNlmLogEngineID()
public void setNlmLogEngineID(org.snmp4j.smi.OctetString newValue)
public org.snmp4j.smi.OctetString getNlmLogEngineTAddress()
public void setNlmLogEngineTAddress(org.snmp4j.smi.OctetString newValue)
public org.snmp4j.smi.OID getNlmLogEngineTDomain()
public void setNlmLogEngineTDomain(org.snmp4j.smi.OID newValue)
public org.snmp4j.smi.OctetString getNlmLogContextEngineID()
public void setNlmLogContextEngineID(org.snmp4j.smi.OctetString newValue)
public org.snmp4j.smi.OctetString getNlmLogContextName()
public void setNlmLogContextName(org.snmp4j.smi.OctetString newValue)
public org.snmp4j.smi.OID getNlmLogNotificationID()
public void setNlmLogNotificationID(org.snmp4j.smi.OID newValue)
public org.snmp4j.smi.Variable getValue(int column)
MOTableRowgetValue in interface MOTableRowgetValue in class DefaultMOMutableRow2PCcolumn - the zero-based column index.public void setValue(int column,
org.snmp4j.smi.Variable value)
MOMutableTableRowsetValue in interface MOMutableTableRowsetValue in class DefaultMOMutableRow2PCcolumn - the (zero-based) column index.value - the new value for the specified column. Implementations of this method
may not check the value's type to match the columns type for performance
reasons. Thus, the caller have to make sure that the type's match to
avoid runtime exceptions later.Copyright © 2020 SNMP4J.org. All rights reserved.