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
java.util.List<IAutoAction> getAutoactionCollection()
-
getAutoactionCount
int getAutoactionCount()
-
getCorrelation
ICorrelation getCorrelation()
-
getCreationTime
java.util.Date getCreationTime()
-
getDbid
java.lang.Integer getDbid()
-
getDescr
java.lang.String getDescr()
-
getDistPoller
java.lang.String getDistPoller()
-
getForward
IForward getForward(int index)
-
getForward
IForward[] getForward()
-
getForwardCollection
java.util.List<IForward> getForwardCollection()
-
getForwardCount
int getForwardCount()
-
getHost
java.lang.String getHost()
-
getIfAlias
java.lang.String getIfAlias()
-
getIfIndex
java.lang.Integer getIfIndex()
-
getInterface
java.lang.String getInterface()
-
getInterfaceAddress
java.net.InetAddress getInterfaceAddress()
-
getLoggroup
java.lang.String getLoggroup(int index)
-
getLoggroup
java.lang.String[] getLoggroup()
-
getLoggroupCollection
java.util.List<java.lang.String> getLoggroupCollection()
-
getLoggroupCount
int getLoggroupCount()
-
getLogmsg
ILogMsg getLogmsg()
-
getMask
IMask getMask()
-
getMasterStation
java.lang.String getMasterStation()
-
getMouseovertext
java.lang.String getMouseovertext()
-
getNodeid
java.lang.Long getNodeid()
-
getOperaction
IOperAction getOperaction(int index)
-
getOperaction
IOperAction[] getOperaction()
-
getOperactionCollection
java.util.List<IOperAction> getOperactionCollection()
-
getOperactionCount
int getOperactionCount()
-
getOperinstruct
java.lang.String getOperinstruct()
-
getParmCollection
java.util.List<IParm> getParmCollection()
-
getParm
IParm getParm(java.lang.String key)
-
getParmTrim
IParm getParmTrim(java.lang.String key)
-
getPathoutage
java.lang.String getPathoutage()
-
getScript
IScript getScript(int index)
-
getScript
IScript[] getScript()
-
getScriptCollection
java.util.List<IScript> getScriptCollection()
-
getScriptCount
int getScriptCount()
-
getService
java.lang.String getService()
-
getSeverity
java.lang.String getSeverity()
-
getSnmp
ISnmp getSnmp()
-
getSnmphost
java.lang.String getSnmphost()
-
getSource
java.lang.String getSource()
-
getTime
java.util.Date getTime()
-
getTticket
ITticket getTticket()
-
getUei
java.lang.String getUei()
-
getUuid
java.lang.String getUuid()
-
hasDbid
boolean hasDbid()
-
hasIfIndex
boolean hasIfIndex()
-
hasNodeid
boolean hasNodeid()
-
enumerateAutoaction
java.util.Enumeration<IAutoAction> enumerateAutoaction()
-
toStringSimple
java.lang.String toStringSimple()
-
-