Package org.netxms.client.snmp
Class SnmpTrapLogRecord
java.lang.Object
org.netxms.client.snmp.SnmpTrapLogRecord
Object representing single SNMP trap log record
- 
Constructor SummaryConstructorsConstructorDescriptionSnmpTrapLogRecord(NXCPMessage msg, long baseId) Create record from NXCP message
- 
Method Summary
- 
Constructor Details- 
SnmpTrapLogRecordCreate record from NXCP message- Parameters:
- msg- NXCP message
- baseId- base variable id
 
 
- 
- 
Method Details- 
getIdpublic long getId()- Returns:
- the id
 
- 
getTimestamp- Returns:
- the timestamp
 
- 
getSourceAddress- Returns:
- the sourceAddress
 
- 
getSourceNodepublic long getSourceNode()- Returns:
- the sourceNode
 
- 
getTrapObjectId- Returns:
- the trapObjectId
 
- 
getVarbinds- Returns:
- the varbinds
 
 
-