Package com.javahollic.jira.emh.api
Class CatchEmailResult
- java.lang.Object
-
- com.javahollic.jira.emh.api.CatchEmailResult
-
public class CatchEmailResult extends Object
-
-
Constructor Summary
Constructors Constructor Description CatchEmailResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.mail.internet.InternetAddress
getCatchEmailAddress()
int
getMatchingDomainRuleId()
com.javahollic.jira.emh.api.ao.IJEMHFPAuditEventEntiyDef.ProcessingOutcome
getOutcome()
void
setCatchEmailAddress(javax.mail.internet.InternetAddress catchEmailAddress)
void
setMatchingDomainRuleId(int domainRuleId)
void
setOutcome(com.javahollic.jira.emh.api.ao.IJEMHFPAuditEventEntiyDef.ProcessingOutcome outcome)
-
-
-
Method Detail
-
getOutcome
public com.javahollic.jira.emh.api.ao.IJEMHFPAuditEventEntiyDef.ProcessingOutcome getOutcome()
-
setOutcome
public void setOutcome(com.javahollic.jira.emh.api.ao.IJEMHFPAuditEventEntiyDef.ProcessingOutcome outcome)
-
getCatchEmailAddress
public javax.mail.internet.InternetAddress getCatchEmailAddress()
-
setCatchEmailAddress
public void setCatchEmailAddress(javax.mail.internet.InternetAddress catchEmailAddress)
-
getMatchingDomainRuleId
public int getMatchingDomainRuleId()
-
setMatchingDomainRuleId
public void setMatchingDomainRuleId(int domainRuleId)
-
-