类 IpRegion

java.lang.Object
com.publiccms.views.pojo.entities.IpRegion
所有已实现的接口:
Serializable

public class IpRegion extends Object implements Serializable
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • region

      private String region
      地区信息
    • country

      private String country
      country

      国家

    • province

      private String province
      province

    • city

      private String city
      city

      城市

  • 构造器详细资料

    • IpRegion

      public IpRegion(String region)
  • 方法详细资料

    • getRegion

      public String getRegion()
      返回:
      the region
    • setRegion

      public void setRegion(String region)
      参数:
      region - the region to set
    • getCountry

      public String getCountry()
      返回:
      the country
    • setCountry

      public void setCountry(String country)
      参数:
      country - the country to set
    • getProvince

      public String getProvince()
      返回:
      the province
    • setProvince

      public void setProvince(String province)
      参数:
      province - the province to set
    • getCity

      public String getCity()
      返回:
      the city
    • setCity

      public void setCity(String city)
      参数:
      city - the city to set
    • getAddress

      public String getAddress()