public class Place extends AbstractModel
header, skipSign| 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。 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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。Copyright © 2025. All rights reserved.