public class InstanceUpgradeClusterStatus extends AbstractModel
| Constructor and Description | 
|---|
InstanceUpgradeClusterStatus()  | 
InstanceUpgradeClusterStatus(InstanceUpgradeClusterStatus 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 | 
getNotReadyPod()
Get Total number of NotReady Pods 
 | 
Long | 
getPodTotal()
Get Total Pods 
 | 
void | 
setNotReadyPod(Long NotReadyPod)
Set Total number of NotReady Pods 
 | 
void | 
setPodTotal(Long PodTotal)
Set Total Pods 
 | 
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, toJsonStringpublic InstanceUpgradeClusterStatus()
public InstanceUpgradeClusterStatus(InstanceUpgradeClusterStatus source)
public Long getPodTotal()
public void setPodTotal(Long PodTotal)
PodTotal - Total Podspublic Long getNotReadyPod()
public void setNotReadyPod(Long NotReadyPod)
NotReadyPod - Total number of NotReady PodsCopyright © 2022. All rights reserved.