public class DescribeCCTrendRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeCCTrendRequest() | 
| DescribeCCTrendRequest(DescribeCCTrendRequest 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 | getDomain()Get (Optional) Domain name | 
| 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 | setDomain(String Domain)Set (Optional) Domain name | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeCCTrendRequest()
public DescribeCCTrendRequest(DescribeCCTrendRequest 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: `inqps` (total QPS peaks), `dropqps` (attack QPS peaks), `incount` (total number of requests), and `dropcount` (number of attack requests).public String getDomain()
public void setDomain(String Domain)
Domain - (Optional) Domain namepublic 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 © 2023. All rights reserved.