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 City ID 
 | 
Long | 
getCountryId()
Get Country ID. 
 | 
String | 
getLocation()
Get Location name 
 | 
Long | 
getProvinceId()
Get Province ID 
 | 
void | 
setCityId(Long CityId)
Set City ID 
 | 
void | 
setCountryId(Long CountryId)
Set Country ID. 
 | 
void | 
setLocation(String Location)
Set Location name 
 | 
void | 
setProvinceId(Long ProvinceId)
Set Province 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 - City IDpublic Long getProvinceId()
public void setProvinceId(Long ProvinceId)
ProvinceId - Province IDpublic Long getCountryId()
public void setCountryId(Long CountryId)
CountryId - Country ID. Currently, only 1 is supported, indicating China.public String getLocation()
public void setLocation(String Location)
Location - Location nameCopyright © 2025. All rights reserved.