@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainIspPlacement extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.
Constructor and Description |
---|
DomainIspPlacement() |
Modifier and Type | Method and Description |
---|---|
DomainIspPlacement |
clone() |
boolean |
equals(Object obj) |
Double |
getInboxPercentage()
The percentage of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
Long |
getInboxRawCount()
The total number of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
String |
getIspName()
The name of the email provider that the inbox placement data applies to.
|
Double |
getSpamPercentage()
The percentage of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' spam or junk mail folders.
|
Long |
getSpamRawCount()
The total number of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' spam or junk mail folders.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInboxPercentage(Double inboxPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
void |
setInboxRawCount(Long inboxRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
void |
setIspName(String ispName)
The name of the email provider that the inbox placement data applies to.
|
void |
setSpamPercentage(Double spamPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' spam or junk mail folders.
|
void |
setSpamRawCount(Long spamRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' spam or junk mail folders.
|
String |
toString()
Returns a string representation of this object.
|
DomainIspPlacement |
withInboxPercentage(Double inboxPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
DomainIspPlacement |
withInboxRawCount(Long inboxRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
DomainIspPlacement |
withIspName(String ispName)
The name of the email provider that the inbox placement data applies to.
|
DomainIspPlacement |
withSpamPercentage(Double spamPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' spam or junk mail folders.
|
DomainIspPlacement |
withSpamRawCount(Long spamRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' spam or junk mail folders.
|
public void setIspName(String ispName)
The name of the email provider that the inbox placement data applies to.
ispName
- The name of the email provider that the inbox placement data applies to.public String getIspName()
The name of the email provider that the inbox placement data applies to.
public DomainIspPlacement withIspName(String ispName)
The name of the email provider that the inbox placement data applies to.
ispName
- The name of the email provider that the inbox placement data applies to.public void setInboxRawCount(Long inboxRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
inboxRawCount
- The total number of messages that were sent from the selected domain to the specified email provider that
arrived in recipients' inboxes.public Long getInboxRawCount()
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
public DomainIspPlacement withInboxRawCount(Long inboxRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
inboxRawCount
- The total number of messages that were sent from the selected domain to the specified email provider that
arrived in recipients' inboxes.public void setSpamRawCount(Long spamRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
spamRawCount
- The total number of messages that were sent from the selected domain to the specified email provider that
arrived in recipients' spam or junk mail folders.public Long getSpamRawCount()
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
public DomainIspPlacement withSpamRawCount(Long spamRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
spamRawCount
- The total number of messages that were sent from the selected domain to the specified email provider that
arrived in recipients' spam or junk mail folders.public void setInboxPercentage(Double inboxPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
inboxPercentage
- The percentage of messages that were sent from the selected domain to the specified email provider that
arrived in recipients' inboxes.public Double getInboxPercentage()
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
public DomainIspPlacement withInboxPercentage(Double inboxPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
inboxPercentage
- The percentage of messages that were sent from the selected domain to the specified email provider that
arrived in recipients' inboxes.public void setSpamPercentage(Double spamPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
spamPercentage
- The percentage of messages that were sent from the selected domain to the specified email provider that
arrived in recipients' spam or junk mail folders.public Double getSpamPercentage()
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
public DomainIspPlacement withSpamPercentage(Double spamPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
spamPercentage
- The percentage of messages that were sent from the selected domain to the specified email provider that
arrived in recipients' spam or junk mail folders.public String toString()
toString
in class Object
Object.toString()
public DomainIspPlacement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.