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 voidaddMatch(String match)booleanequals(Object obj)StringgetAcknowledge()List<String>getMatches()BooleangetNotify()StringgetResolutionPrefix()StringgetUei()inthashCode()voidsetAcknowledge(String acknowledge)voidsetMatches(List<String> matches)voidsetNotify(Boolean notify)voidsetResolutionPrefix(String resolutionPrefix)voidsetUei(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)
 
 - 
 
 -