Class UnHandleEventDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.UnHandleEventDetail
-
public class UnHandleEventDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventName()Get 安全事件名称LonggetTotal()Get 未处置事件数量voidsetEventName(String EventName)Set 安全事件名称voidsetTotal(Long Total)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
-
UnHandleEventDetail
public UnHandleEventDetail()
-
UnHandleEventDetail
public 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.
-
-
Method Detail
-
getEventName
public String getEventName()
Get 安全事件名称- Returns:
- EventName 安全事件名称
-
setEventName
public void setEventName(String EventName)
Set 安全事件名称- Parameters:
EventName- 安全事件名称
-
getTotal
public Long getTotal()
Get 未处置事件数量- Returns:
- Total 未处置事件数量
-
setTotal
public void setTotal(Long Total)
Set 未处置事件数量- Parameters:
Total- 未处置事件数量
-
-