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