public class ServiceVersionBrief extends AbstractModel
| 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 | 
getBuildTaskId()
Get Task ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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. 
 | 
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 
 | 
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 | 
setBuildTaskId(String BuildTaskId)
Set Task ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 | 
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 | 
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 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.Copyright © 2022. All rights reserved.