public class DescribeCDNStatDetailsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCDNStatDetailsRequest() |
DescribeCDNStatDetailsRequest(DescribeCDNStatDetailsRequest 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 Service region.
|
Long |
getDataInterval()
Get Time granularity of every piece of data in minutes.
|
String[] |
getDistricts()
Get District where users are located.
|
String[] |
getDomainNames()
Get List of domain names.
|
String |
getEndTime()
Get End time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
String[] |
getIsps()
Get ISP of users.
|
String |
getMetric()
Get Query indicators, the values u200bu200bare:
Traffic: traffic, unit is Byte.
|
String |
getStartTime()
Get Start time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setArea(String Area)
Set Service region.
|
void |
setDataInterval(Long DataInterval)
Set Time granularity of every piece of data in minutes.
|
void |
setDistricts(String[] Districts)
Set District where users are located.
|
void |
setDomainNames(String[] DomainNames)
Set List of domain names.
|
void |
setEndTime(String EndTime)
Set End time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
void |
setIsps(String[] Isps)
Set ISP of users.
|
void |
setMetric(String Metric)
Set Query indicators, the values u200bu200bare:
Traffic: traffic, unit is Byte.
|
void |
setStartTime(String StartTime)
Set Start time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeCDNStatDetailsRequest()
public DescribeCDNStatDetailsRequest(DescribeCDNStatDetailsRequest source)
public String getMetric()
public void setMetric(String Metric)
Metric
- Query indicators, the values u200bu200bare:
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String[] getDomainNames()
public void setDomainNames(String[] DomainNames)
DomainNames
- List of domain names. The usage data of up to 20 domain names can be queried at a time. The usage data of all domain names is returned by default.public String getArea()
public void setArea(String Area)
Area
- Service region. Valid values:
public String[] getDistricts()
public void setDistricts(String[] Districts)
Districts
- District where users are located. When `Area` is `Chinese Mainland`, valid values for `Districts` are as follows. Otherwise, `Districts` can be ignored.
public String[] getIsps()
public void setIsps(String[] Isps)
Isps
- ISP of users. When `Area` is `Chinese Mainland`, valid values for `Isps` are as follows. Otherwise, `Isps` can be ignored.
public Long getDataInterval()
public void setDataInterval(Long DataInterval)
DataInterval
- Time granularity of every piece of data in minutes. Valid values:
Copyright © 2024. All rights reserved.