Skip to main content

idmap.hoursSinceLastSeen

idmap.hoursSinceLastSeen(ep)

Description

Returns the hours since the last seen idmap for that endpoint was added.

Parameters

ParameterTypeExplanationdsfsd
epStringThe endpoint

Example

idmap = option.getIdmap()

originendpoint = message.getEndpoint()
println idmap.hoursSinceLastSeen(originendpoint)