Class DomainIspPlacement

    • Method Detail

      • ispName

        public final String ispName()

        The name of the email provider that the inbox placement data applies to.

        Returns:
        The name of the email provider that the inbox placement data applies to.
      • inboxRawCount

        public final Long inboxRawCount()

        The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

        Returns:
        The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
      • spamRawCount

        public final 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.

        Returns:
        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.
      • inboxPercentage

        public final Double inboxPercentage()

        The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

        Returns:
        The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
      • spamPercentage

        public final 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.

        Returns:
        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.
      • 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)