Class IpOwner

    • Method Detail

      • asn

        public final String asn()

        The autonomous system number (ASN) for the autonomous system that included the IP address.

        Returns:
        The autonomous system number (ASN) for the autonomous system that included the IP address.
      • asnOrg

        public final String asnOrg()

        The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.

        Returns:
        The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.
      • isp

        public final String isp()

        The name of the internet service provider (ISP) that owned the IP address.

        Returns:
        The name of the internet service provider (ISP) that owned the IP address.
      • org

        public final String org()

        The name of the organization that owned the IP address.

        Returns:
        The name of the organization that owned the IP address.
      • serializableBuilderClass

        public static Class<? extends IpOwner.Builder> serializableBuilderClass()
      • 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)