public class Place extends AbstractModel
Constructor and Description |
---|
Place() |
Place(Place source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCityId()
Get 城市 ID。
|
Long |
getCountryId()
Get 国家ID,暂只支持国内:1。
|
String |
getLocation()
Get 位置名称
|
Long |
getProvinceId()
Get 省份 ID。
|
void |
setCityId(Long CityId)
Set 城市 ID。
|
void |
setCountryId(Long CountryId)
Set 国家ID,暂只支持国内:1。
|
void |
setLocation(String Location)
Set 位置名称
|
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, toJsonString
public Place()
public Place(Place source)
public 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。public String getLocation()
public void setLocation(String Location)
Location
- 位置名称Copyright © 2022. All rights reserved.