public class DescribeGroupProIspPlayInfoListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeGroupProIspPlayInfoListRequest() |
DescribeGroupProIspPlayInfoListRequest(DescribeGroupProIspPlayInfoListRequest 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 The end time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month.
|
String[] |
getIspNames()
Get ISP list.
|
String |
getMainlandOrOversea()
Get Within or outside Mainland China.
|
String[] |
getPlayDomains()
Get Playback domain name.
|
String[] |
getProvinceNames()
Get District list.
|
String |
getStartTime()
Get The start time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month.
|
void |
setEndTime(String EndTime)
Set The end time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month.
|
void |
setIspNames(String[] IspNames)
Set ISP list.
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set Within or outside Mainland China.
|
void |
setPlayDomains(String[] PlayDomains)
Set Playback domain name.
|
void |
setProvinceNames(String[] ProvinceNames)
Set District list.
|
void |
setStartTime(String StartTime)
Set The start time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month.
|
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 DescribeGroupProIspPlayInfoListRequest()
public DescribeGroupProIspPlayInfoListRequest(DescribeGroupProIspPlayInfoListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- Playback domain name. If this parameter is left empty, full data will be queried.public String[] getProvinceNames()
public void setProvinceNames(String[] ProvinceNames)
ProvinceNames
- District list. If this parameter is left empty, data for all districts will be returned.public String[] getIspNames()
public void setIspNames(String[] IspNames)
IspNames
- ISP list. If this parameter is left empty, data of all ISPs will be returned.public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- Within or outside Mainland China. Valid values: Mainland (data for Mainland China), Oversea (data for regions outside Mainland China). If this parameter is left empty, data for all regions will be queried.Copyright © 2024. All rights reserved.