Class RegionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.RegionInfo
-
public class RegionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RegionInfo()RegionInfo(RegionInfo 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 LonggetIpv6Enable()Get 是否支持ipv6,0:不支持,1:支持StringgetRegionAbbr()Get 地域缩写LonggetRegionId()Get 地域IDStringgetRegionName()Get 地域Ap-CodevoidsetIpv6Enable(Long Ipv6Enable)Set 是否支持ipv6,0:不支持,1:支持voidsetRegionAbbr(String RegionAbbr)Set 地域缩写voidsetRegionId(Long RegionId)Set 地域IDvoidsetRegionName(String RegionName)Set 地域Ap-CodevoidtoMap(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
-
RegionInfo
public RegionInfo()
-
RegionInfo
public RegionInfo(RegionInfo 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
-
getRegionName
public String getRegionName()
Get 地域Ap-Code- Returns:
- RegionName 地域Ap-Code
-
setRegionName
public void setRegionName(String RegionName)
Set 地域Ap-Code- Parameters:
RegionName- 地域Ap-Code
-
getRegionAbbr
public String getRegionAbbr()
Get 地域缩写- Returns:
- RegionAbbr 地域缩写
-
setRegionAbbr
public void setRegionAbbr(String RegionAbbr)
Set 地域缩写- Parameters:
RegionAbbr- 地域缩写
-
getRegionId
public Long getRegionId()
Get 地域ID- Returns:
- RegionId 地域ID
-
setRegionId
public void setRegionId(Long RegionId)
Set 地域ID- Parameters:
RegionId- 地域ID
-
getIpv6Enable
public Long getIpv6Enable()
Get 是否支持ipv6,0:不支持,1:支持- Returns:
- Ipv6Enable 是否支持ipv6,0:不支持,1:支持
-
setIpv6Enable
public void setIpv6Enable(Long Ipv6Enable)
Set 是否支持ipv6,0:不支持,1:支持- Parameters:
Ipv6Enable- 是否支持ipv6,0:不支持,1:支持
-
-