public class CheckInstancesUpgradeAbleResponse extends AbstractModel
| Constructor and Description | 
|---|
| CheckInstancesUpgradeAbleResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterVersion()Get The current minor version of cluster Master | 
| String | getLatestVersion()Get The latest minor version of cluster Master corresponding major version | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getTotal()Get Total number
Note: this field may return `null`, indicating that no valid value is obtained. | 
| UpgradeAbleInstancesItem[] | getUpgradeAbleInstances()Get List of nodes that can be upgraded
Note: this field may return `null`, indicating that no valid value is obtained. | 
| void | setClusterVersion(String ClusterVersion)Set The current minor version of cluster Master | 
| void | setLatestVersion(String LatestVersion)Set The latest minor version of cluster Master corresponding major version | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTotal(Long Total)Set Total number
Note: this field may return `null`, indicating that no valid value is obtained. | 
| void | setUpgradeAbleInstances(UpgradeAbleInstancesItem[] UpgradeAbleInstances)Set List of nodes that can be upgraded
Note: this field may return `null`, indicating that no valid value is obtained. | 
| 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 String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion - The current minor version of cluster Masterpublic String getLatestVersion()
public void setLatestVersion(String LatestVersion)
LatestVersion - The latest minor version of cluster Master corresponding major versionpublic UpgradeAbleInstancesItem[] getUpgradeAbleInstances()
public void setUpgradeAbleInstances(UpgradeAbleInstancesItem[] UpgradeAbleInstances)
UpgradeAbleInstances - List of nodes that can be upgraded
Note: this field may return `null`, indicating that no valid value is obtained.public Long getTotal()
public void setTotal(Long Total)
Total - Total number
Note: this field may return `null`, indicating that no valid value is obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.