public class City extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.