Class EventScript
- java.lang.Object
-
- org.opennms.netmgt.config.scriptd.EventScript
-
- All Implemented Interfaces:
Serializable
public class EventScript extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventScript()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addUei(Uei uei)
boolean
equals(Object obj)
Optional<String>
getContent()
String
getLanguage()
List<Uei>
getUeis()
int
hashCode()
boolean
removeUei(Uei uei)
void
setContent(String content)
void
setLanguage(String language)
void
setUeis(List<Uei> ueis)
-