public class UnHandleEventDetail extends AbstractModel
Constructor and Description |
---|
UnHandleEventDetail() |
UnHandleEventDetail(UnHandleEventDetail 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 |
---|---|
String |
getEventName()
Get 安全事件名称
|
Long |
getTotal()
Get 未处置事件数量
|
void |
setEventName(String EventName)
Set 安全事件名称
|
void |
setTotal(Long Total)
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 UnHandleEventDetail()
public UnHandleEventDetail(UnHandleEventDetail source)
public String getEventName()
public void setEventName(String EventName)
EventName
- 安全事件名称public Long getTotal()
public void setTotal(Long Total)
Total
- 未处置事件数量Copyright © 2022. All rights reserved.