public class DDoSAttackSourceEvent extends AbstractModel
| Constructor and Description | 
|---|
| DDoSAttackSourceEvent() | 
| DDoSAttackSourceEvent(DDoSAttackSourceEvent 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 | getAttackFlow()Get The accumulative attack traffic. | 
| Long | getAttackPacketNum()Get The accumulative attack packets. | 
| String | getAttackRegion()Get The country or region. | 
| String | getAttackSourceIp()Get The attacker IP. | 
| void | setAttackFlow(Long AttackFlow)Set The accumulative attack traffic. | 
| void | setAttackPacketNum(Long AttackPacketNum)Set The accumulative attack packets. | 
| void | setAttackRegion(String AttackRegion)Set The country or region. | 
| void | setAttackSourceIp(String AttackSourceIp)Set The attacker IP. | 
| 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, toJsonStringpublic DDoSAttackSourceEvent()
public DDoSAttackSourceEvent(DDoSAttackSourceEvent source)
public String getAttackSourceIp()
public void setAttackSourceIp(String AttackSourceIp)
AttackSourceIp - The attacker IP.public String getAttackRegion()
public void setAttackRegion(String AttackRegion)
AttackRegion - The country or region.public Long getAttackFlow()
public void setAttackFlow(Long AttackFlow)
AttackFlow - The accumulative attack traffic.public Long getAttackPacketNum()
public void setAttackPacketNum(Long AttackPacketNum)
AttackPacketNum - The accumulative attack packets.Copyright © 2022. All rights reserved.