public class DescribeOverviewIndexResponse extends AbstractModel
Constructor and Description |
---|
DescribeOverviewIndexResponse() |
DescribeOverviewIndexResponse(DescribeOverviewIndexResponse 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 |
getAllIpCount()
Get IP总数
|
Long |
getAntiddosDomainCount()
Get 高防域名总数
|
Long |
getAntiddosIpCount()
Get 高防IP总数(包含高防包+高防IP)
|
Long |
getAttackDomainCount()
Get 攻击域名总数
|
Long |
getAttackIpCount()
Get 攻击IP总数
|
Long |
getBlockIpCount()
Get 封堵IP总数
|
Long |
getMaxAttackFlow()
Get 攻击流量峰值
|
String |
getNewAttackIp()
Get 当前最近一条攻击中的IP
|
String |
getNewAttackTime()
Get 当前最近一条攻击中的起始时间
|
String |
getNewAttackType()
Get 当前最近一条攻击中的攻击类型
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setAllIpCount(Long AllIpCount)
Set IP总数
|
void |
setAntiddosDomainCount(Long AntiddosDomainCount)
Set 高防域名总数
|
void |
setAntiddosIpCount(Long AntiddosIpCount)
Set 高防IP总数(包含高防包+高防IP)
|
void |
setAttackDomainCount(Long AttackDomainCount)
Set 攻击域名总数
|
void |
setAttackIpCount(Long AttackIpCount)
Set 攻击IP总数
|
void |
setBlockIpCount(Long BlockIpCount)
Set 封堵IP总数
|
void |
setMaxAttackFlow(Long MaxAttackFlow)
Set 攻击流量峰值
|
void |
setNewAttackIp(String NewAttackIp)
Set 当前最近一条攻击中的IP
|
void |
setNewAttackTime(String NewAttackTime)
Set 当前最近一条攻击中的起始时间
|
void |
setNewAttackType(String NewAttackType)
Set 当前最近一条攻击中的攻击类型
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeOverviewIndexResponse()
public DescribeOverviewIndexResponse(DescribeOverviewIndexResponse source)
public Long getAllIpCount()
public void setAllIpCount(Long AllIpCount)
AllIpCount
- IP总数public Long getAntiddosIpCount()
public void setAntiddosIpCount(Long AntiddosIpCount)
AntiddosIpCount
- 高防IP总数(包含高防包+高防IP)public Long getAttackIpCount()
public void setAttackIpCount(Long AttackIpCount)
AttackIpCount
- 攻击IP总数public Long getBlockIpCount()
public void setBlockIpCount(Long BlockIpCount)
BlockIpCount
- 封堵IP总数public Long getAntiddosDomainCount()
public void setAntiddosDomainCount(Long AntiddosDomainCount)
AntiddosDomainCount
- 高防域名总数public Long getAttackDomainCount()
public void setAttackDomainCount(Long AttackDomainCount)
AttackDomainCount
- 攻击域名总数public Long getMaxAttackFlow()
public void setMaxAttackFlow(Long MaxAttackFlow)
MaxAttackFlow
- 攻击流量峰值public String getNewAttackTime()
public void setNewAttackTime(String NewAttackTime)
NewAttackTime
- 当前最近一条攻击中的起始时间public String getNewAttackIp()
public void setNewAttackIp(String NewAttackIp)
NewAttackIp
- 当前最近一条攻击中的IPpublic String getNewAttackType()
public void setNewAttackType(String NewAttackType)
NewAttackType
- 当前最近一条攻击中的攻击类型public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.