Class IPResponseLite

java.lang.Object
io.ipinfo.api.model.IPResponseLite

public class IPResponseLite extends Object
  • Constructor Details

  • Method Details

    • setContext

      public void setContext(Context context)
      Set by the library for extra utility functions
      Parameters:
      context - for country information
    • getIp

      public String getIp()
    • getAsn

      public String getAsn()
    • getAsName

      public String getAsName()
    • getAsDomain

      public String getAsDomain()
    • getCountryCode

      public String getCountryCode()
    • getCountry

      public String getCountry()
    • getCountryName

      public String getCountryName()
    • getContinentCode

      public String getContinentCode()
    • getContinent

      public String getContinent()
    • getBogon

      public boolean getBogon()
    • isEU

      public Boolean isEU()
    • getCountryFlag

      public CountryFlag getCountryFlag()
    • getCountryFlagURL

      public String getCountryFlagURL()
    • getCountryCurrency

      public CountryCurrency getCountryCurrency()
    • getContinentInfo

      public Continent getContinentInfo()
    • toString

      public String toString()
      Overrides:
      toString in class Object