public class DescribeAttackStatisticsResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAttackStatisticsResponse() | 
| DescribeAttackStatisticsResponse(DescribeAttackStatisticsResponse 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 | getAttackedAssetCount()Get 总受攻击资产数量 | 
| Long | getAttackedPortCount()Get 总受攻击端口数量 | 
| Long | getAttackSrcIpCount()Get 总攻击来源ip数量 | 
| Long | getNewAttackedAssetCount()Get 今日新增受攻击资产数量 | 
| Long | getNewAttackedPortCount()Get 今日新增受攻击端口数量 | 
| Long | getNewAttackSrcIpCount()Get 今日新增攻击来源ip数量 | 
| Long | getPendingAttackCount()Get 总攻击次数 | 
| Long | getPendingNewAttackCount()Get 今日新增攻击次数 | 
| Long | getPendingSuccAttackCount()Get 总攻击成功次数 | 
| Long | getPendingTryAttackCount()Get 总尝试攻击次数 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setAttackedAssetCount(Long AttackedAssetCount)Set 总受攻击资产数量 | 
| void | setAttackedPortCount(Long AttackedPortCount)Set 总受攻击端口数量 | 
| void | setAttackSrcIpCount(Long AttackSrcIpCount)Set 总攻击来源ip数量 | 
| void | setNewAttackedAssetCount(Long NewAttackedAssetCount)Set 今日新增受攻击资产数量 | 
| void | setNewAttackedPortCount(Long NewAttackedPortCount)Set 今日新增受攻击端口数量 | 
| void | setNewAttackSrcIpCount(Long NewAttackSrcIpCount)Set 今日新增攻击来源ip数量 | 
| void | setPendingAttackCount(Long PendingAttackCount)Set 总攻击次数 | 
| void | setPendingNewAttackCount(Long PendingNewAttackCount)Set 今日新增攻击次数 | 
| void | setPendingSuccAttackCount(Long PendingSuccAttackCount)Set 总攻击成功次数 | 
| void | setPendingTryAttackCount(Long PendingTryAttackCount)Set 总尝试攻击次数 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| 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, toJsonStringpublic DescribeAttackStatisticsResponse()
public DescribeAttackStatisticsResponse(DescribeAttackStatisticsResponse source)
public Long getPendingAttackCount()
public void setPendingAttackCount(Long PendingAttackCount)
PendingAttackCount - 总攻击次数public Long getPendingTryAttackCount()
public void setPendingTryAttackCount(Long PendingTryAttackCount)
PendingTryAttackCount - 总尝试攻击次数public Long getPendingSuccAttackCount()
public void setPendingSuccAttackCount(Long PendingSuccAttackCount)
PendingSuccAttackCount - 总攻击成功次数public Long getPendingNewAttackCount()
public void setPendingNewAttackCount(Long PendingNewAttackCount)
PendingNewAttackCount - 今日新增攻击次数public Long getAttackedAssetCount()
public void setAttackedAssetCount(Long AttackedAssetCount)
AttackedAssetCount - 总受攻击资产数量public Long getNewAttackedAssetCount()
public void setNewAttackedAssetCount(Long NewAttackedAssetCount)
NewAttackedAssetCount - 今日新增受攻击资产数量public Long getAttackedPortCount()
public void setAttackedPortCount(Long AttackedPortCount)
AttackedPortCount - 总受攻击端口数量public Long getNewAttackedPortCount()
public void setNewAttackedPortCount(Long NewAttackedPortCount)
NewAttackedPortCount - 今日新增受攻击端口数量public Long getAttackSrcIpCount()
public void setAttackSrcIpCount(Long AttackSrcIpCount)
AttackSrcIpCount - 总攻击来源ip数量public Long getNewAttackSrcIpCount()
public void setNewAttackSrcIpCount(Long NewAttackSrcIpCount)
NewAttackSrcIpCount - 今日新增攻击来源ip数量public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.