public class IPResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAreaCode()
This method to get the varying length number assigned to geographic areas for call between cities.
|
java.lang.String |
getCity()
This method to get city name.
|
java.lang.String |
getCountryLong()
This method to get country name based on ISO 3166.
|
java.lang.String |
getCountryShort()
This method to get two-character country code based on ISO 3166.
|
boolean |
getDelay()
This method to get component delay.
|
java.lang.String |
getDomain()
This method to get IP internet domain name associated to IP address range.
|
float |
getElevation()
This method to get city elevation.
|
java.lang.String |
getIDDCode()
This method to get the IDD prefix to call the city from another country.
|
java.lang.String |
getISP()
This method to get Internet Service Provider (ISP) name.
|
float |
getLatitude()
This method to get city latitude.
|
float |
getLongitude()
This method to get city longitude.
|
java.lang.String |
getMCC()
This method to get the mobile country code.
|
java.lang.String |
getMNC()
This method to get the mobile network code.
|
java.lang.String |
getMobileBrand()
This method to get the mobile brand.
|
java.lang.String |
getNetSpeed()
This method to get internet connection speed (DIAL) DIAL-UP,(DSL) DSL/CABLE or(COMP) COMPANY
|
java.lang.String |
getRegion()
This method to get region or state name.
|
java.lang.String |
getStatus()
This method to get status code of query.
|
java.lang.String |
getTimeZone()
This method to get UTC time zone.
|
java.lang.String |
getUsageType()
This method to get usage type.
|
java.lang.String |
getVersion()
This method to get component version.
|
java.lang.String |
getWeatherStationCode()
This method to get the special code to identify the nearest weather observation station.
|
java.lang.String |
getWeatherStationName()
This method to get the name of the nearest weather observation station.
|
java.lang.String |
getZipCode()
This method to get ZIP/Postal code.
|
java.lang.String |
toString()
This method to return all the fields.
|
public java.lang.String getCountryShort()
public java.lang.String getCountryLong()
public java.lang.String getRegion()
public java.lang.String getCity()
public java.lang.String getISP()
public float getLatitude()
public float getLongitude()
public java.lang.String getDomain()
public java.lang.String getZipCode()
public java.lang.String getTimeZone()
public java.lang.String getNetSpeed()
public java.lang.String getIDDCode()
public java.lang.String getAreaCode()
public java.lang.String getWeatherStationCode()
public java.lang.String getWeatherStationName()
public java.lang.String getMCC()
public java.lang.String getMNC()
public java.lang.String getMobileBrand()
public float getElevation()
public java.lang.String getUsageType()
public java.lang.String getStatus()
public boolean getDelay()
public java.lang.String getVersion()
public java.lang.String toString()
toString
in class java.lang.Object