public class DescribeDDoSEvInfoResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDDoSEvInfoResponse() | 
| DescribeDDoSEvInfoResponse(DescribeDDoSEvInfoResponse 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 | 
|---|---|
| String | getBusiness()Get Anti-DDoS service type. | 
| String | getEndTime()Get Attack end time | 
| Long | getIcmpKBSum()Get Traffic of ICMP attacks in KB | 
| Long | getIcmpPacketSum()Get Number of ICMP attack packets | 
| String | getId()Get Anti-DDoS instance ID | 
| String | getIp()Get Resource IP | 
| Long | getMbps()Get Attack traffic bandwidth peak | 
| Long | getOtherKBSum()Get Traffic of other attacks in KB | 
| Long | getOtherPacketSum()Get Number of other attack packets | 
| String[] | getPcapUrl()Get PCAP file download link | 
| Long | getPps()Get Attack packet rate peak | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getStartTime()Get Attack start time | 
| Long | getTcpKBSum()Get Traffic of TCP attacks in KB | 
| Long | getTcpPacketSum()Get Number of TCP attack packets | 
| Long | getTotalTraffic()Get Total attack traffic in KB | 
| Long | getUdpKBSum()Get Traffic of UDP attacks in KB | 
| Long | getUdpPacketSum()Get Number of UDP attack packets | 
| void | setBusiness(String Business)Set Anti-DDoS service type. | 
| void | setEndTime(String EndTime)Set Attack end time | 
| void | setIcmpKBSum(Long IcmpKBSum)Set Traffic of ICMP attacks in KB | 
| void | setIcmpPacketSum(Long IcmpPacketSum)Set Number of ICMP attack packets | 
| void | setId(String Id)Set Anti-DDoS instance ID | 
| void | setIp(String Ip)Set Resource IP | 
| void | setMbps(Long Mbps)Set Attack traffic bandwidth peak | 
| void | setOtherKBSum(Long OtherKBSum)Set Traffic of other attacks in KB | 
| void | setOtherPacketSum(Long OtherPacketSum)Set Number of other attack packets | 
| void | setPcapUrl(String[] PcapUrl)Set PCAP file download link | 
| void | setPps(Long Pps)Set Attack packet rate peak | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setStartTime(String StartTime)Set Attack start time | 
| void | setTcpKBSum(Long TcpKBSum)Set Traffic of TCP attacks in KB | 
| void | setTcpPacketSum(Long TcpPacketSum)Set Number of TCP attack packets | 
| void | setTotalTraffic(Long TotalTraffic)Set Total attack traffic in KB | 
| void | setUdpKBSum(Long UdpKBSum)Set Traffic of UDP attacks in KB | 
| void | setUdpPacketSum(Long UdpPacketSum)Set Number of UDP attack packets | 
| 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 DescribeDDoSEvInfoResponse()
public DescribeDDoSEvInfoResponse(DescribeDDoSEvInfoResponse source)
public String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced; `bgp`: Anti-DDoS Pro (single IP); `bgp-multip`: Anti-DDoS Pro (multi-IP), `net`: Anti-DDoS Ultimatepublic String getId()
public void setId(String Id)
Id - Anti-DDoS instance IDpublic String getIp()
public void setIp(String Ip)
Ip - Resource IPpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Attack start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - Attack end timepublic Long getTcpPacketSum()
public void setTcpPacketSum(Long TcpPacketSum)
TcpPacketSum - Number of TCP attack packetspublic Long getTcpKBSum()
public void setTcpKBSum(Long TcpKBSum)
TcpKBSum - Traffic of TCP attacks in KBpublic Long getUdpPacketSum()
public void setUdpPacketSum(Long UdpPacketSum)
UdpPacketSum - Number of UDP attack packetspublic Long getUdpKBSum()
public void setUdpKBSum(Long UdpKBSum)
UdpKBSum - Traffic of UDP attacks in KBpublic Long getIcmpPacketSum()
public void setIcmpPacketSum(Long IcmpPacketSum)
IcmpPacketSum - Number of ICMP attack packetspublic Long getIcmpKBSum()
public void setIcmpKBSum(Long IcmpKBSum)
IcmpKBSum - Traffic of ICMP attacks in KBpublic Long getOtherPacketSum()
public void setOtherPacketSum(Long OtherPacketSum)
OtherPacketSum - Number of other attack packetspublic Long getOtherKBSum()
public void setOtherKBSum(Long OtherKBSum)
OtherKBSum - Traffic of other attacks in KBpublic Long getTotalTraffic()
public void setTotalTraffic(Long TotalTraffic)
TotalTraffic - Total attack traffic in KBpublic Long getMbps()
public void setMbps(Long Mbps)
Mbps - Attack traffic bandwidth peakpublic Long getPps()
public void setPps(Long Pps)
Pps - Attack packet rate peakpublic String[] getPcapUrl()
public void setPcapUrl(String[] PcapUrl)
PcapUrl - PCAP file download linkpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.