Class VolumeStatistics

    • Method Detail

      • inboxRawCount

        public final Long inboxRawCount()

        The total number of emails that arrived in recipients' inboxes.

        Returns:
        The total number of emails that arrived in recipients' inboxes.
      • spamRawCount

        public final Long spamRawCount()

        The total number of emails that arrived in recipients' spam or junk mail folders.

        Returns:
        The total number of emails that arrived in recipients' spam or junk mail folders.
      • projectedInbox

        public final Long projectedInbox()

        An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

        Returns:
        An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
      • projectedSpam

        public final Long projectedSpam()

        An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

        Returns:
        An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
      • 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)