public class DescribeTransmitStatisRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeTransmitStatisRequest()  | 
DescribeTransmitStatisRequest(DescribeTransmitStatisRequest 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 Statistics end time. 
 | 
String | 
getId()
Get Anti-DDoS instance ID 
 | 
String[] | 
getIpList()
Get Resource IP, which is required and only supports one IP if `Business` is `bgp-multip`. 
 | 
String | 
getMetricName()
Get Metric name. 
 | 
Long | 
getPeriod()
Get Statistical time granularity (300: 5-minute, 3600: hourly, 86400: daily) 
 | 
String | 
getStartTime()
Get Statistics start time. 
 | 
void | 
setBusiness(String Business)
Set Anti-DDoS service type. 
 | 
void | 
setEndTime(String EndTime)
Set Statistics end time. 
 | 
void | 
setId(String Id)
Set Anti-DDoS instance ID 
 | 
void | 
setIpList(String[] IpList)
Set Resource IP, which is required and only supports one IP if `Business` is `bgp-multip`. 
 | 
void | 
setMetricName(String MetricName)
Set Metric name. 
 | 
void | 
setPeriod(Long Period)
Set Statistical time granularity (300: 5-minute, 3600: hourly, 86400: daily) 
 | 
void | 
setStartTime(String StartTime)
Set Statistics start time. 
 | 
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 DescribeTransmitStatisRequest()
public DescribeTransmitStatisRequest(DescribeTransmitStatisRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced, `net`: Anti-DDoS Ultimate, `bgp`: Anti-DDoS Pro (single IP), `bgp-multip`: Anti-DDoS Pro (multi-IP)public String getId()
public void setId(String Id)
Id - Anti-DDoS instance IDpublic String getMetricName()
public void setMetricName(String MetricName)
MetricName - Metric name. Valid values:
traffic: traffic bandwidth;
pkg: packet rate;public Long getPeriod()
public void setPeriod(Long Period)
Period - Statistical time granularity (300: 5-minute, 3600: hourly, 86400: daily)public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Statistics start time. The second part is kept at 0, and the minute part is a multiple of 5public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Statistics end time. The second part is kept at 0, and the minute part is a multiple of 5public String[] getIpList()
public void setIpList(String[] IpList)
IpList - Resource IP, which is required and only supports one IP if `Business` is `bgp-multip`. If this field is left empty, all IPs of a resource instance will be counted by default. If the resource instance has multiple IPs (such as Anti-DDoS Ultimate), the statistical method is summation;Copyright © 2023. All rights reserved.