public class DescribeDDoSAttackDataRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDDoSAttackDataRequest()  | 
DescribeDDoSAttackDataRequest(DescribeDDoSAttackDataRequest 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 Geolocation scope. 
 | 
String | 
getEndTime()
Get End time. 
 | 
String | 
getInterval()
Get Query period granularity. 
 | 
String[] | 
getMetricNames()
Get Statistical metrics. 
 | 
Long[] | 
getPolicyIds()
Get IDs of DDoS policies to be queried. 
 | 
String | 
getStartTime()
Get The start time. 
 | 
String[] | 
getZoneIds()
Get Site ID set. 
 | 
void | 
setArea(String Area)
Set Geolocation scope. 
 | 
void | 
setEndTime(String EndTime)
Set End time. 
 | 
void | 
setInterval(String Interval)
Set Query period granularity. 
 | 
void | 
setMetricNames(String[] MetricNames)
Set Statistical metrics. 
 | 
void | 
setPolicyIds(Long[] PolicyIds)
Set IDs of DDoS policies to be queried. 
 | 
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 DescribeDDoSAttackDataRequest()
public DescribeDDoSAttackDataRequest(DescribeDDoSAttackDataRequest 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[] getMetricNames()
public void setMetricNames(String[] MetricNames)
MetricNames - Statistical metrics.
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 - IDs of DDoS policies to be queried. All policies will be selected if this field is not specified.public String getInterval()
public void setInterval(String Interval)
Interval - Query period granularity. Valid values:
public String getArea()
public void setArea(String Area)
Area - Geolocation scope. Values:
Copyright © 2025. All rights reserved.