public class ServiceVersionBrief extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ServiceVersionBrief() | 
| ServiceVersionBrief(ServiceVersionBrief 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 | getApplicationId()Get Application ID. | 
| String | getApplicationName()Get Application name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getBatchDeployStatus()Get Status of batch deployment
Note: This field may return `null`, indicating that no valid value was found. | 
| String | getBuildTaskId()Get Task ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCreateDate()Get Creation time
Note: This field may return `null`, indicating that no valid value was found. | 
| Long | getCurrentInstances()Get Number of current instances | 
| String | getDeployMode()Get Deployment mode
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getEnableEs()Get (Disused) Whether to enable elastic scaling | 
| String | getEnvironmentId()Get Environment ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEnvironmentName()Get Environment name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getExpectedInstances()Get Expected number of instances
Note: This field may return null, indicating that no valid values can be obtained. | 
| LogOutputConf | getLogOutputConf()Get (Disused) Log output configuration
Note: This field may return null, indicating that no valid values can be obtained. | 
| NodeInfo[] | getNodeInfos()Get Node information
Note: This field may return `null`, indicating that no valid value was found. | 
| DescribeRunPodPage | getPodList()Get Pod information
Note: This field may return `null`, indicating that no valid value was found. | 
| String | getRegionId()Get Region ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getStatus()Get Status of version | 
| Boolean | getUnderDeploying()Get Whether the application is being deployed
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getVersionId()Get Version ID | 
| String | getVersionName()Get Version name | 
| WorkloadInfo | getWorkloadInfo()Get Workload information
Note: This field may return `null`, indicating that no valid value was found. | 
| String[] | getZones()Get Availability zones
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setApplicationId(String ApplicationId)Set Application ID. | 
| void | setApplicationName(String ApplicationName)Set Application name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setBatchDeployStatus(String BatchDeployStatus)Set Status of batch deployment
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setBuildTaskId(String BuildTaskId)Set Task ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCreateDate(String CreateDate)Set Creation time
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setCurrentInstances(Long CurrentInstances)Set Number of current instances | 
| void | setDeployMode(String DeployMode)Set Deployment mode
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEnableEs(Long EnableEs)Set (Disused) Whether to enable elastic scaling | 
| void | setEnvironmentId(String EnvironmentId)Set Environment ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEnvironmentName(String EnvironmentName)Set Environment name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setExpectedInstances(Long ExpectedInstances)Set Expected number of instances
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLogOutputConf(LogOutputConf LogOutputConf)Set (Disused) Log output configuration
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNodeInfos(NodeInfo[] NodeInfos)Set Node information
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setPodList(DescribeRunPodPage PodList)Set Pod information
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setRegionId(String RegionId)Set Region ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStatus(String Status)Set Status of version | 
| void | setUnderDeploying(Boolean UnderDeploying)Set Whether the application is being deployed
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setVersionId(String VersionId)Set Version ID | 
| void | setVersionName(String VersionName)Set Version name | 
| void | setWorkloadInfo(WorkloadInfo WorkloadInfo)Set Workload information
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setZones(String[] Zones)Set Availability zones
Note: This field may return `null`, indicating that no valid value was found. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ServiceVersionBrief()
public ServiceVersionBrief(ServiceVersionBrief source)
public String getVersionName()
public void setVersionName(String VersionName)
VersionName - Version namepublic String getStatus()
public void setStatus(String Status)
Status - Status of versionpublic Long getEnableEs()
public void setEnableEs(Long EnableEs)
EnableEs - (Disused) Whether to enable elastic scalingpublic Long getCurrentInstances()
public void setCurrentInstances(Long CurrentInstances)
CurrentInstances - Number of current instancespublic String getVersionId()
public void setVersionId(String VersionId)
VersionId - Version IDpublic LogOutputConf getLogOutputConf()
public void setLogOutputConf(LogOutputConf LogOutputConf)
LogOutputConf - (Disused) Log output configuration
Note: This field may return null, indicating that no valid values can be obtained.public Long getExpectedInstances()
public void setExpectedInstances(Long ExpectedInstances)
ExpectedInstances - Expected number of instances
Note: This field may return null, indicating that no valid values can be obtained.public String getDeployMode()
public void setDeployMode(String DeployMode)
DeployMode - Deployment mode
Note: This field may return null, indicating that no valid values can be obtained.public String getBuildTaskId()
public void setBuildTaskId(String BuildTaskId)
BuildTaskId - Task ID
Note: This field may return null, indicating that no valid values can be obtained.public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Environment ID
Note: This field may return null, indicating that no valid values can be obtained.public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName - Environment name
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName - Application name
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getUnderDeploying()
public void setUnderDeploying(Boolean UnderDeploying)
UnderDeploying - Whether the application is being deployed
Note: This field may return null, indicating that no valid values can be obtained.public String getBatchDeployStatus()
public void setBatchDeployStatus(String BatchDeployStatus)
BatchDeployStatus - Status of batch deployment
Note: This field may return `null`, indicating that no valid value was found.public String[] getZones()
public void setZones(String[] Zones)
Zones - Availability zones
Note: This field may return `null`, indicating that no valid value was found.public NodeInfo[] getNodeInfos()
public void setNodeInfos(NodeInfo[] NodeInfos)
NodeInfos - Node information
Note: This field may return `null`, indicating that no valid value was found.public DescribeRunPodPage getPodList()
public void setPodList(DescribeRunPodPage PodList)
PodList - Pod information
Note: This field may return `null`, indicating that no valid value was found.public WorkloadInfo getWorkloadInfo()
public void setWorkloadInfo(WorkloadInfo WorkloadInfo)
WorkloadInfo - Workload information
Note: This field may return `null`, indicating that no valid value was found.public String getCreateDate()
public void setCreateDate(String CreateDate)
CreateDate - Creation time
Note: This field may return `null`, indicating that no valid value was found.public String getRegionId()
public void setRegionId(String RegionId)
RegionId - Region ID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.