Package org.opennms.netmgt.xml.eventconf
Class Autoacknowledge
- java.lang.Object
-
- org.opennms.netmgt.xml.eventconf.Autoacknowledge
-
- All Implemented Interfaces:
Serializable
public class Autoacknowledge extends Object implements Serializable
The autoacknowledge information for the user with state controlling if event is marked acknowledged when inserted into the database- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Autoacknowledge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getContent()
StateType
getState()
int
hashCode()
void
setContent(String content)
void
setState(StateType state)
-