Class TemEnvironmentStoppingStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.TemEnvironmentStoppingStatus
-
public class TemEnvironmentStoppingStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TemEnvironmentStoppingStatus()TemEnvironmentStoppingStatus(TemEnvironmentStoppingStatus 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetApplicationNumNeedToStop()Get 需要停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。LonggetStopFailedApplicationNum()Get 停止失败的应用数量 注意:此字段可能返回 null,表示取不到有效值。LonggetStoppedApplicationNum()Get 已经停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。voidsetApplicationNumNeedToStop(Long ApplicationNumNeedToStop)Set 需要停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。voidsetStopFailedApplicationNum(Long StopFailedApplicationNum)Set 停止失败的应用数量 注意:此字段可能返回 null,表示取不到有效值。voidsetStoppedApplicationNum(Long StoppedApplicationNum)Set 已经停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TemEnvironmentStoppingStatus
public TemEnvironmentStoppingStatus()
-
TemEnvironmentStoppingStatus
public TemEnvironmentStoppingStatus(TemEnvironmentStoppingStatus 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.
-
-
Method Detail
-
getApplicationNumNeedToStop
public Long getApplicationNumNeedToStop()
Get 需要停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApplicationNumNeedToStop 需要停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。
-
setApplicationNumNeedToStop
public void setApplicationNumNeedToStop(Long ApplicationNumNeedToStop)
Set 需要停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApplicationNumNeedToStop- 需要停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。
-
getStoppedApplicationNum
public Long getStoppedApplicationNum()
Get 已经停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StoppedApplicationNum 已经停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。
-
setStoppedApplicationNum
public void setStoppedApplicationNum(Long StoppedApplicationNum)
Set 已经停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StoppedApplicationNum- 已经停止的应用数量 注意:此字段可能返回 null,表示取不到有效值。
-
getStopFailedApplicationNum
public Long getStopFailedApplicationNum()
Get 停止失败的应用数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StopFailedApplicationNum 停止失败的应用数量 注意:此字段可能返回 null,表示取不到有效值。
-
setStopFailedApplicationNum
public void setStopFailedApplicationNum(Long StopFailedApplicationNum)
Set 停止失败的应用数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StopFailedApplicationNum- 停止失败的应用数量 注意:此字段可能返回 null,表示取不到有效值。
-
-