net.sf.snmpadaptor4j.core.mapping
Class MapDataMapTrapMapping
java.lang.Object
net.sf.snmpadaptor4j.core.mapping.DataMapTrapMapping
net.sf.snmpadaptor4j.core.mapping.MapDataMapTrapMapping
- All Implemented Interfaces:
- Serializable
public final class MapDataMapTrapMapping
- extends DataMapTrapMapping
Object containing the mapping to build the dataMap
field of SnmpTrap
from a userData
field
of JMX notification and as map object.
- Author:
- Jean-Philippe MINETTI
- See Also:
- Serialized Form
getUserDataEntryList
public List<UserDataEntryDataMapTrapMapping> getUserDataEntryList()
- Returns the list of mappings to build entries of the map in
dataMap
field of SnmpTrap
from all
entries of map in userData
field of JMX notification.
- Returns:
- List of mappings to build entries of the map in
dataMap
field of SnmpTrap
from all entries
of map in userData
field of JMX notification (never NULL
).
hashCode
public int hashCode()
- Overrides:
hashCode
in class DataMapTrapMapping
equals
public boolean equals(Object obj)
- Overrides:
equals
in class DataMapTrapMapping
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.