public class DescribeDDoSTrendRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDDoSTrendRequest()  | 
DescribeDDoSTrendRequest(DescribeDDoSTrendRequest 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. 
 | 
String | 
getEndTime()
Get End of the time range for the query 
 | 
String | 
getId()
Get Instance ID. 
 | 
String | 
getIp()
Get Instance IP 
 | 
String | 
getMetricName()
Get Metric. 
 | 
Long | 
getPeriod()
Get Sampling period. 
 | 
String | 
getStartTime()
Get Beginning of the time range for the query 
 | 
void | 
setBusiness(String Business)
Set Anti-DDoS service type. 
 | 
void | 
setEndTime(String EndTime)
Set End of the time range for the query 
 | 
void | 
setId(String Id)
Set Instance ID. 
 | 
void | 
setIp(String Ip)
Set Instance IP 
 | 
void | 
setMetricName(String MetricName)
Set Metric. 
 | 
void | 
setPeriod(Long Period)
Set Sampling period. 
 | 
void | 
setStartTime(String StartTime)
Set Beginning of the time range for the query 
 | 
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 DescribeDDoSTrendRequest()
public DescribeDDoSTrendRequest(DescribeDDoSTrendRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced; `bgp`: Anti-DDoS Pro (Single IP); `bgp-multip`: Anti-DDoS Pro (Multi-IP); `net`: Anti-DDoS Ultimate; `basic`: Anti-DDoS Basicpublic String getIp()
public void setIp(String Ip)
Ip - Instance IPpublic Long getPeriod()
public void setPeriod(Long Period)
Period - Sampling period. Valid values: `300` (5 minutes), `3600` (one hour), `86400` (one day)public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Beginning of the time range for the querypublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End of the time range for the querypublic String getMetricName()
public void setMetricName(String MetricName)
MetricName - Metric. Valid values: `bps`: attack traffic bandwidth; `pps`: attack packet ratepublic String getId()
public void setId(String Id)
Id - Instance ID. Leave this field empty when `Business` is `basic`, as basic protection does not require an instance.Copyright © 2025. All rights reserved.