public class DescribeDDoSAttackTopDataRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDDoSAttackTopDataRequest()  | 
DescribeDDoSAttackTopDataRequest(DescribeDDoSAttackTopDataRequest 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 | 
getArea()
Get Data storage region. 
 | 
String | 
getAttackType()
Get The attack type. 
 | 
String | 
getEndTime()
Get End time. 
 | 
Long | 
getLimit()
Get Queries the top n rows of data. 
 | 
String | 
getMetricName()
Get The statistical metric. 
 | 
Long[] | 
getPolicyIds()
Get The list of DDoS policy IDs to be specified. 
 | 
Long | 
getPort()
Get The port number. 
 | 
String | 
getProtocolType()
Get The protocol type. 
 | 
String | 
getStartTime()
Get The start time. 
 | 
String[] | 
getZoneIds()
Get Site ID set. 
 | 
void | 
setArea(String Area)
Set Data storage region. 
 | 
void | 
setAttackType(String AttackType)
Set The attack type. 
 | 
void | 
setEndTime(String EndTime)
Set End time. 
 | 
void | 
setLimit(Long Limit)
Set Queries the top n rows of data. 
 | 
void | 
setMetricName(String MetricName)
Set The statistical metric. 
 | 
void | 
setPolicyIds(Long[] PolicyIds)
Set The list of DDoS policy IDs to be specified. 
 | 
void | 
setPort(Long Port)
Set The port number. 
 | 
void | 
setProtocolType(String ProtocolType)
Set The protocol type. 
 | 
void | 
setStartTime(String StartTime)
Set The start time. 
 | 
void | 
setZoneIds(String[] ZoneIds)
Set Site ID set. 
 | 
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 DescribeDDoSAttackTopDataRequest()
public DescribeDDoSAttackTopDataRequest(DescribeDDoSAttackTopDataRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time. the query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.public String getMetricName()
public void setMetricName(String MetricName)
MetricName - The statistical metric. Values:
public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - Site ID set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.public Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds - The list of DDoS policy IDs to be specified. All policies will be selected if this field is not specified.public String getAttackType()
public void setAttackType(String AttackType)
AttackType - The attack type. Values:
public String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType - The protocol type. Values:
public Long getPort()
public void setPort(Long Port)
Port - The port number.public Long getLimit()
public void setLimit(Long Limit)
Limit - Queries the top n rows of data. Top 10 rows of data will be queried if this field is not specified.public String getArea()
public void setArea(String Area)
Area - Data storage region. Values:
Copyright © 2025. All rights reserved.