public class RuleExecDateStat extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RuleExecDateStat() | 
| RuleExecDateStat(RuleExecDateStat 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 | getAlarmCnt()Get 告警数 | 
| Long | getPipelineCnt()Get 阻塞数 | 
| String | getStatDate()Get 统计日期 | 
| void | setAlarmCnt(Long AlarmCnt)Set 告警数 | 
| void | setPipelineCnt(Long PipelineCnt)Set 阻塞数 | 
| void | setStatDate(String StatDate)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 RuleExecDateStat()
public RuleExecDateStat(RuleExecDateStat source)
public String getStatDate()
public void setStatDate(String StatDate)
StatDate - 统计日期public Long getAlarmCnt()
public void setAlarmCnt(Long AlarmCnt)
AlarmCnt - 告警数public Long getPipelineCnt()
public void setPipelineCnt(Long PipelineCnt)
PipelineCnt - 阻塞数Copyright © 2025. All rights reserved.