public class AutoAcknowledge extends Object implements Serializable
Constructor and Description |
---|
AutoAcknowledge() |
Modifier and Type | Method and 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) |
public String getResolutionPrefix()
public void setResolutionPrefix(String resolutionPrefix)
public String getUei()
public void setUei(String uei)
public String getAcknowledge()
public void setAcknowledge(String acknowledge)
public Boolean getNotify()
public void setNotify(Boolean notify)
public void addMatch(String match)
Copyright © 2021. All rights reserved.