Class DomainResponse


  • public class DomainResponse
    extends AbstractResponse
    This class provides the GeoIP2 Domain model.
    • Method Detail

      • getDomain

        public String getDomain()
        Returns:
        the The second level domain associated with the IP address. This will be something like "example.com" or "example.co.uk", not "foo.example.com".
      • getIpAddress

        public String getIpAddress()
        Returns:
        The IP address that the data in the model is for.
      • getNetwork

        public Network getNetwork()
        Returns:
        The network associated with the record. In particular, this is the largest network where all of the fields besides IP address have the same value.