java.lang.Object
com.maxmind.geoip2.model.AbstractResponse
com.maxmind.geoip2.model.DomainResponse
This class provides the GeoIP2 Domain model.
-
Constructor Summary
ConstructorDescriptionDomainResponse
(DomainResponse response, String ipAddress, Network network) DomainResponse
(String domain, String ipAddress, Network network) -
Method Summary
Methods inherited from class com.maxmind.geoip2.model.AbstractResponse
toJson, toString
-
Constructor Details
-
DomainResponse
-
DomainResponse
-
-
Method Details
-
getDomain
- Returns:
- 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
- Returns:
- The IP address that the data in the model is for.
-
getNetwork
- Returns:
- The network associated with the record. In particular, this is the largest network where all the fields besides IP address have the same value.
-