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 城市ID | 
| String | getCityName()Get 城市名称 | 
| void | setCityId(String CityId)Set 城市ID | 
| void | setCityName(String CityName)Set 城市名称 | 
| 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 - 城市IDpublic String getCityName()
public void setCityName(String CityName)
CityName - 城市名称Copyright © 2025. All rights reserved.