idmap.hoursSinceLastSeen
idmap.hoursSinceLastSeen(ep)
Description
Returns the hours since the last seen idmap for that endpoint was added.
Parameters
| Parameter | Type | Explanationdsfsd |
|---|---|---|
| ep | String | The endpoint |
Example
idmap = option.getIdmap()
originendpoint = message.getEndpoint()
println idmap.hoursSinceLastSeen(originendpoint)