public class TemEnvironmentStoppingStatus extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getApplicationNumNeedToStop()
Get Number of applications to stop
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Long |
getStopFailedApplicationNum()
Get Number of applications failed to be stopped
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Long |
getStoppedApplicationNum()
Get Number of stopped applications
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setApplicationNumNeedToStop(Long ApplicationNumNeedToStop)
Set Number of applications to stop
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setStopFailedApplicationNum(Long StopFailedApplicationNum)
Set Number of applications failed to be stopped
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setStoppedApplicationNum(Long StoppedApplicationNum)
Set Number of stopped applications
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TemEnvironmentStoppingStatus()
public TemEnvironmentStoppingStatus(TemEnvironmentStoppingStatus source)
public Long getApplicationNumNeedToStop()
public void setApplicationNumNeedToStop(Long ApplicationNumNeedToStop)
ApplicationNumNeedToStop
- Number of applications to stop
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getStoppedApplicationNum()
public void setStoppedApplicationNum(Long StoppedApplicationNum)
StoppedApplicationNum
- Number of stopped applications
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getStopFailedApplicationNum()
public void setStopFailedApplicationNum(Long StopFailedApplicationNum)
StopFailedApplicationNum
- Number of applications failed to be stopped
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.