public class TemEnvironmentStartingStatus extends AbstractModel
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 需要启动的应用数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStartedApplicationNum()
Get 已经启动的应用数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApplicationNumNeedToStart(Long ApplicationNumNeedToStart)
Set 需要启动的应用数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartedApplicationNum(Long StartedApplicationNum)
Set 已经启动的应用数量
注意:此字段可能返回 null,表示取不到有效值。
|
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 TemEnvironmentStartingStatus()
public TemEnvironmentStartingStatus(TemEnvironmentStartingStatus source)
public Long getApplicationNumNeedToStart()
public void setApplicationNumNeedToStart(Long ApplicationNumNeedToStart)
ApplicationNumNeedToStart
- 需要启动的应用数量
注意:此字段可能返回 null,表示取不到有效值。public Long getStartedApplicationNum()
public void setStartedApplicationNum(Long StartedApplicationNum)
StartedApplicationNum
- 已经启动的应用数量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.