public class Place extends AbstractModel
| Constructor and Description | 
|---|
Place()  | 
| 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 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 © 2021. All rights reserved.