public class ManuallyAdded extends AbstractModel
header, skipSign| Constructor and 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. | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ManuallyAdded()
public ManuallyAdded(ManuallyAdded source)
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 © 2025. All rights reserved.