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 Total Number of Assets Under Attack
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getAttackedPortCount()
Get Total Number of Attacked Ports
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getAttackSrcIpCount()
Get Total Number of Attack Source IPs
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getNewAttackedAssetCount()
Get Number of New Attacked Assets Today
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getNewAttackedPortCount()
Get Number of New Attacked Ports Today
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getNewAttackSrcIpCount()
Get Number of New Attacking Source IPs Today
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPendingAttackCount()
Get Total Number of Attacks
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPendingNewAttackCount()
Get Number of New Attacks Today
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPendingSuccAttackCount()
Get Total Number of Successful Attacks
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPendingTryAttackCount()
Get Total Attack Attempts
Note: This field may return null, indicating that no valid values can be obtained.
|
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).
|
void |
setAttackedAssetCount(Long AttackedAssetCount)
Set Total Number of Assets Under Attack
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAttackedPortCount(Long AttackedPortCount)
Set Total Number of Attacked Ports
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAttackSrcIpCount(Long AttackSrcIpCount)
Set Total Number of Attack Source IPs
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNewAttackedAssetCount(Long NewAttackedAssetCount)
Set Number of New Attacked Assets Today
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNewAttackedPortCount(Long NewAttackedPortCount)
Set Number of New Attacked Ports Today
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNewAttackSrcIpCount(Long NewAttackSrcIpCount)
Set Number of New Attacking Source IPs Today
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPendingAttackCount(Long PendingAttackCount)
Set Total Number of Attacks
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPendingNewAttackCount(Long PendingNewAttackCount)
Set Number of New Attacks Today
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPendingSuccAttackCount(Long PendingSuccAttackCount)
Set Total Number of Successful Attacks
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPendingTryAttackCount(Long PendingTryAttackCount)
Set Total Attack Attempts
Note: This field may return null, indicating that no valid values can be obtained.
|
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 |
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 DescribeAttackStatisticsResponse()
public DescribeAttackStatisticsResponse(DescribeAttackStatisticsResponse source)
public Long getPendingAttackCount()
public void setPendingAttackCount(Long PendingAttackCount)
PendingAttackCount
- Total Number of Attacks
Note: This field may return null, indicating that no valid values can be obtained.public Long getPendingTryAttackCount()
public void setPendingTryAttackCount(Long PendingTryAttackCount)
PendingTryAttackCount
- Total Attack Attempts
Note: This field may return null, indicating that no valid values can be obtained.public Long getPendingSuccAttackCount()
public void setPendingSuccAttackCount(Long PendingSuccAttackCount)
PendingSuccAttackCount
- Total Number of Successful Attacks
Note: This field may return null, indicating that no valid values can be obtained.public Long getPendingNewAttackCount()
public void setPendingNewAttackCount(Long PendingNewAttackCount)
PendingNewAttackCount
- Number of New Attacks Today
Note: This field may return null, indicating that no valid values can be obtained.public Long getAttackedAssetCount()
public void setAttackedAssetCount(Long AttackedAssetCount)
AttackedAssetCount
- Total Number of Assets Under Attack
Note: This field may return null, indicating that no valid values can be obtained.public Long getNewAttackedAssetCount()
public void setNewAttackedAssetCount(Long NewAttackedAssetCount)
NewAttackedAssetCount
- Number of New Attacked Assets Today
Note: This field may return null, indicating that no valid values can be obtained.public Long getAttackedPortCount()
public void setAttackedPortCount(Long AttackedPortCount)
AttackedPortCount
- Total Number of Attacked Ports
Note: This field may return null, indicating that no valid values can be obtained.public Long getNewAttackedPortCount()
public void setNewAttackedPortCount(Long NewAttackedPortCount)
NewAttackedPortCount
- Number of New Attacked Ports Today
Note: This field may return null, indicating that no valid values can be obtained.public Long getAttackSrcIpCount()
public void setAttackSrcIpCount(Long AttackSrcIpCount)
AttackSrcIpCount
- Total Number of Attack Source IPs
Note: This field may return null, indicating that no valid values can be obtained.public Long getNewAttackSrcIpCount()
public void setNewAttackSrcIpCount(Long NewAttackSrcIpCount)
NewAttackSrcIpCount
- Number of New Attacking Source IPs Today
Note: This field may return null, indicating that no valid values can be obtained.public 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.