public class UsualPlace extends AbstractModel
Constructor and Description |
---|
UsualPlace() |
Modifier and Type | Method and Description |
---|---|
Long |
getCityId()
Get City ID.
|
Long |
getCountryId()
Get Country/Region ID.
|
Long |
getId()
Get ID.
|
Long |
getProvinceId()
Get Province/State ID.
|
String |
getUuid()
Get CWP agent `UUID`.
|
void |
setCityId(Long CityId)
Set City ID.
|
void |
setCountryId(Long CountryId)
Set Country/Region ID.
|
void |
setId(Long Id)
Set ID.
|
void |
setProvinceId(Long ProvinceId)
Set Province/State ID.
|
void |
setUuid(String Uuid)
Set CWP agent `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 Long getId()
public void setId(Long Id)
Id
- ID.public String getUuid()
public void setUuid(String Uuid)
Uuid
- CWP agent `UUID`.public Long getCountryId()
public void setCountryId(Long CountryId)
CountryId
- Country/Region ID.public Long getProvinceId()
public void setProvinceId(Long ProvinceId)
ProvinceId
- Province/State ID.public Long getCityId()
public void setCityId(Long CityId)
CityId
- City ID.Copyright © 2020. All rights reserved.