public class ClusterVersion extends AbstractModel
| Constructor and Description | 
|---|
| ClusterVersion() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterId()Get Cluster ID | 
| String[] | getVersions()Get The list of cluster major version, such as 1.18.4 | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setVersions(String[] Versions)Set The list of cluster major version, such as 1.18.4 | 
| 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 getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String[] getVersions()
public void setVersions(String[] Versions)
Versions - The list of cluster major version, such as 1.18.4Copyright © 2021. All rights reserved.