Class Address
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.Address
-
public class Address extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Address
public Address()
-
Address
public 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.
-
-
Method Detail
-
getProvince
public String getProvince()
Get 省份- Returns:
- Province 省份
-
setProvince
public void setProvince(String Province)
Set 省份- Parameters:
Province
- 省份
-
getCity
public String getCity()
Get 城市- Returns:
- City 城市
-
setCity
public void setCity(String City)
Set 城市- Parameters:
City
- 城市
-
getCounty
public String getCounty()
Get 区县- Returns:
- County 区县
-
setCounty
public void setCounty(String County)
Set 区县- Parameters:
County
- 区县
-
getDetails
public String getDetails()
Get 详细地址- Returns:
- Details 详细地址
-
setDetails
public void setDetails(String Details)
Set 详细地址- Parameters:
Details
- 详细地址
-
getCountry
public String getCountry()
Get 国家,默认中国- Returns:
- Country 国家,默认中国
-
setCountry
public void setCountry(String Country)
Set 国家,默认中国- Parameters:
Country
- 国家,默认中国
-
-