public class DescribeEcdnStatisticsRequest extends AbstractModel
Constructor and Description |
---|
DescribeEcdnStatisticsRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDomains()
Get Specifies the list of domain names to be queried
Up to 30 acceleration domain names can be queried at a time.
|
String |
getEndTime()
Get Query end time, such as 2019-12-13 23:59:59
|
Long |
getInterval()
Get Time granularity, which can be:
1 day 1, 5, 15, 30, 60, 120, 240, 1440
2-3 days 15, 30, 60, 120, 240, 1440
4-7 days 30, 60, 120, 240, 1440
8-90 days 60, 120, 240, 1440
|
String[] |
getMetrics()
Get Specifies the query metric, which can be:
flux: traffic in bytes
bandwidth: bandwidth in bps
request: number of requests
delay: response time in ms
2xx: returns the number of 2xx status codes or details of status codes starting with 2
3xx: returns the number of 3xx status codes or details of status codes starting with 3
4xx: returns the number of 4xx status codes or details of status codes starting with 4
5xx: returns the number of 5xx status codes or details of status codes starting with 5
static_request: number of static requests
static_flux: static traffic in bytes
static_bandwidth: static bandwidth in bps
dynamic_request: number of dynamic requests
dynamic_flux: dynamic traffic in bytes
dynamic_bandwidth: dynamic bandwidth in bps
|
Long[] |
getProjects()
Get Specifies the project ID to be queried, which can be viewed [here](https://console.cloud.tencent.com/project)
If no domain name is entered, the specified project will be queried; otherwise, the domain name will prevail
|
String |
getStartTime()
Get Query start time, such as 2019-12-13 00:00:00
|
void |
setDomains(String[] Domains)
Set Specifies the list of domain names to be queried
Up to 30 acceleration domain names can be queried at a time.
|
void |
setEndTime(String EndTime)
Set Query end time, such as 2019-12-13 23:59:59
|
void |
setInterval(Long Interval)
Set Time granularity, which can be:
1 day 1, 5, 15, 30, 60, 120, 240, 1440
2-3 days 15, 30, 60, 120, 240, 1440
4-7 days 30, 60, 120, 240, 1440
8-90 days 60, 120, 240, 1440
|
void |
setMetrics(String[] Metrics)
Set Specifies the query metric, which can be:
flux: traffic in bytes
bandwidth: bandwidth in bps
request: number of requests
delay: response time in ms
2xx: returns the number of 2xx status codes or details of status codes starting with 2
3xx: returns the number of 3xx status codes or details of status codes starting with 3
4xx: returns the number of 4xx status codes or details of status codes starting with 4
5xx: returns the number of 5xx status codes or details of status codes starting with 5
static_request: number of static requests
static_flux: static traffic in bytes
static_bandwidth: static bandwidth in bps
dynamic_request: number of dynamic requests
dynamic_flux: dynamic traffic in bytes
dynamic_bandwidth: dynamic bandwidth in bps
|
void |
setProjects(Long[] Projects)
Set Specifies the project ID to be queried, which can be viewed [here](https://console.cloud.tencent.com/project)
If no domain name is entered, the specified project will be queried; otherwise, the domain name will prevail
|
void |
setStartTime(String StartTime)
Set Query start time, such as 2019-12-13 00:00:00
|
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 getStartTime()
public void setStartTime(String StartTime)
StartTime
- Query start time, such as 2019-12-13 00:00:00public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Query end time, such as 2019-12-13 23:59:59public String[] getMetrics()
public void setMetrics(String[] Metrics)
Metrics
- Specifies the query metric, which can be:
flux: traffic in bytes
bandwidth: bandwidth in bps
request: number of requests
delay: response time in ms
2xx: returns the number of 2xx status codes or details of status codes starting with 2
3xx: returns the number of 3xx status codes or details of status codes starting with 3
4xx: returns the number of 4xx status codes or details of status codes starting with 4
5xx: returns the number of 5xx status codes or details of status codes starting with 5
static_request: number of static requests
static_flux: static traffic in bytes
static_bandwidth: static bandwidth in bps
dynamic_request: number of dynamic requests
dynamic_flux: dynamic traffic in bytes
dynamic_bandwidth: dynamic bandwidth in bpspublic Long getInterval()
public void setInterval(Long Interval)
Interval
- Time granularity, which can be:
1 day 1, 5, 15, 30, 60, 120, 240, 1440
2-3 days 15, 30, 60, 120, 240, 1440
4-7 days 30, 60, 120, 240, 1440
8-90 days 60, 120, 240, 1440public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- Specifies the list of domain names to be queried
Up to 30 acceleration domain names can be queried at a time.public Long[] getProjects()
public void setProjects(Long[] Projects)
Projects
- Specifies the project ID to be queried, which can be viewed [here](https://console.cloud.tencent.com/project)
If no domain name is entered, the specified project will be queried; otherwise, the domain name will prevailCopyright © 2020. All rights reserved.