public class UpgradeAbleInstancesItem extends AbstractModel
Constructor and Description |
---|
UpgradeAbleInstancesItem() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get Node ID
|
String |
getLatestVersion()
Get The latest minor version of the current version
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getVersion()
Get The current version of the node
|
void |
setInstanceId(String InstanceId)
Set Node ID
|
void |
setLatestVersion(String LatestVersion)
Set The latest minor version of the current version
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setVersion(String Version)
Set The current version of the 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, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Node IDpublic String getVersion()
public void setVersion(String Version)
Version
- The current version of the nodepublic String getLatestVersion()
public void setLatestVersion(String LatestVersion)
LatestVersion
- The latest minor version of the current version
Note: this field may return `null`, indicating that no valid value is obtained.Copyright © 2021. All rights reserved.