Class RegionMapRelation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.RegionMapRelation
-
public class RegionMapRelation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RegionMapRelation()RegionMapRelation(RegionMapRelation 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetRegionId()Get 区域ID。Long[]getSubRegionIdList()Get 子区域ID列表voidsetRegionId(Long RegionId)Set 区域ID。voidsetSubRegionIdList(Long[] SubRegionIdList)Set 子区域ID列表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
-
RegionMapRelation
public RegionMapRelation()
-
RegionMapRelation
public RegionMapRelation(RegionMapRelation 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
-
getRegionId
public Long getRegionId()
Get 区域ID。- Returns:
- RegionId 区域ID。
-
setRegionId
public void setRegionId(Long RegionId)
Set 区域ID。- Parameters:
RegionId- 区域ID。
-
getSubRegionIdList
public Long[] getSubRegionIdList()
Get 子区域ID列表- Returns:
- SubRegionIdList 子区域ID列表
-
setSubRegionIdList
public void setSubRegionIdList(Long[] SubRegionIdList)
Set 子区域ID列表- Parameters:
SubRegionIdList- 子区域ID列表
-
-