Class InstanceNodeDistribution
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.InstanceNodeDistribution
-
public class InstanceNodeDistribution extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstanceNodeDistribution()InstanceNodeDistribution(InstanceNodeDistribution 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 LonggetNodeCount()Get 节点数StringgetZoneId()Get 可用区idStringgetZoneName()Get 可用区voidsetNodeCount(Long NodeCount)Set 节点数voidsetZoneId(String ZoneId)Set 可用区idvoidsetZoneName(String ZoneName)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
-
InstanceNodeDistribution
public InstanceNodeDistribution()
-
InstanceNodeDistribution
public InstanceNodeDistribution(InstanceNodeDistribution 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
-
getZoneName
public String getZoneName()
Get 可用区- Returns:
- ZoneName 可用区
-
setZoneName
public void setZoneName(String ZoneName)
Set 可用区- Parameters:
ZoneName- 可用区
-
getZoneId
public String getZoneId()
Get 可用区id- Returns:
- ZoneId 可用区id
-
setZoneId
public void setZoneId(String ZoneId)
Set 可用区id- Parameters:
ZoneId- 可用区id
-
getNodeCount
public Long getNodeCount()
Get 节点数- Returns:
- NodeCount 节点数
-
setNodeCount
public void setNodeCount(Long NodeCount)
Set 节点数- Parameters:
NodeCount- 节点数
-
-