public class DescribeDDoSNetCountResponse extends AbstractModel
Constructor and Description |
---|
DescribeDDoSNetCountResponse() |
DescribeDDoSNetCountResponse(DescribeDDoSNetCountResponse 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)
|
KeyValue[] |
getData()
Get `Key-Value` array.
|
String |
getEndTime()
Get Statistics end time
|
String |
getId()
Get Anti-DDoS instance ID
|
String |
getMetricName()
Get Metric.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getStartTime()
Get Statistics start time
|
void |
setBusiness(String Business)
Set Anti-DDoS service type (`net`: Anti-DDoS Ultimate)
|
void |
setData(KeyValue[] Data)
Set `Key-Value` array.
|
void |
setEndTime(String EndTime)
Set Statistics end time
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setMetricName(String MetricName)
Set Metric.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStartTime(String StartTime)
Set Statistics start time
|
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 DescribeDDoSNetCountResponse()
public DescribeDDoSNetCountResponse(DescribeDDoSNetCountResponse 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
- Statistics start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Statistics end timepublic String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Metric. Valid values: [traffic (attack protocol traffic in KB), pkg (number of attack protocol packets), classnum (number of attack events)]public KeyValue[] getData()
public void setData(KeyValue[] Data)
Data
- `Key-Value` array. Valid values of `Key`:
If `MetricName` is `traffic`:
If `key` is `TcpKBSum`, it indicates the traffic of TCP packets in KB.
If `key` is `UdpKBSum`, it indicates the traffic of UDP packets in KB.
If `key` is `IcmpKBSum`, it indicates the traffic of ICMP packets in KB.
If `key` is `OtherKBSum`, it indicates the traffic of other packets in KB.
If `MetricName` is `pkg`:
If `key` is `TcpPacketSum`, it indicates the number of TCP packets.
If `key` is `UdpPacketSum`, it indicates the number of UDP packets.
If `key` is `IcmpPacketSum`, it indicates the number of ICMP packets.
If `key` is `OtherPacketSum`, it indicates the number of other packets.
If `MetricName` is `classnum`:
The value of `key` indicates the attack event type. When the `key` is `UNKNOWNFLOOD`, it indicates unknown attack events.public 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.