public class DescribeDDoSNetEvInfoResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeDDoSNetEvInfoResponse() |
DescribeDDoSNetEvInfoResponse(DescribeDDoSNetEvInfoResponse 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 (`net`: Anti-DDoS Ultimate)
|
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
|
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 (`net`: Anti-DDoS Ultimate)
|
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 |
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDDoSNetEvInfoResponse()
public DescribeDDoSNetEvInfoResponse(DescribeDDoSNetEvInfoResponse source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type (`net`: Anti-DDoS Ultimate)public String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic 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 © 2023. All rights reserved.