Class IPResponsePlus

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

public class IPResponsePlus 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()
    • getHostname

      public String getHostname()
    • getGeo

      public GeoPlus getGeo()
    • getAsn

      public ASNPlus getAsn()
    • getMobile

      public Mobile getMobile()
    • getAnonymous

      public Anonymous getAnonymous()
    • getAbuse

      public Abuse getAbuse()
    • getCompany

      public Company getCompany()
    • getPrivacy

      public Privacy getPrivacy()
    • getDomains

      public Domains getDomains()
    • getIsAnonymous

      public Boolean getIsAnonymous()
    • getIsAnycast

      public Boolean getIsAnycast()
    • getIsHosting

      public Boolean getIsHosting()
    • getIsMobile

      public Boolean getIsMobile()
    • getIsSatellite

      public Boolean getIsSatellite()
    • getBogon

      public boolean getBogon()
    • getCountryName

      public String getCountryName()
    • 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