public class Area extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Area() | 
| Area(Area 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 | getCity()Get 城市 | 
| String | getCountry()Get 国家,除了标准的国家外还支持国内、国外这两个特殊的标识 | 
| String | getRegion()Get 省份 | 
| void | setCity(String City)Set 城市 | 
| void | setCountry(String Country)Set 国家,除了标准的国家外还支持国内、国外这两个特殊的标识 | 
| void | setRegion(String Region)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 Area()
public Area(Area source)
public String getCountry()
public void setCountry(String Country)
Country - 国家,除了标准的国家外还支持国内、国外这两个特殊的标识public String getRegion()
public void setRegion(String Region)
Region - 省份public String getCity()
public void setCity(String City)
City - 城市Copyright © 2025. All rights reserved.