public class TotalStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TotalStatus() | 
| TotalStatus(TotalStatus 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 | getAbnormalCount()Get 异常状态的数目 | 
| Long | getNormalCount()Get 正常状态的数目 | 
| Long | getNotifyCount()Get 通知状态的数目 | 
| void | setAbnormalCount(Long AbnormalCount)Set 异常状态的数目 | 
| void | setNormalCount(Long NormalCount)Set 正常状态的数目 | 
| void | setNotifyCount(Long NotifyCount)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 TotalStatus()
public TotalStatus(TotalStatus source)
public Long getNormalCount()
public void setNormalCount(Long NormalCount)
NormalCount - 正常状态的数目public Long getNotifyCount()
public void setNotifyCount(Long NotifyCount)
NotifyCount - 通知状态的数目public Long getAbnormalCount()
public void setAbnormalCount(Long AbnormalCount)
AbnormalCount - 异常状态的数目Copyright © 2025. All rights reserved.