public class EmailModel
extends java.lang.Object
| Constructor and Description |
|---|
EmailModel(org.tiogasolutions.push.kernel.accounts.Account account,
org.tiogasolutions.push.kernel.clients.DomainProfileEntity domain,
org.tiogasolutions.push.kernel.requests.PushRequest request,
org.tiogasolutions.push.pub.common.CommonEmail email) |
| Modifier and Type | Method and Description |
|---|---|
org.tiogasolutions.push.kernel.accounts.Account |
getAccount() |
org.tiogasolutions.push.kernel.clients.DomainProfileEntity |
getDomain() |
org.tiogasolutions.push.pub.common.CommonEmail |
getEmail() |
org.tiogasolutions.push.kernel.requests.PushRequest |
getRequest() |
java.lang.String |
getRetryUrl() |
public EmailModel(org.tiogasolutions.push.kernel.accounts.Account account,
org.tiogasolutions.push.kernel.clients.DomainProfileEntity domain,
org.tiogasolutions.push.kernel.requests.PushRequest request,
org.tiogasolutions.push.pub.common.CommonEmail email)
public org.tiogasolutions.push.kernel.accounts.Account getAccount()
public org.tiogasolutions.push.kernel.clients.DomainProfileEntity getDomain()
public org.tiogasolutions.push.kernel.requests.PushRequest getRequest()
public org.tiogasolutions.push.pub.common.CommonEmail getEmail()
public java.lang.String getRetryUrl()