Class DescribeRegionsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.DescribeRegionsRequest
-
public class DescribeRegionsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRegionsRequest()
DescribeRegionsRequest(DescribeRegionsRequest 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 Long
getRegionId()
Get 地域整型ID,目前黑石可用地域包括:8-北京,4-上海,1-广州, 19-重庆void
setRegionId(Long RegionId)
Set 地域整型ID,目前黑石可用地域包括:8-北京,4-上海,1-广州, 19-重庆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
-
DescribeRegionsRequest
public DescribeRegionsRequest()
-
DescribeRegionsRequest
public DescribeRegionsRequest(DescribeRegionsRequest 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,目前黑石可用地域包括:8-北京,4-上海,1-广州, 19-重庆- Returns:
- RegionId 地域整型ID,目前黑石可用地域包括:8-北京,4-上海,1-广州, 19-重庆
-
setRegionId
public void setRegionId(Long RegionId)
Set 地域整型ID,目前黑石可用地域包括:8-北京,4-上海,1-广州, 19-重庆- Parameters:
RegionId
- 地域整型ID,目前黑石可用地域包括:8-北京,4-上海,1-广州, 19-重庆
-
-