public class UsualPlace extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UsualPlace()
public UsualPlace(UsualPlace source)
public Long getId()
public void setId(Long Id)
Id
- ID。public String getUuid()
public void setUuid(String Uuid)
Uuid
- 云镜客户端唯一标识UUID。public Long getCountryId()
public void setCountryId(Long CountryId)
CountryId
- 国家 ID。public Long getProvinceId()
public void setProvinceId(Long ProvinceId)
ProvinceId
- 省份 ID。public Long getCityId()
public void setCityId(Long CityId)
CityId
- 城市 ID。Copyright © 2021. All rights reserved.