Class VirusTendencyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.VirusTendencyInfo
-
public class VirusTendencyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VirusTendencyInfo()VirusTendencyInfo(VirusTendencyInfo 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 StringgetDate()Get 日期LonggetEventCount()Get 事件总数LonggetIsolateEventCount()Get 隔离事件总数LonggetPendingEventCount()Get 待处理事件总数LonggetRiskContainerCount()Get 风险容器总数voidsetDate(String Date)Set 日期voidsetEventCount(Long EventCount)Set 事件总数voidsetIsolateEventCount(Long IsolateEventCount)Set 隔离事件总数voidsetPendingEventCount(Long PendingEventCount)Set 待处理事件总数voidsetRiskContainerCount(Long RiskContainerCount)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
-
VirusTendencyInfo
public VirusTendencyInfo()
-
VirusTendencyInfo
public VirusTendencyInfo(VirusTendencyInfo 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
-
getDate
public String getDate()
Get 日期- Returns:
- Date 日期
-
setDate
public void setDate(String Date)
Set 日期- Parameters:
Date- 日期
-
getPendingEventCount
public Long getPendingEventCount()
Get 待处理事件总数- Returns:
- PendingEventCount 待处理事件总数
-
setPendingEventCount
public void setPendingEventCount(Long PendingEventCount)
Set 待处理事件总数- Parameters:
PendingEventCount- 待处理事件总数
-
getRiskContainerCount
public Long getRiskContainerCount()
Get 风险容器总数- Returns:
- RiskContainerCount 风险容器总数
-
setRiskContainerCount
public void setRiskContainerCount(Long RiskContainerCount)
Set 风险容器总数- Parameters:
RiskContainerCount- 风险容器总数
-
getEventCount
public Long getEventCount()
Get 事件总数- Returns:
- EventCount 事件总数
-
setEventCount
public void setEventCount(Long EventCount)
Set 事件总数- Parameters:
EventCount- 事件总数
-
getIsolateEventCount
public Long getIsolateEventCount()
Get 隔离事件总数- Returns:
- IsolateEventCount 隔离事件总数
-
setIsolateEventCount
public void setIsolateEventCount(Long IsolateEventCount)
Set 隔离事件总数- Parameters:
IsolateEventCount- 隔离事件总数
-
-