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 需要启动的应用数量 | 
| Long | getStartedApplicationNum()Get 已经启动的应用数量 | 
| Long | getStartFailedApplicationNum()Get 启动失败的应用数量 | 
| void | setApplicationNumNeedToStart(Long ApplicationNumNeedToStart)Set 需要启动的应用数量 | 
| void | setStartedApplicationNum(Long StartedApplicationNum)Set 已经启动的应用数量 | 
| void | setStartFailedApplicationNum(Long StartFailedApplicationNum)Set 启动失败的应用数量 | 
| 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 - 需要启动的应用数量public Long getStartedApplicationNum()
public void setStartedApplicationNum(Long StartedApplicationNum)
StartedApplicationNum - 已经启动的应用数量public Long getStartFailedApplicationNum()
public void setStartFailedApplicationNum(Long StartFailedApplicationNum)
StartFailedApplicationNum - 启动失败的应用数量Copyright © 2025. All rights reserved.