Class Metadata

    • Method Detail

      • ingressPointId

        public final String ingressPointId()

        The ID of the ingress endpoint through which the email was received.

        Returns:
        The ID of the ingress endpoint through which the email was received.
      • ruleSetId

        public final String ruleSetId()

        The ID of the rule set that processed the email.

        Returns:
        The ID of the rule set that processed the email.
      • senderHostname

        public final String senderHostname()

        The name of the host from which the email was received.

        Returns:
        The name of the host from which the email was received.
      • senderIpAddress

        public final String senderIpAddress()

        The IP address of the host from which the email was received.

        Returns:
        The IP address of the host from which the email was received.
      • timestamp

        public final Instant timestamp()

        The timestamp of when the email was received.

        Returns:
        The timestamp of when the email was received.
      • tlsCipherSuite

        public final String tlsCipherSuite()

        The TLS cipher suite used to communicate with the host from which the email was received.

        Returns:
        The TLS cipher suite used to communicate with the host from which the email was received.
      • tlsProtocol

        public final String tlsProtocol()

        The TLS protocol used to communicate with the host from which the email was received.

        Returns:
        The TLS protocol used to communicate with the host from which the email was received.
      • trafficPolicyId

        public final String trafficPolicyId()

        The ID of the traffic policy that was in effect when the email was received.

        Returns:
        The ID of the traffic policy that was in effect when the email was received.
      • 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)