public class EscapeEventTendencyInfo extends AbstractModel
skipSign
Constructor and Description |
---|
EscapeEventTendencyInfo() |
EscapeEventTendencyInfo(EscapeEventTendencyInfo 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 |
getContainerEscapeEventCount()
Get 待处理容器逃逸事件总数
|
String |
getDate()
Get 日期
|
Long |
getProcessPrivilegeEventCount()
Get 待处理程序特权事件总数
|
Long |
getRiskContainerEventCount()
Get 待处理风险容器事件总数
|
void |
setContainerEscapeEventCount(Long ContainerEscapeEventCount)
Set 待处理容器逃逸事件总数
|
void |
setDate(String Date)
Set 日期
|
void |
setProcessPrivilegeEventCount(Long ProcessPrivilegeEventCount)
Set 待处理程序特权事件总数
|
void |
setRiskContainerEventCount(Long RiskContainerEventCount)
Set 待处理风险容器事件总数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EscapeEventTendencyInfo()
public EscapeEventTendencyInfo(EscapeEventTendencyInfo source)
public Long getRiskContainerEventCount()
public void setRiskContainerEventCount(Long RiskContainerEventCount)
RiskContainerEventCount
- 待处理风险容器事件总数public Long getProcessPrivilegeEventCount()
public void setProcessPrivilegeEventCount(Long ProcessPrivilegeEventCount)
ProcessPrivilegeEventCount
- 待处理程序特权事件总数public Long getContainerEscapeEventCount()
public void setContainerEscapeEventCount(Long ContainerEscapeEventCount)
ContainerEscapeEventCount
- 待处理容器逃逸事件总数public String getDate()
public void setDate(String Date)
Date
- 日期Copyright © 2023. All rights reserved.