public class InstanceUpgradePreCheckResult extends AbstractModel
| Constructor and Description | 
|---|
| InstanceUpgradePreCheckResult() | 
| InstanceUpgradePreCheckResult(InstanceUpgradePreCheckResult 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 | 
|---|---|
| Boolean | getCheckPass()Get Whether the check is passed | 
| InstanceUpgradePreCheckResultItem[] | getItems()Get Array of check items | 
| String[] | getSinglePods()Get List of independent pods on this node | 
| void | setCheckPass(Boolean CheckPass)Set Whether the check is passed | 
| void | setItems(InstanceUpgradePreCheckResultItem[] Items)Set Array of check items | 
| void | setSinglePods(String[] SinglePods)Set List of independent pods on this node | 
| 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 InstanceUpgradePreCheckResult()
public InstanceUpgradePreCheckResult(InstanceUpgradePreCheckResult source)
public Boolean getCheckPass()
public void setCheckPass(Boolean CheckPass)
CheckPass - Whether the check is passedpublic InstanceUpgradePreCheckResultItem[] getItems()
public void setItems(InstanceUpgradePreCheckResultItem[] Items)
Items - Array of check itemspublic String[] getSinglePods()
public void setSinglePods(String[] SinglePods)
SinglePods - List of independent pods on this nodeCopyright © 2021. All rights reserved.