public class Address extends AbstractModel
skipSign
Constructor and Description |
---|
Address() |
Address(Address 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 |
getCounty()
Get 区县
|
String |
getDetails()
Get 详细地址
|
String |
getProvince()
Get 省份
|
void |
setCity(String City)
Set 城市
|
void |
setCountry(String Country)
Set 国家,默认中国
|
void |
setCounty(String County)
Set 区县
|
void |
setDetails(String Details)
Set 详细地址
|
void |
setProvince(String Province)
Set 省份
|
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 Address()
public Address(Address source)
public String getProvince()
public void setProvince(String Province)
Province
- 省份public String getCity()
public void setCity(String City)
City
- 城市public String getCounty()
public void setCounty(String County)
County
- 区县public String getDetails()
public void setDetails(String Details)
Details
- 详细地址public String getCountry()
public void setCountry(String Country)
Country
- 国家,默认中国Copyright © 2023. All rights reserved.