@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainDeliverabilityCampaign extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the deliverability data for a specific campaign. This data is available for a campaign only
if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (
PutDeliverabilityDashboardOption
operation).
Constructor and Description |
---|
DomainDeliverabilityCampaign() |
Modifier and Type | Method and Description |
---|---|
DomainDeliverabilityCampaign |
clone() |
boolean |
equals(Object obj) |
String |
getCampaignId()
The unique identifier for the campaign.
|
Double |
getDeleteRate()
The percentage of email messages that were deleted by recipients, without being opened first.
|
List<String> |
getEsps()
The major email providers who handled the email message.
|
Date |
getFirstSeenDateTime()
The first time when the email message was delivered to any recipient's inbox.
|
String |
getFromAddress()
The verified email address that the email message was sent from.
|
String |
getImageUrl()
The URL of an image that contains a snapshot of the email message that was sent.
|
Long |
getInboxCount()
The number of email messages that were delivered to recipients’ inboxes.
|
Date |
getLastSeenDateTime()
The last time when the email message was delivered to any recipient's inbox.
|
Long |
getProjectedVolume()
The projected number of recipients that the email message was sent to.
|
Double |
getReadDeleteRate()
The percentage of email messages that were opened and then deleted by recipients.
|
Double |
getReadRate()
The percentage of email messages that were opened by recipients.
|
List<String> |
getSendingIps()
The IP addresses that were used to send the email message.
|
Long |
getSpamCount()
The number of email messages that were delivered to recipients' spam or junk mail folders.
|
String |
getSubject()
The subject line, or title, of the email message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCampaignId(String campaignId)
The unique identifier for the campaign.
|
void |
setDeleteRate(Double deleteRate)
The percentage of email messages that were deleted by recipients, without being opened first.
|
void |
setEsps(Collection<String> esps)
The major email providers who handled the email message.
|
void |
setFirstSeenDateTime(Date firstSeenDateTime)
The first time when the email message was delivered to any recipient's inbox.
|
void |
setFromAddress(String fromAddress)
The verified email address that the email message was sent from.
|
void |
setImageUrl(String imageUrl)
The URL of an image that contains a snapshot of the email message that was sent.
|
void |
setInboxCount(Long inboxCount)
The number of email messages that were delivered to recipients’ inboxes.
|
void |
setLastSeenDateTime(Date lastSeenDateTime)
The last time when the email message was delivered to any recipient's inbox.
|
void |
setProjectedVolume(Long projectedVolume)
The projected number of recipients that the email message was sent to.
|
void |
setReadDeleteRate(Double readDeleteRate)
The percentage of email messages that were opened and then deleted by recipients.
|
void |
setReadRate(Double readRate)
The percentage of email messages that were opened by recipients.
|
void |
setSendingIps(Collection<String> sendingIps)
The IP addresses that were used to send the email message.
|
void |
setSpamCount(Long spamCount)
The number of email messages that were delivered to recipients' spam or junk mail folders.
|
void |
setSubject(String subject)
The subject line, or title, of the email message.
|
String |
toString()
Returns a string representation of this object.
|
DomainDeliverabilityCampaign |
withCampaignId(String campaignId)
The unique identifier for the campaign.
|
DomainDeliverabilityCampaign |
withDeleteRate(Double deleteRate)
The percentage of email messages that were deleted by recipients, without being opened first.
|
DomainDeliverabilityCampaign |
withEsps(Collection<String> esps)
The major email providers who handled the email message.
|
DomainDeliverabilityCampaign |
withEsps(String... esps)
The major email providers who handled the email message.
|
DomainDeliverabilityCampaign |
withFirstSeenDateTime(Date firstSeenDateTime)
The first time when the email message was delivered to any recipient's inbox.
|
DomainDeliverabilityCampaign |
withFromAddress(String fromAddress)
The verified email address that the email message was sent from.
|
DomainDeliverabilityCampaign |
withImageUrl(String imageUrl)
The URL of an image that contains a snapshot of the email message that was sent.
|
DomainDeliverabilityCampaign |
withInboxCount(Long inboxCount)
The number of email messages that were delivered to recipients’ inboxes.
|
DomainDeliverabilityCampaign |
withLastSeenDateTime(Date lastSeenDateTime)
The last time when the email message was delivered to any recipient's inbox.
|
DomainDeliverabilityCampaign |
withProjectedVolume(Long projectedVolume)
The projected number of recipients that the email message was sent to.
|
DomainDeliverabilityCampaign |
withReadDeleteRate(Double readDeleteRate)
The percentage of email messages that were opened and then deleted by recipients.
|
DomainDeliverabilityCampaign |
withReadRate(Double readRate)
The percentage of email messages that were opened by recipients.
|
DomainDeliverabilityCampaign |
withSendingIps(Collection<String> sendingIps)
The IP addresses that were used to send the email message.
|
DomainDeliverabilityCampaign |
withSendingIps(String... sendingIps)
The IP addresses that were used to send the email message.
|
DomainDeliverabilityCampaign |
withSpamCount(Long spamCount)
The number of email messages that were delivered to recipients' spam or junk mail folders.
|
DomainDeliverabilityCampaign |
withSubject(String subject)
The subject line, or title, of the email message.
|
public void setCampaignId(String campaignId)
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
campaignId
- The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns
this identifier to a campaign.public String getCampaignId()
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
public DomainDeliverabilityCampaign withCampaignId(String campaignId)
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
campaignId
- The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns
this identifier to a campaign.public void setImageUrl(String imageUrl)
The URL of an image that contains a snapshot of the email message that was sent.
imageUrl
- The URL of an image that contains a snapshot of the email message that was sent.public String getImageUrl()
The URL of an image that contains a snapshot of the email message that was sent.
public DomainDeliverabilityCampaign withImageUrl(String imageUrl)
The URL of an image that contains a snapshot of the email message that was sent.
imageUrl
- The URL of an image that contains a snapshot of the email message that was sent.public void setSubject(String subject)
The subject line, or title, of the email message.
subject
- The subject line, or title, of the email message.public String getSubject()
The subject line, or title, of the email message.
public DomainDeliverabilityCampaign withSubject(String subject)
The subject line, or title, of the email message.
subject
- The subject line, or title, of the email message.public void setFromAddress(String fromAddress)
The verified email address that the email message was sent from.
fromAddress
- The verified email address that the email message was sent from.public String getFromAddress()
The verified email address that the email message was sent from.
public DomainDeliverabilityCampaign withFromAddress(String fromAddress)
The verified email address that the email message was sent from.
fromAddress
- The verified email address that the email message was sent from.public List<String> getSendingIps()
The IP addresses that were used to send the email message.
public void setSendingIps(Collection<String> sendingIps)
The IP addresses that were used to send the email message.
sendingIps
- The IP addresses that were used to send the email message.public DomainDeliverabilityCampaign withSendingIps(String... sendingIps)
The IP addresses that were used to send the email message.
NOTE: This method appends the values to the existing list (if any). Use
setSendingIps(java.util.Collection)
or withSendingIps(java.util.Collection)
if you want to
override the existing values.
sendingIps
- The IP addresses that were used to send the email message.public DomainDeliverabilityCampaign withSendingIps(Collection<String> sendingIps)
The IP addresses that were used to send the email message.
sendingIps
- The IP addresses that were used to send the email message.public void setFirstSeenDateTime(Date firstSeenDateTime)
The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
firstSeenDateTime
- The first time when the email message was delivered to any recipient's inbox. This value can help you
determine how long it took for a campaign to deliver an email message.public Date getFirstSeenDateTime()
The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
public DomainDeliverabilityCampaign withFirstSeenDateTime(Date firstSeenDateTime)
The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
firstSeenDateTime
- The first time when the email message was delivered to any recipient's inbox. This value can help you
determine how long it took for a campaign to deliver an email message.public void setLastSeenDateTime(Date lastSeenDateTime)
The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
lastSeenDateTime
- The last time when the email message was delivered to any recipient's inbox. This value can help you
determine how long it took for a campaign to deliver an email message.public Date getLastSeenDateTime()
The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
public DomainDeliverabilityCampaign withLastSeenDateTime(Date lastSeenDateTime)
The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
lastSeenDateTime
- The last time when the email message was delivered to any recipient's inbox. This value can help you
determine how long it took for a campaign to deliver an email message.public void setInboxCount(Long inboxCount)
The number of email messages that were delivered to recipients’ inboxes.
inboxCount
- The number of email messages that were delivered to recipients’ inboxes.public Long getInboxCount()
The number of email messages that were delivered to recipients’ inboxes.
public DomainDeliverabilityCampaign withInboxCount(Long inboxCount)
The number of email messages that were delivered to recipients’ inboxes.
inboxCount
- The number of email messages that were delivered to recipients’ inboxes.public void setSpamCount(Long spamCount)
The number of email messages that were delivered to recipients' spam or junk mail folders.
spamCount
- The number of email messages that were delivered to recipients' spam or junk mail folders.public Long getSpamCount()
The number of email messages that were delivered to recipients' spam or junk mail folders.
public DomainDeliverabilityCampaign withSpamCount(Long spamCount)
The number of email messages that were delivered to recipients' spam or junk mail folders.
spamCount
- The number of email messages that were delivered to recipients' spam or junk mail folders.public void setReadRate(Double readRate)
The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
readRate
- The percentage of email messages that were opened by recipients. Due to technical limitations, this value
only includes recipients who opened the message by using an email client that supports images.public Double getReadRate()
The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
public DomainDeliverabilityCampaign withReadRate(Double readRate)
The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
readRate
- The percentage of email messages that were opened by recipients. Due to technical limitations, this value
only includes recipients who opened the message by using an email client that supports images.public void setDeleteRate(Double deleteRate)
The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
deleteRate
- The percentage of email messages that were deleted by recipients, without being opened first. Due to
technical limitations, this value only includes recipients who opened the message by using an email client
that supports images.public Double getDeleteRate()
The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
public DomainDeliverabilityCampaign withDeleteRate(Double deleteRate)
The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
deleteRate
- The percentage of email messages that were deleted by recipients, without being opened first. Due to
technical limitations, this value only includes recipients who opened the message by using an email client
that supports images.public void setReadDeleteRate(Double readDeleteRate)
The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
readDeleteRate
- The percentage of email messages that were opened and then deleted by recipients. Due to technical
limitations, this value only includes recipients who opened the message by using an email client that
supports images.public Double getReadDeleteRate()
The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
public DomainDeliverabilityCampaign withReadDeleteRate(Double readDeleteRate)
The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
readDeleteRate
- The percentage of email messages that were opened and then deleted by recipients. Due to technical
limitations, this value only includes recipients who opened the message by using an email client that
supports images.public void setProjectedVolume(Long projectedVolume)
The projected number of recipients that the email message was sent to.
projectedVolume
- The projected number of recipients that the email message was sent to.public Long getProjectedVolume()
The projected number of recipients that the email message was sent to.
public DomainDeliverabilityCampaign withProjectedVolume(Long projectedVolume)
The projected number of recipients that the email message was sent to.
projectedVolume
- The projected number of recipients that the email message was sent to.public List<String> getEsps()
The major email providers who handled the email message.
public void setEsps(Collection<String> esps)
The major email providers who handled the email message.
esps
- The major email providers who handled the email message.public DomainDeliverabilityCampaign withEsps(String... esps)
The major email providers who handled the email message.
NOTE: This method appends the values to the existing list (if any). Use
setEsps(java.util.Collection)
or withEsps(java.util.Collection)
if you want to override the
existing values.
esps
- The major email providers who handled the email message.public DomainDeliverabilityCampaign withEsps(Collection<String> esps)
The major email providers who handled the email message.
esps
- The major email providers who handled the email message.public String toString()
toString
in class Object
Object.toString()
public DomainDeliverabilityCampaign clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.