Class AbstractRecord

java.lang.Object
com.maxmind.geoip2.record.AbstractRecord
Direct Known Subclasses:
AbstractNamedRecord, Location, MaxMind, Postal, Traits

public abstract class AbstractRecord extends Object
  • Constructor Details

    • AbstractRecord

      public AbstractRecord()
  • Method Details

    • toJson

      public String toJson() throws IOException
      Returns:
      JSON representation of this object. The structure is the same as the JSON provided by the GeoIP2 web service.
      Throws:
      IOException - if there is an error serializing the object to JSON.
    • toString

      public String toString()
      Overrides:
      toString in class Object