public class City extends AbstractModel
Constructor and Description |
---|
City() |
City(City 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 |
---|---|
String |
getCityId()
Get City ID
|
String |
getCityName()
Get City name
|
void |
setCityId(String CityId)
Set City ID
|
void |
setCityName(String CityName)
Set City name
|
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 City()
public City(City source)
public String getCityId()
public void setCityId(String CityId)
CityId
- City IDpublic String getCityName()
public void setCityName(String CityName)
CityName
- City nameCopyright © 2023. All rights reserved.