Class Place
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.Place
-
public class Place extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCityId()Get 城市 ID。LonggetCountryId()Get 国家ID,暂只支持国内:1。StringgetLocation()Get 位置名称LonggetProvinceId()Get 省份 ID。voidsetCityId(Long CityId)Set 城市 ID。voidsetCountryId(Long CountryId)Set 国家ID,暂只支持国内:1。voidsetLocation(String Location)Set 位置名称voidsetProvinceId(Long ProvinceId)Set 省份 ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Place
public Place()
-
Place
public 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.
-
-
Method Detail
-
getCityId
public Long getCityId()
Get 城市 ID。- Returns:
- CityId 城市 ID。
-
setCityId
public void setCityId(Long CityId)
Set 城市 ID。- Parameters:
CityId- 城市 ID。
-
getProvinceId
public Long getProvinceId()
Get 省份 ID。- Returns:
- ProvinceId 省份 ID。
-
setProvinceId
public void setProvinceId(Long ProvinceId)
Set 省份 ID。- Parameters:
ProvinceId- 省份 ID。
-
getCountryId
public Long getCountryId()
Get 国家ID,暂只支持国内:1。- Returns:
- CountryId 国家ID,暂只支持国内:1。
-
setCountryId
public void setCountryId(Long CountryId)
Set 国家ID,暂只支持国内:1。- Parameters:
CountryId- 国家ID,暂只支持国内:1。
-
getLocation
public String getLocation()
Get 位置名称- Returns:
- Location 位置名称
-
setLocation
public void setLocation(String Location)
Set 位置名称- Parameters:
Location- 位置名称
-
-