Class EventStat
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.EventStat
-
public class EventStat extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEventsNum()Get 事件数LonggetMachineAffectNum()Get 受影响的主机数voidsetEventsNum(Long EventsNum)Set 事件数voidsetMachineAffectNum(Long MachineAffectNum)Set 受影响的主机数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EventStat
public EventStat()
-
EventStat
public 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.
-
-
Method Detail
-
getEventsNum
public Long getEventsNum()
Get 事件数- Returns:
- EventsNum 事件数
-
setEventsNum
public void setEventsNum(Long EventsNum)
Set 事件数- Parameters:
EventsNum- 事件数
-
getMachineAffectNum
public Long getMachineAffectNum()
Get 受影响的主机数- Returns:
- MachineAffectNum 受影响的主机数
-
setMachineAffectNum
public void setMachineAffectNum(Long MachineAffectNum)
Set 受影响的主机数- Parameters:
MachineAffectNum- 受影响的主机数
-
-