java.lang.Object
com.maxmind.geoip2.record.AbstractRecord
com.maxmind.geoip2.record.MaxMind
Contains data related to your MaxMind account.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.maxmind.geoip2.record.AbstractRecord
toJson, toString
-
Constructor Details
-
MaxMind
public MaxMind()Constructs aMaxMind
record. -
MaxMind
Constructs aMaxMind
record.- Parameters:
queriesRemaining
- The number of remaining queries in the current web service call. This returnsnull
when called on a database.
-
-
Method Details
-
getQueriesRemaining
- Returns:
- The number of remaining queried in your account for the current
web service. This returns
null
when called on a database.
-