Class MaxMind


public final class MaxMind extends AbstractRecord

Contains data related to your MaxMind account.

  • Constructor Details

    • MaxMind

      public MaxMind()
      Constructs a MaxMind record.
    • MaxMind

      public MaxMind(Integer queriesRemaining)
      Constructs a MaxMind record.
      Parameters:
      queriesRemaining - The number of remaining queries in the current web service call. This returns null when called on a database.
  • Method Details

    • getQueriesRemaining

      public Integer getQueriesRemaining()
      Returns:
      The number of remaining queried in your account for the current web service. This returns null when called on a database.