public class DescribeEcdnDomainStatisticsRequest extends AbstractModel
Constructor and Description |
---|
DescribeEcdnDomainStatisticsRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDomains()
Get Specifies the list of domain names to be queried
|
String |
getEndTime()
Get Query end time, such as 2019-12-13 23:59:59.
|
Long |
getLimit()
Get Number of entries per page.
|
String[] |
getMetrics()
Get Statistical metric name.
|
Long |
getOffset()
Get Pagination offset.
|
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
|
void |
setEndTime(String EndTime)
Set Query end time, such as 2019-12-13 23:59:59.
|
void |
setLimit(Long Limit)
Set Number of entries per page.
|
void |
setMetrics(String[] Metrics)
Set Statistical metric name.
|
void |
setOffset(Long Offset)
Set Pagination offset.
|
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:00.
The time span cannot exceed 90 days.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Query end time, such as 2019-12-13 23:59:59.
The time span cannot exceed 90 days.public String[] getMetrics()
public void setMetrics(String[] Metrics)
Metrics
- Statistical metric name. flux: traffic in bytes
bandwidth: bandwidth in bps
request: number of requests
delay: response time in ms
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 String[] getDomains()
public void setDomains(String[] Domains)
Domains
- Specifies the list of domain names to be queriedpublic 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 prevailpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per page. Default value: 1000. Maximum value: 3,000.Copyright © 2021. All rights reserved.