Class PlacementStatistics

    • Method Detail

      • inboxPercentage

        public final Double inboxPercentage()

        The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.

        Returns:
        The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
      • spamPercentage

        public final Double spamPercentage()

        The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.

        Returns:
        The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
      • missingPercentage

        public final Double missingPercentage()

        The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.

        Returns:
        The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
      • spfPercentage

        public final Double spfPercentage()

        The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

        Returns:
        The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
      • dkimPercentage

        public final Double dkimPercentage()

        The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

        Returns:
        The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)