Interface IEvent
-
- All Known Implementing Classes:
ImmutableEvent
public interface IEvent
A definition corresponding to POJO 'Event
'. The 'has...()' methods exist since the corresponding 'get...()' methods will return a default value if null. Using the 'has...()' method is the only means to determine if the backing value is null.
-
-
Method Summary
-
-
-
Method Detail
-
getAlarmData
IAlarmData getAlarmData()
-
getAutoacknowledge
IAutoAcknowledge getAutoacknowledge()
-
getAutoaction
IAutoAction getAutoaction(int index)
-
getAutoaction
IAutoAction[] getAutoaction()
-
getAutoactionCollection
List<IAutoAction> getAutoactionCollection()
-
getAutoactionCount
int getAutoactionCount()
-
getCorrelation
ICorrelation getCorrelation()
-
getCreationTime
Date getCreationTime()
-
getDbid
Integer getDbid()
-
getDescr
String getDescr()
-
getDistPoller
String getDistPoller()
-
getForward
IForward getForward(int index)
-
getForward
IForward[] getForward()
-
getForwardCount
int getForwardCount()
-
getHost
String getHost()
-
getIfAlias
String getIfAlias()
-
getIfIndex
Integer getIfIndex()
-
getInterface
String getInterface()
-
getInterfaceAddress
InetAddress getInterfaceAddress()
-
getLoggroup
String getLoggroup(int index)
-
getLoggroup
String[] getLoggroup()
-
getLoggroupCount
int getLoggroupCount()
-
getLogmsg
ILogMsg getLogmsg()
-
getMask
IMask getMask()
-
getMasterStation
String getMasterStation()
-
getMouseovertext
String getMouseovertext()
-
getNodeid
Long getNodeid()
-
getOperaction
IOperAction getOperaction(int index)
-
getOperaction
IOperAction[] getOperaction()
-
getOperactionCollection
List<IOperAction> getOperactionCollection()
-
getOperactionCount
int getOperactionCount()
-
getOperinstruct
String getOperinstruct()
-
getPathoutage
String getPathoutage()
-
getScript
IScript getScript(int index)
-
getScript
IScript[] getScript()
-
getScriptCount
int getScriptCount()
-
getService
String getService()
-
getSeverity
String getSeverity()
-
getSnmp
ISnmp getSnmp()
-
getSnmphost
String getSnmphost()
-
getSource
String getSource()
-
getTime
Date getTime()
-
getTticket
ITticket getTticket()
-
getUei
String getUei()
-
getUuid
String getUuid()
-
hasDbid
boolean hasDbid()
-
hasIfIndex
boolean hasIfIndex()
-
hasNodeid
boolean hasNodeid()
-
enumerateAutoaction
Enumeration<IAutoAction> enumerateAutoaction()
-
toStringSimple
String toStringSimple()
-
-