public static class GetInstanceStatusStatisticResponseBody.GetInstanceStatusStatisticResponseBodyStatusCount
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
failureCount |
Integer |
notRunCount |
Integer |
runningCount |
Integer |
successCount |
Integer |
totalCount |
Integer |
waitResCount |
Integer |
waitTimeCount |
| 构造器和说明 |
|---|
GetInstanceStatusStatisticResponseBodyStatusCount() |
@NameInMap(value="FailureCount") public Integer failureCount
@NameInMap(value="NotRunCount") public Integer notRunCount
@NameInMap(value="RunningCount") public Integer runningCount
@NameInMap(value="SuccessCount") public Integer successCount
@NameInMap(value="TotalCount") public Integer totalCount
@NameInMap(value="WaitResCount") public Integer waitResCount
@NameInMap(value="WaitTimeCount") public Integer waitTimeCount
public GetInstanceStatusStatisticResponseBodyStatusCount()
public static GetInstanceStatusStatisticResponseBody.GetInstanceStatusStatisticResponseBodyStatusCount build(Map<String,?> map) throws Exception
Exceptionpublic GetInstanceStatusStatisticResponseBody.GetInstanceStatusStatisticResponseBodyStatusCount setFailureCount(Integer failureCount)
public Integer getFailureCount()
public GetInstanceStatusStatisticResponseBody.GetInstanceStatusStatisticResponseBodyStatusCount setNotRunCount(Integer notRunCount)
public Integer getNotRunCount()
public GetInstanceStatusStatisticResponseBody.GetInstanceStatusStatisticResponseBodyStatusCount setRunningCount(Integer runningCount)
public Integer getRunningCount()
public GetInstanceStatusStatisticResponseBody.GetInstanceStatusStatisticResponseBodyStatusCount setSuccessCount(Integer successCount)
public Integer getSuccessCount()
public GetInstanceStatusStatisticResponseBody.GetInstanceStatusStatisticResponseBodyStatusCount setTotalCount(Integer totalCount)
public Integer getTotalCount()
public GetInstanceStatusStatisticResponseBody.GetInstanceStatusStatisticResponseBodyStatusCount setWaitResCount(Integer waitResCount)
public Integer getWaitResCount()
public GetInstanceStatusStatisticResponseBody.GetInstanceStatusStatisticResponseBodyStatusCount setWaitTimeCount(Integer waitTimeCount)
public Integer getWaitTimeCount()
Copyright © 2021. All rights reserved.