public class TemEnvironmentStartingStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TemEnvironmentStartingStatus() | 
| TemEnvironmentStartingStatus(TemEnvironmentStartingStatus 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 | 
|---|---|
| Long | getApplicationNumNeedToStart()Get Number of applications to start
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Long | getStartedApplicationNum()Get Number of started applictions
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Long | getStartFailedApplicationNum()Get Number of applications failed to be started
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setApplicationNumNeedToStart(Long ApplicationNumNeedToStart)Set Number of applications to start
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setStartedApplicationNum(Long StartedApplicationNum)Set Number of started applictions
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setStartFailedApplicationNum(Long StartFailedApplicationNum)Set Number of applications failed to be started
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| 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 TemEnvironmentStartingStatus()
public TemEnvironmentStartingStatus(TemEnvironmentStartingStatus source)
public Long getApplicationNumNeedToStart()
public void setApplicationNumNeedToStart(Long ApplicationNumNeedToStart)
ApplicationNumNeedToStart - Number of applications to start
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getStartedApplicationNum()
public void setStartedApplicationNum(Long StartedApplicationNum)
StartedApplicationNum - Number of started applictions
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getStartFailedApplicationNum()
public void setStartFailedApplicationNum(Long StartFailedApplicationNum)
StartFailedApplicationNum - Number of applications failed to be started
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.