public class DescribeProvinceIspPlayInfoListRequest extends AbstractModel
Constructor and Description |
---|
DescribeProvinceIspPlayInfoListRequest() |
DescribeProvinceIspPlayInfoListRequest(DescribeProvinceIspPlayInfoListRequest 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 point in time (Beijing time).
|
Long |
getGranularity()
Get Supported granularities:
1: 1-minute granularity (the query interval should be within 1 day)
|
String |
getIpType()
Get IP type:
"Ipv6": IPv6 data
Data of all IPs will be returned if this parameter is left empty.
|
String[] |
getIspNames()
Get List of the ISPs to be queried, such as China Mobile.
|
String |
getMainlandOrOversea()
Get Region.
|
String[] |
getPlayDomains()
Get Playback domain name list.
|
String[] |
getProvinceNames()
Get List of the districts to be queried, such as Beijing.
|
String |
getStartTime()
Get Start point in time (Beijing time).
|
String |
getStatType()
Get Statistical metric type:
"Bandwidth": bandwidth
"FluxPerSecond": average traffic
"Flux": traffic
"Request": number of requests
"Online": number of concurrent connections
|
void |
setEndTime(String EndTime)
Set End point in time (Beijing time).
|
void |
setGranularity(Long Granularity)
Set Supported granularities:
1: 1-minute granularity (the query interval should be within 1 day)
|
void |
setIpType(String IpType)
Set IP type:
"Ipv6": IPv6 data
Data of all IPs will be returned if this parameter is left empty.
|
void |
setIspNames(String[] IspNames)
Set List of the ISPs to be queried, such as China Mobile.
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set Region.
|
void |
setPlayDomains(String[] PlayDomains)
Set Playback domain name list.
|
void |
setProvinceNames(String[] ProvinceNames)
Set List of the districts to be queried, such as Beijing.
|
void |
setStartTime(String StartTime)
Set Start point in time (Beijing time).
|
void |
setStatType(String StatType)
Set Statistical metric type:
"Bandwidth": bandwidth
"FluxPerSecond": average traffic
"Flux": traffic
"Request": number of requests
"Online": number of concurrent connections
|
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 DescribeProvinceIspPlayInfoListRequest()
public DescribeProvinceIspPlayInfoListRequest(DescribeProvinceIspPlayInfoListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start point in time (Beijing time).
Example: 2019-02-21 10:00:00.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End point in time (Beijing time).
Example: 2019-02-21 12:00:00.
Note: `EndTime` and `StartTime` only support querying data for the last day.public Long getGranularity()
public void setGranularity(Long Granularity)
Granularity
- Supported granularities:
1: 1-minute granularity (the query interval should be within 1 day)public String getStatType()
public void setStatType(String StatType)
StatType
- Statistical metric type:
"Bandwidth": bandwidth
"FluxPerSecond": average traffic
"Flux": traffic
"Request": number of requests
"Online": number of concurrent connectionspublic String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- Playback domain name list.public String[] getProvinceNames()
public void setProvinceNames(String[] ProvinceNames)
ProvinceNames
- List of the districts to be queried, such as Beijing.public String[] getIspNames()
public void setIspNames(String[] IspNames)
IspNames
- List of the ISPs to be queried, such as China Mobile. If this parameter is left empty, the data of all ISPs will be queried.public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- Region. Valid values: Mainland (data for Mainland China), Oversea (data for regions outside Mainland China), China (data for China, including Hong Kong, Macao, and Taiwan), Foreign (data for regions outside China, excluding Hong Kong, Macao, and Taiwan), Global (default). If this parameter is left empty, data for all regions will be queried.public String getIpType()
public void setIpType(String IpType)
IpType
- IP type:
"Ipv6": IPv6 data
Data of all IPs will be returned if this parameter is left empty.Copyright © 2021. All rights reserved.