类 IpRegion
java.lang.Object
com.publiccms.views.pojo.entities.IpRegion
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
region
地区信息 -
country
country国家
-
province
province省
-
city
city城市
-
-
构造器详细资料
-
IpRegion
-
-
方法详细资料
-
getRegion
- 返回:
- the region
-
setRegion
- 参数:
region
- the region to set
-
getCountry
- 返回:
- the country
-
setCountry
- 参数:
country
- the country to set
-
getProvince
- 返回:
- the province
-
setProvince
- 参数:
province
- the province to set
-
getCity
- 返回:
- the city
-
setCity
- 参数:
city
- the city to set
-
getAddress
-