public class SecurityEventInfo extends AbstractModel
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 安全事件数
|
Long |
getUuidCnt()
Get 受影响机器数
|
void |
setEventCnt(Long EventCnt)
Set 安全事件数
|
void |
setUuidCnt(Long UuidCnt)
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 SecurityEventInfo()
public SecurityEventInfo(SecurityEventInfo source)
public Long getEventCnt()
public void setEventCnt(Long EventCnt)
EventCnt
- 安全事件数public Long getUuidCnt()
public void setUuidCnt(Long UuidCnt)
UuidCnt
- 受影响机器数Copyright © 2021. All rights reserved.