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 Number of nodes that are being initialized 
 | 
Long | 
getJoining()
Get Number of nodes that are being added 
 | 
Long | 
getNormal()
Get Number of normal nodes 
 | 
Long | 
getTotal()
Get Total number of nodes 
 | 
void | 
setInitializing(Long Initializing)
Set Number of nodes that are being initialized 
 | 
void | 
setJoining(Long Joining)
Set Number of nodes that are being added 
 | 
void | 
setNormal(Long Normal)
Set Number of normal nodes 
 | 
void | 
setTotal(Long Total)
Set Total number of nodes 
 | 
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 - Number of nodes that are being addedpublic Long getInitializing()
public void setInitializing(Long Initializing)
Initializing - Number of nodes that are being initializedpublic Long getNormal()
public void setNormal(Long Normal)
Normal - Number of normal nodespublic Long getTotal()
public void setTotal(Long Total)
Total - Total number of nodesCopyright © 2025. All rights reserved.