public class Place extends AbstractModel
| Constructor and Description |
|---|
Place() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCityId()
Get 城市 ID。
|
Long |
getCountryId()
Get 国家ID,暂只支持国内:1。
|
Long |
getProvinceId()
Get 省份 ID。
|
void |
setCityId(Long CityId)
Set 城市 ID。
|
void |
setCountryId(Long CountryId)
Set 国家ID,暂只支持国内:1。
|
void |
setProvinceId(Long ProvinceId)
Set 省份 ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getCityId()
public void setCityId(Long CityId)
CityId - 城市 ID。public Long getProvinceId()
public void setProvinceId(Long ProvinceId)
ProvinceId - 省份 ID。public Long getCountryId()
public void setCountryId(Long CountryId)
CountryId - 国家ID,暂只支持国内:1。Copyright © 2020. All rights reserved.