Class Area
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.Area
-
public class Area 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 StringgetAreaId()Get 区域IDStringgetAreaName()Get 区域名称voidsetAreaId(String AreaId)Set 区域IDvoidsetAreaName(String AreaName)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
-
Area
public Area()
-
Area
public 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.
-
-
Method Detail
-
getAreaId
public String getAreaId()
Get 区域ID- Returns:
- AreaId 区域ID
-
setAreaId
public void setAreaId(String AreaId)
Set 区域ID- Parameters:
AreaId- 区域ID
-
getAreaName
public String getAreaName()
Get 区域名称- Returns:
- AreaName 区域名称
-
setAreaName
public void setAreaName(String AreaName)
Set 区域名称- Parameters:
AreaName- 区域名称
-
-