public class DescribeBizTrendRequest extends AbstractModel
Constructor and Description |
---|
DescribeBizTrendRequest() |
DescribeBizTrendRequest(DescribeBizTrendRequest 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 (`bgpip`: Anti-DDoS Advanced)
|
String |
getDomain()
Get You can query data by specifying a domain name when the metric is `qps`.
|
String |
getEndTime()
Get End of the time range for the query, such as `2020-09-22 00:00:00`.
|
String |
getId()
Get Instance ID
|
String |
getMetricName()
Get Metric.
|
Long |
getPeriod()
Get Sampling interval in seconds.
|
ProtocolPort[] |
getProtoInfo()
Get Protocol and port list, which is valid when the metric is `connum`, `new_conn` or `inactive_conn`.
|
String |
getStartTime()
Get Beginning of the time range for the query, such as `2020-09-22 00:00:00`.
|
String |
getStatistics()
Get Statistical method.
|
void |
setBusiness(String Business)
Set Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced)
|
void |
setDomain(String Domain)
Set You can query data by specifying a domain name when the metric is `qps`.
|
void |
setEndTime(String EndTime)
Set End of the time range for the query, such as `2020-09-22 00:00:00`.
|
void |
setId(String Id)
Set Instance ID
|
void |
setMetricName(String MetricName)
Set Metric.
|
void |
setPeriod(Long Period)
Set Sampling interval in seconds.
|
void |
setProtoInfo(ProtocolPort[] ProtoInfo)
Set Protocol and port list, which is valid when the metric is `connum`, `new_conn` or `inactive_conn`.
|
void |
setStartTime(String StartTime)
Set Beginning of the time range for the query, such as `2020-09-22 00:00:00`.
|
void |
setStatistics(String Statistics)
Set Statistical method.
|
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 DescribeBizTrendRequest()
public DescribeBizTrendRequest(DescribeBizTrendRequest source)
public String getStatistics()
public void setStatistics(String Statistics)
Statistics
- Statistical method. Valid values: `max`, `min`, `avg`, `sum`. It can only be `max` if the statistical dimension is traffic rate or packet rate.public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced)public Long getPeriod()
public void setPeriod(Long Period)
Period
- Sampling interval in seconds. Valid values: `60`, `300`, `1800`, `3600`, `21600`, `86400`public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Beginning of the time range for the query, such as `2020-09-22 00:00:00`.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End of the time range for the query, such as `2020-09-22 00:00:00`.public String getId()
public void setId(String Id)
Id
- Instance IDpublic String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Metric. Valid values: `connum`, `new_conn`, `inactive_conn`, `intraffic`, `outtraffic`, `inpkg`, `outpkg`, `qps`public String getDomain()
public void setDomain(String Domain)
Domain
- You can query data by specifying a domain name when the metric is `qps`.public ProtocolPort[] getProtoInfo()
public void setProtoInfo(ProtocolPort[] ProtoInfo)
ProtoInfo
- Protocol and port list, which is valid when the metric is `connum`, `new_conn` or `inactive_conn`. Valid protocols: `TCP`, `UDP`, `HTTP`, `HTTPS`Copyright © 2023. All rights reserved.