public class GeoIpAddress extends Object implements Serializable
| Constructor and Description |
|---|
GeoIpAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountry_code() |
String |
getCountry_name() |
String |
getIp() |
Float |
getLatitude() |
Float |
getLongitude() |
String |
getMetro_code() |
String |
getRegion_code() |
String |
getRegion_name() |
String |
getTime_zone() |
String |
getZip_code() |
void |
setCity(String city) |
void |
setCountry_code(String country_code) |
void |
setCountry_name(String country_name) |
void |
setIp(String ip) |
void |
setLatitude(Float latitude) |
void |
setLongitude(Float longitude) |
void |
setMetro_code(String metro_code) |
void |
setRegion_code(String region_code) |
void |
setRegion_name(String region_name) |
void |
setTime_zone(String time_zone) |
void |
setZip_code(String zip_code) |
public String getIp()
public void setIp(String ip)
ip - the ip to setpublic String getCountry_code()
public void setCountry_code(String country_code)
country_code - the country_code to setpublic String getCountry_name()
public void setCountry_name(String country_name)
country_name - the country_name to setpublic String getRegion_code()
public void setRegion_code(String region_code)
region_code - the region_code to setpublic String getRegion_name()
public void setRegion_name(String region_name)
region_name - the region_name to setpublic String getCity()
public void setCity(String city)
city - the city to setpublic String getZip_code()
public void setZip_code(String zip_code)
zip_code - the zip_code to setpublic String getTime_zone()
public void setTime_zone(String time_zone)
time_zone - the time_zone to setpublic Float getLatitude()
public void setLatitude(Float latitude)
latitude - the latitude to setpublic Float getLongitude()
public void setLongitude(Float longitude)
longitude - the longitude to setpublic String getMetro_code()
public void setMetro_code(String metro_code)
metro_code - the metro_code to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.