public class EventStat extends AbstractModel
Constructor and Description |
---|
EventStat() |
EventStat(EventStat 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 |
getEventsNum()
Get 事件数
|
Long |
getMachineAffectNum()
Get 受影响的主机数
|
void |
setEventsNum(Long EventsNum)
Set 事件数
|
void |
setMachineAffectNum(Long MachineAffectNum)
Set 受影响的主机数
|
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 EventStat()
public EventStat(EventStat source)
public Long getEventsNum()
public void setEventsNum(Long EventsNum)
EventsNum
- 事件数public Long getMachineAffectNum()
public void setMachineAffectNum(Long MachineAffectNum)
MachineAffectNum
- 受影响的主机数Copyright © 2022. All rights reserved.