public class DescribeEcdnDomainStatisticsRequest extends AbstractModel
Constructor and Description |
---|
DescribeEcdnDomainStatisticsRequest() |
DescribeEcdnDomainStatisticsRequest(DescribeEcdnDomainStatisticsRequest 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 |
getArea()
Get Statistical areas:
mainland: Chinese mainland
oversea: outside the Chinese mainland
global: global
Default value: global
|
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 names:
flux: traffic (in bytes)
bandwidth: bandwidth (in bps)
request: number of requests
|
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 |
setArea(String Area)
Set Statistical areas:
mainland: Chinese mainland
oversea: outside the Chinese mainland
global: global
Default value: global
|
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 names:
flux: traffic (in bytes)
bandwidth: bandwidth (in bps)
request: number of requests
|
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 DescribeEcdnDomainStatisticsRequest()
public DescribeEcdnDomainStatisticsRequest(DescribeEcdnDomainStatisticsRequest source)
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 names:
flux: traffic (in bytes)
bandwidth: bandwidth (in bps)
request: number of requestspublic 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.public String getArea()
public void setArea(String Area)
Area
- Statistical areas:
mainland: Chinese mainland
oversea: outside the Chinese mainland
global: global
Default value: globalCopyright © 2023. All rights reserved.