public class VulTrend extends AbstractModel
header, skipSign
Constructor and Description |
---|
VulTrend() |
VulTrend(VulTrend 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 |
getAffectAssetCount()
Get 影响的资产数
|
Long |
getAffectUserCount()
Get 影响的用户数
|
Long |
getAttackCount()
Get 攻击数
|
String |
getDate()
Get 时间
|
void |
setAffectAssetCount(Long AffectAssetCount)
Set 影响的资产数
|
void |
setAffectUserCount(Long AffectUserCount)
Set 影响的用户数
|
void |
setAttackCount(Long AttackCount)
Set 攻击数
|
void |
setDate(String Date)
Set 时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VulTrend()
public VulTrend(VulTrend source)
public Long getAffectAssetCount()
public void setAffectAssetCount(Long AffectAssetCount)
AffectAssetCount
- 影响的资产数public Long getAffectUserCount()
public void setAffectUserCount(Long AffectUserCount)
AffectUserCount
- 影响的用户数public Long getAttackCount()
public void setAttackCount(Long AttackCount)
AttackCount
- 攻击数public String getDate()
public void setDate(String Date)
Date
- 时间Copyright © 2024. All rights reserved.