public class UpgradeAbleInstancesItem extends AbstractModel
Constructor and Description |
---|
UpgradeAbleInstancesItem() |
UpgradeAbleInstancesItem(UpgradeAbleInstancesItem 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 |
---|---|
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 |
getRuntimeLatestVersion()
Get RuntimeLatestVersion
|
String |
getRuntimeVersion()
Get RuntimeVersion
|
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 |
setRuntimeLatestVersion(String RuntimeLatestVersion)
Set RuntimeLatestVersion
|
void |
setRuntimeVersion(String RuntimeVersion)
Set RuntimeVersion
|
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 UpgradeAbleInstancesItem()
public UpgradeAbleInstancesItem(UpgradeAbleInstancesItem source)
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.public String getRuntimeVersion()
public void setRuntimeVersion(String RuntimeVersion)
RuntimeVersion
- RuntimeVersionpublic String getRuntimeLatestVersion()
public void setRuntimeLatestVersion(String RuntimeLatestVersion)
RuntimeLatestVersion
- RuntimeLatestVersionCopyright © 2023. All rights reserved.