public class IpInfoBean extends Object
| Constructor and Description |
|---|
IpInfoBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountry() |
String |
getHostname() |
String |
getIp() |
String |
getLoc() |
String |
getOrg() |
String |
getRegion() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setHostname(String hostname) |
void |
setIp(String ip) |
void |
setLoc(String loc) |
void |
setOrg(String org) |
void |
setRegion(String region) |
public String getIp()
public void setIp(String ip)
public String getHostname()
public void setHostname(String hostname)
public String getCity()
public void setCity(String city)
public String getRegion()
public void setRegion(String region)
public String getCountry()
public void setCountry(String country)
public String getLoc()
public void setLoc(String loc)
public String getOrg()
public void setOrg(String org)
Copyright © 2015. All rights reserved.