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 | 
getAttackType()
Get Attack type. 
 | 
String | 
getEndTime()
Get End time 
 | 
Long | 
getLimit()
Get Number of the top data entries to query. 
 | 
String | 
getMetricName()
Get Filter metric 
 | 
Long[] | 
getPolicyIds()
Get Set of DDoS policy group IDs 
 | 
Long | 
getPort()
Get Port number 
 | 
String | 
getProtocolType()
Get Protocol type. 
 | 
String | 
getStartTime()
Get Start time 
 | 
String[] | 
getZoneIds()
Get Site set 
 | 
void | 
setAttackType(String AttackType)
Set Attack type. 
 | 
void | 
setEndTime(String EndTime)
Set End time 
 | 
void | 
setLimit(Long Limit)
Set Number of the top data entries to query. 
 | 
void | 
setMetricName(String MetricName)
Set Filter metric 
 | 
void | 
setPolicyIds(Long[] PolicyIds)
Set Set of DDoS policy group IDs 
 | 
void | 
setPort(Long Port)
Set Port number 
 | 
void | 
setProtocolType(String ProtocolType)
Set Protocol type. 
 | 
void | 
setStartTime(String StartTime)
Set Start time 
 | 
void | 
setZoneIds(String[] ZoneIds)
Set Site 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 - Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timepublic String getMetricName()
public void setMetricName(String MetricName)
MetricName - Filter metricpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of the top data entries to query. 0: queries all data entries.public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - Site setpublic Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds - Set of DDoS policy group IDspublic Long getPort()
public void setPort(Long Port)
Port - Port numberpublic String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType - Protocol type. Valid values: tcp, udp, allpublic String getAttackType()
public void setAttackType(String AttackType)
AttackType - Attack type. Valid values: flood, icmpFlood..., allCopyright © 2025. All rights reserved.