public class SecurityEventInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getEventCnt()Get Number of security events | 
| Long | getUuidCnt()Get Number of affected machines | 
| void | setEventCnt(Long EventCnt)Set Number of security events | 
| void | setUuidCnt(Long UuidCnt)Set Number of affected machines | 
| 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 SecurityEventInfo()
public SecurityEventInfo(SecurityEventInfo source)
public Long getEventCnt()
public void setEventCnt(Long EventCnt)
EventCnt - Number of security eventspublic Long getUuidCnt()
public void setUuidCnt(Long UuidCnt)
UuidCnt - Number of affected machinesCopyright © 2025. All rights reserved.