Class SecurityTrend
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.SecurityTrend
-
public class SecurityTrend extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SecurityTrend()SecurityTrend(SecurityTrend 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 事件时间。LonggetEventNum()Get 事件数量。voidsetDate(String Date)Set 事件时间。voidsetEventNum(Long EventNum)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
-
SecurityTrend
public SecurityTrend()
-
SecurityTrend
public SecurityTrend(SecurityTrend 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- 事件时间。
-
getEventNum
public Long getEventNum()
Get 事件数量。- Returns:
- EventNum 事件数量。
-
setEventNum
public void setEventNum(Long EventNum)
Set 事件数量。- Parameters:
EventNum- 事件数量。
-
-