public class DescribeVulOverviewResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVulOverviewResponse() |
DescribeVulOverviewResponse(DescribeVulOverviewResponse 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 |
---|---|
VulOverview |
getAllVul()
Get Statistics on all vulnerabilities
|
VulOverview |
getEffectHost()
Get Statistics on affected hosts
|
VulOverview |
getFollowVul()
Get Statistics on focused vulnerabilities
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
VulOverview |
getVulAttackEvent()
Get Statistics on vulnerability attack event (past 1 month)
|
VulOverview |
getVulDefenceEvent()
Get Statistics on defended attacks (past 1 month)
|
VulOverview |
getVulStore()
Get Vulnerability database statistics
|
void |
setAllVul(VulOverview AllVul)
Set Statistics on all vulnerabilities
|
void |
setEffectHost(VulOverview EffectHost)
Set Statistics on affected hosts
|
void |
setFollowVul(VulOverview FollowVul)
Set Statistics on focused vulnerabilities
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setVulAttackEvent(VulOverview VulAttackEvent)
Set Statistics on vulnerability attack event (past 1 month)
|
void |
setVulDefenceEvent(VulOverview VulDefenceEvent)
Set Statistics on defended attacks (past 1 month)
|
void |
setVulStore(VulOverview VulStore)
Set Vulnerability database statistics
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVulOverviewResponse()
public DescribeVulOverviewResponse(DescribeVulOverviewResponse source)
public VulOverview getFollowVul()
public void setFollowVul(VulOverview FollowVul)
FollowVul
- Statistics on focused vulnerabilitiespublic VulOverview getAllVul()
public void setAllVul(VulOverview AllVul)
AllVul
- Statistics on all vulnerabilitiespublic VulOverview getEffectHost()
public void setEffectHost(VulOverview EffectHost)
EffectHost
- Statistics on affected hostspublic VulOverview getVulAttackEvent()
public void setVulAttackEvent(VulOverview VulAttackEvent)
VulAttackEvent
- Statistics on vulnerability attack event (past 1 month)public VulOverview getVulDefenceEvent()
public void setVulDefenceEvent(VulOverview VulDefenceEvent)
VulDefenceEvent
- Statistics on defended attacks (past 1 month)public VulOverview getVulStore()
public void setVulStore(VulOverview VulStore)
VulStore
- Vulnerability database statisticspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.