Class SecurityEventInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.SecurityEventInfo
-
public class SecurityEventInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SecurityEventInfo()SecurityEventInfo(SecurityEventInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEventCnt()Get 安全事件数LonggetUuidCnt()Get 受影响机器数voidsetEventCnt(Long EventCnt)Set 安全事件数voidsetUuidCnt(Long UuidCnt)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
-
SecurityEventInfo
public SecurityEventInfo()
-
SecurityEventInfo
public SecurityEventInfo(SecurityEventInfo 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
-
getEventCnt
public Long getEventCnt()
Get 安全事件数- Returns:
- EventCnt 安全事件数
-
setEventCnt
public void setEventCnt(Long EventCnt)
Set 安全事件数- Parameters:
EventCnt- 安全事件数
-
getUuidCnt
public Long getUuidCnt()
Get 受影响机器数- Returns:
- UuidCnt 受影响机器数
-
setUuidCnt
public void setUuidCnt(Long UuidCnt)
Set 受影响机器数- Parameters:
UuidCnt- 受影响机器数
-
-