public class DescribePeakNetworkOverviewRequest extends AbstractModel
Constructor and Description |
---|
DescribePeakNetworkOverviewRequest() |
DescribePeakNetworkOverviewRequest(DescribePeakNetworkOverviewRequest 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 |
getEndTime()
Get End time (xxxx-xx-xx), such as `2019-08-14`.
|
Filter[] |
getFilters()
Get Filter.
|
Long |
getPeriod()
Get Statistical period in seconds.
|
String |
getStartTime()
Get Start time (xxxx-xx-xx), such as `2019-08-14`.
|
void |
setEndTime(String EndTime)
Set End time (xxxx-xx-xx), such as `2019-08-14`.
|
void |
setFilters(Filter[] Filters)
Set Filter.
|
void |
setPeriod(Long Period)
Set Statistical period in seconds.
|
void |
setStartTime(String StartTime)
Set Start time (xxxx-xx-xx), such as `2019-08-14`.
|
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 DescribePeakNetworkOverviewRequest()
public DescribePeakNetworkOverviewRequest(DescribePeakNetworkOverviewRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time (xxxx-xx-xx), such as `2019-08-14`. It is 7 days ago by default and should not be more than 30 days ago.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time (xxxx-xx-xx), such as `2019-08-14`. It is yesterday by default and should not be more than 30 days ago. When the time period between the start time and end time is within 1 day, data at the 1-minute granularity will be returned; when the time period is within 7 days, data at the 5-minute granularity will be returned; otherwise, data at the 1-hour granularity will be returned.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter.
region String Required: no (Filter) Filter by region. Fuzzy match is not supported. Note: you need to enter the ECM region to be queried before data can be returned.
area String Required: no (Filter) Filter by region. Fuzzy match is not supported. Regions include `china-central`, `china-east`, etc. You can call `DescribeNode` to get the information of all regions. You can also use `ALL_REGION` to indicate all regions.
isp String Required: no (Filter) Filter region traffic by ISP. ISPs include CTCC, CUCC, and CMCC. This parameter must be used together with `area`, and you can specify only one ISP at a time.
You can specify either `region` or `area`.public Long getPeriod()
public void setPeriod(Long Period)
Period
- Statistical period in seconds. Valid values: 60, 300.Copyright © 2023. All rights reserved.