Package org.opennms.netmgt.config.notifd
Class AutoAcknowledge
- java.lang.Object
-
- org.opennms.netmgt.config.notifd.AutoAcknowledge
-
- All Implemented Interfaces:
Serializable
public class AutoAcknowledge extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutoAcknowledge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMatch(String match)
boolean
equals(Object obj)
String
getAcknowledge()
List<String>
getMatches()
Boolean
getNotify()
String
getResolutionPrefix()
String
getUei()
int
hashCode()
void
setAcknowledge(String acknowledge)
void
setMatches(List<String> matches)
void
setNotify(Boolean notify)
void
setResolutionPrefix(String resolutionPrefix)
void
setUei(String uei)
-
-
-
Method Detail
-
getResolutionPrefix
public String getResolutionPrefix()
-
setResolutionPrefix
public void setResolutionPrefix(String resolutionPrefix)
-
getUei
public String getUei()
-
setUei
public void setUei(String uei)
-
getAcknowledge
public String getAcknowledge()
-
setAcknowledge
public void setAcknowledge(String acknowledge)
-
getNotify
public Boolean getNotify()
-
setNotify
public void setNotify(Boolean notify)
-
addMatch
public void addMatch(String match)
-
-