public class DescribeDDoSTrendResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDDoSTrendResponse() |
DescribeDDoSTrendResponse(DescribeDDoSTrendResponse 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.
|
Long |
getCount()
Get Number of values
|
Long[] |
getData()
Get Value array.
|
String |
getEndTime()
Get Statistics end time
|
String |
getId()
Get Anti-DDoS instance ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getIp()
Get Resource IP
|
String |
getMetricName()
Get Metric.
|
Long |
getPeriod()
Get Statistical granularity.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getStartTime()
Get Statistics start time
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setCount(Long Count)
Set Number of values
|
void |
setData(Long[] Data)
Set Value array.
|
void |
setEndTime(String EndTime)
Set Statistics end time
|
void |
setId(String Id)
Set Anti-DDoS instance ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setIp(String Ip)
Set Resource IP
|
void |
setMetricName(String MetricName)
Set Metric.
|
void |
setPeriod(Long Period)
Set Statistical granularity.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDDoSTrendResponse()
public DescribeDDoSTrendResponse(DescribeDDoSTrendResponse 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 getId()
public void setId(String Id)
Id
- Anti-DDoS instance ID
Note: this field may return null, indicating that no valid values can be obtained.public String getIp()
public void setIp(String Ip)
Ip
- Resource IPpublic String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Metric. Valid values: [bps (attack traffic bandwidth), pps (attack packet rate)]public Long getPeriod()
public void setPeriod(Long Period)
Period
- Statistical granularity. Valid values: [300 (5-minute), 3600 (hourly), 86400 (daily)]public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Statistics start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Statistics end timepublic Long[] getData()
public void setData(Long[] Data)
Data
- Value array. The unit for attack traffic bandwidth is Mbps, and that for the packet rate is pps.public Long getCount()
public void setCount(Long Count)
Count
- Number of valuespublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.