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 StringgetCity()Get 城市StringgetCountry()Get 国家,默认中国StringgetCounty()Get 区县StringgetDetails()Get 详细地址StringgetProvince()Get 省份voidsetCity(String City)Set 城市voidsetCountry(String Country)Set 国家,默认中国voidsetCounty(String County)Set 区县voidsetDetails(String Details)Set 详细地址voidsetProvince(String Province)Set 省份voidtoMap(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- 国家,默认中国
-
-