Class ManuallyAdded
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ManuallyAdded
-
public class ManuallyAdded extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ManuallyAdded()ManuallyAdded(ManuallyAdded 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 LonggetInitializing()Get 初始化中的节点数量LonggetJoining()Get 加入中的节点数量LonggetNormal()Get 正常的节点数量LonggetTotal()Get 节点总数voidsetInitializing(Long Initializing)Set 初始化中的节点数量voidsetJoining(Long Joining)Set 加入中的节点数量voidsetNormal(Long Normal)Set 正常的节点数量voidsetTotal(Long Total)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
-
ManuallyAdded
public ManuallyAdded()
-
ManuallyAdded
public ManuallyAdded(ManuallyAdded 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
-
getJoining
public Long getJoining()
Get 加入中的节点数量- Returns:
- Joining 加入中的节点数量
-
setJoining
public void setJoining(Long Joining)
Set 加入中的节点数量- Parameters:
Joining- 加入中的节点数量
-
getInitializing
public Long getInitializing()
Get 初始化中的节点数量- Returns:
- Initializing 初始化中的节点数量
-
setInitializing
public void setInitializing(Long Initializing)
Set 初始化中的节点数量- Parameters:
Initializing- 初始化中的节点数量
-
getNormal
public Long getNormal()
Get 正常的节点数量- Returns:
- Normal 正常的节点数量
-
setNormal
public void setNormal(Long Normal)
Set 正常的节点数量- Parameters:
Normal- 正常的节点数量
-
getTotal
public Long getTotal()
Get 节点总数- Returns:
- Total 节点总数
-
setTotal
public void setTotal(Long Total)
Set 节点总数- Parameters:
Total- 节点总数
-
-