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 City ID. | 
| Long | getCountryId()Get Country/Region ID. | 
| Long | getProvinceId()Get Province/State ID. | 
| void | setCityId(Long CityId)Set City ID. | 
| void | setCountryId(Long CountryId)Set Country/Region ID. | 
| void | setProvinceId(Long ProvinceId)Set Province/State 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 Place()
public Place(Place source)
public Long getCityId()
public void setCityId(Long CityId)
CityId - City ID.public Long getProvinceId()
public void setProvinceId(Long ProvinceId)
ProvinceId - Province/State ID.public Long getCountryId()
public void setCountryId(Long CountryId)
CountryId - Country/Region ID. Currently, only `1` (Mainland China) is supported.Copyright © 2023. All rights reserved.