public class UsualPlace extends AbstractModel
skipSign
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 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- 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 © 2023. All rights reserved.