public class ManuallyAdded extends AbstractModel
Constructor and Description |
---|
ManuallyAdded() |
Modifier and Type | Method and Description |
---|---|
Long |
getInitializing()
Get 初始化中的节点数量
|
Long |
getJoining()
Get 加入中节的点数量
|
Long |
getNormal()
Get 正常的节点数量
|
Long |
getTotal()
Get 节点总数
|
void |
setInitializing(Long Initializing)
Set 初始化中的节点数量
|
void |
setJoining(Long Joining)
Set 加入中节的点数量
|
void |
setNormal(Long Normal)
Set 正常的节点数量
|
void |
setTotal(Long Total)
Set 节点总数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getJoining()
public void setJoining(Long Joining)
Joining
- 加入中节的点数量public Long getInitializing()
public void setInitializing(Long Initializing)
Initializing
- 初始化中的节点数量public Long getNormal()
public void setNormal(Long Normal)
Normal
- 正常的节点数量public Long getTotal()
public void setTotal(Long Total)
Total
- 节点总数Copyright © 2021. All rights reserved.