Package org.opennms.netmgt.xml.eventconf
Class Operaction
- java.lang.Object
-
- org.opennms.netmgt.xml.eventconf.Operaction
-
- All Implemented Interfaces:
Serializable
public class Operaction extends Object implements Serializable
The operator action to be taken when this event occurs with state controlling if action takes place. The menutext gets displayed in the UI.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Operaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getContent()
String
getMenutext()
StateType
getState()
int
hashCode()
void
setContent(String content)
void
setMenutext(String menutext)
void
setState(StateType state)
-