Class Rule
- java.lang.Object
-
- org.opennms.netmgt.config.notifications.Rule
-
- All Implemented Interfaces:
Serializable
public class Rule extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Rule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getContent()
Boolean
getStrict()
int
hashCode()
void
setContent(String content)
void
setStrict(Boolean strict)
-