Class UsualPlace
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yunjing.v20180228.models.UsualPlace
-
public class UsualPlace extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UsualPlace()
UsualPlace(UsualPlace 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCityId()
Get 城市 ID。Long
getCountryId()
Get 国家 ID。Long
getId()
Get ID。Long
getProvinceId()
Get 省份 ID。String
getUuid()
Get 云镜客户端唯一标识UUID。void
setCityId(Long CityId)
Set 城市 ID。void
setCountryId(Long CountryId)
Set 国家 ID。void
setId(Long Id)
Set ID。void
setProvinceId(Long ProvinceId)
Set 省份 ID。void
setUuid(String Uuid)
Set 云镜客户端唯一标识UUID。void
toMap(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
-
UsualPlace
public UsualPlace()
-
UsualPlace
public UsualPlace(UsualPlace 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
-
getId
public Long getId()
Get ID。- Returns:
- Id ID。
-
setId
public void setId(Long Id)
Set ID。- Parameters:
Id
- ID。
-
getUuid
public String getUuid()
Get 云镜客户端唯一标识UUID。- Returns:
- Uuid 云镜客户端唯一标识UUID。
-
setUuid
public void setUuid(String Uuid)
Set 云镜客户端唯一标识UUID。- Parameters:
Uuid
- 云镜客户端唯一标识UUID。
-
getCountryId
public Long getCountryId()
Get 国家 ID。- Returns:
- CountryId 国家 ID。
-
setCountryId
public void setCountryId(Long CountryId)
Set 国家 ID。- Parameters:
CountryId
- 国家 ID。
-
getProvinceId
public Long getProvinceId()
Get 省份 ID。- Returns:
- ProvinceId 省份 ID。
-
setProvinceId
public void setProvinceId(Long ProvinceId)
Set 省份 ID。- Parameters:
ProvinceId
- 省份 ID。
-
getCityId
public Long getCityId()
Get 城市 ID。- Returns:
- CityId 城市 ID。
-
setCityId
public void setCityId(Long CityId)
Set 城市 ID。- Parameters:
CityId
- 城市 ID。
-
-