public class DescribeDDoSNetTrendResponse extends AbstractModel
Constructor and Description |
---|
DescribeDDoSNetTrendResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBusiness()
Get Anti-DDoS service type (`net`: Anti-DDoS Ultimate)
|
Long |
getCount()
Get Number of values
|
Long[] |
getData()
Get Value array
|
String |
getEndTime()
Get Statistics end time
|
String |
getId()
Get Anti-DDoS instance ID
|
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 (`net`: Anti-DDoS Ultimate)
|
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
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type (`net`: Anti-DDoS Ultimate)public String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic 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 arraypublic 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 © 2020. All rights reserved.