Package org.opennms.netmgt.xml.eventconf
Class Event
- java.lang.Object
-
- org.opennms.netmgt.xml.eventconf.Event
-
- All Implemented Interfaces:
Serializable
,Comparable<Event>
public class Event extends Object implements Serializable, Comparable<Event>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
-
-
-
Method Detail
-
getMask
public Mask getMask()
-
setMask
public void setMask(Mask mask)
-
getUei
public String getUei()
-
setUei
public void setUei(String uei)
-
getPriority
public Integer getPriority()
-
setPriority
public void setPriority(Integer priority)
-
getEventLabel
public String getEventLabel()
-
setEventLabel
public void setEventLabel(String eventLabel)
-
getSnmp
public Snmp getSnmp()
-
setSnmp
public void setSnmp(Snmp snmp)
-
getDescr
public String getDescr()
-
setDescr
public void setDescr(String descr)
-
getLogmsg
public Logmsg getLogmsg()
-
setLogmsg
public void setLogmsg(Logmsg logmsg)
-
getSeverity
public String getSeverity()
-
setSeverity
public void setSeverity(String severity)
-
getCorrelation
public Correlation getCorrelation()
-
setCorrelation
public void setCorrelation(Correlation correlation)
-
getOperinstruct
public String getOperinstruct()
-
setOperinstruct
public void setOperinstruct(String operinstruct)
-
getAutoactions
public List<Autoaction> getAutoactions()
-
setAutoactions
public void setAutoactions(List<Autoaction> autoactions)
-
addAutoaction
public void addAutoaction(Autoaction autoaction)
-
removeAutoaction
public boolean removeAutoaction(Autoaction autoaction)
-
getVarbindsdecodes
public List<Varbindsdecode> getVarbindsdecodes()
-
setVarbindsdecodes
public void setVarbindsdecodes(List<Varbindsdecode> decodes)
-
addVarbindsdecode
public void addVarbindsdecode(Varbindsdecode varbindsdecode)
-
removeVarbindsdecode
public boolean removeVarbindsdecode(Varbindsdecode decode)
-
addParameter
public void addParameter(Parameter parameter)
-
removeParameter
public boolean removeParameter(Parameter parameter)
-
getOperactions
public List<Operaction> getOperactions()
-
setOperactions
public void setOperactions(List<Operaction> operactions)
-
addOperaction
public void addOperaction(Operaction operaction)
-
removeOperaction
public boolean removeOperaction(Operaction operaction)
-
getAutoacknowledge
public Autoacknowledge getAutoacknowledge()
-
setAutoacknowledge
public void setAutoacknowledge(Autoacknowledge autoacknowledge)
-
addLoggroup
public void addLoggroup(String loggroup)
-
removeLoggroup
public boolean removeLoggroup(String loggroup)
-
getTticket
public Tticket getTticket()
-
setTticket
public void setTticket(Tticket tticket)
-
addForward
public void addForward(Forward forward)
-
removeForward
public boolean removeForward(Forward forward)
-
addScript
public void addScript(Script script)
-
removeScript
public boolean removeScript(Script script)
-
getMouseovertext
public String getMouseovertext()
-
setMouseovertext
public void setMouseovertext(String mouseovertext)
-
getAlarmData
public AlarmData getAlarmData()
-
setAlarmData
public void setAlarmData(AlarmData alarmData)
-
addFilter
public void addFilter(Filter filter)
-
removeFilter
public boolean removeFilter(Filter filter)
-
getIndex
public EventOrdering.EventOrderIndex getIndex()
-
setIndex
public void setIndex(EventOrdering.EventOrderIndex index)
-
matches
public MatchResult matches(Event matchingEvent)
-
initialize
public void initialize(EventOrdering.EventOrderIndex eventOrderIndex)
-
compareTo
public int compareTo(Event o)
- Specified by:
compareTo
in interfaceComparable<Event>
-
-