Class CatchEmailResultBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.CatchEmailResultBean
-
public class CatchEmailResultBean extends Object
-
-
Constructor Summary
Constructors Constructor Description CatchEmailResultBean()CatchEmailResultBean(javax.mail.internet.InternetAddress ia)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDomainRuleId()StringgetExactOrRegexpMatch()StringgetMappedProjectMappingKey()javax.mail.internet.InternetAddressgetMatchedEmail()voidsetDomainRuleId(int domainRuleId)voidsetExactOrRegexpMatch(String exactOrRegexpMatch)voidsetMappedProjectMappingKey(String mappedProjectKey)voidsetMatchedEmail(javax.mail.internet.InternetAddress matchedEmail)
-
-
-
Method Detail
-
setMappedProjectMappingKey
public void setMappedProjectMappingKey(String mappedProjectKey)
-
getMappedProjectMappingKey
public String getMappedProjectMappingKey()
-
setDomainRuleId
public void setDomainRuleId(int domainRuleId)
-
getDomainRuleId
public int getDomainRuleId()
-
setMatchedEmail
public void setMatchedEmail(javax.mail.internet.InternetAddress matchedEmail)
-
getMatchedEmail
public javax.mail.internet.InternetAddress getMatchedEmail()
-
getExactOrRegexpMatch
public String getExactOrRegexpMatch()
-
setExactOrRegexpMatch
public void setExactOrRegexpMatch(String exactOrRegexpMatch)
-
-